diff options
| author | 2020-04-20 23:27:17 +0200 | |
|---|---|---|
| committer | 2020-04-20 23:27:17 +0200 | |
| commit | acca89505be6ec062ba1acd9cc7df49aac1711fe (patch) | |
| tree | 092daf0e3577aae7f7d80fb7a5267d55599b9dd8 /app/install.php | |
| parent | bd9a72726dbaf26854994e9726091477548a991f (diff) | |
Enhance the way help elements are displayed (#2911)
* - Always display help under the targeted element.
- Use same help place for HTTP authentication in 'add' feed view than in 'update' feed view.
- Move help under input field in register view, as all other places (homogeneity).
* - Don't use "!important" as suggested by @Alkarex.
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php index 957e7a1d6..ddb9d7eaa 100644 --- a/app/install.php +++ b/app/install.php @@ -621,7 +621,7 @@ function printStep3() { <input type="password" id="passwordPlain" name="passwordPlain" pattern=".{7,}" autocomplete="off" <?= $auth_type === 'form' ? ' required="required"' : '' ?> tabindex="5" /> <a class="btn toggle-password" data-toggle="passwordPlain"><?= FreshRSS_Themes::icon('key') ?></a> </div> - <?= _i('help') ?> <?= _t('install.auth.password_format') ?> + <p class="help"><?= _i('help') ?> <?= _t('install.auth.password_format') ?></p> <noscript><b><?= _t('gen.js.should_be_activated') ?></b></noscript> </div> </div> |
