アカウントをお持ちの方ですか? はじめての方ですか?

アカウントをお持ちの方ですか? はじめての方ですか?

- M M の投稿
返信数: 2

http://localhost/login/index.php

アカウントをお持ちの方ですか?とはじめての方ですか?を表示をしないようにすればどうすればいいのですか?

moodlelib.php

$string['returningtosite'] = 'アカウントをお持ちの方ですか?';

$string['returningtosite'] = '';

 // $string['returningtosite'] = 'アカウントをお持ちの方ですか?';

に変更してもだめでした。

M M への返信

Re: アカウントをお持ちの方ですか? はじめての方ですか?

- Mitsuhiro Yoshida の投稿
画像 Developers 画像 Particularly helpful Moodlers 画像 Translators
修正対象ファイル: index_form.html
修正箇所: 10行目

[ 修正前 ]
<div class="loginbox clearfix <?php echo $columns ?>">
<div class="loginpanel">
<h2><?php print_string("returningtosite") ?></h2>
<div class="subcontent loginsub">

[ 修正後 ]
<div class="loginbox clearfix <?php echo $columns ?>">
<div class="loginpanel">
<div class="subcontent loginsub">