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() { tabindex="5" /> = FreshRSS_Themes::icon('key') ?> - = _i('help') ?> = _t('install.auth.password_format') ?> +
= _i('help') ?> = _t('install.auth.password_format') ?>
diff --git a/app/views/auth/register.phtml b/app/views/auth/register.phtml index 10cffa0d1..3ee53356f 100644 --- a/app/views/auth/register.phtml +++ b/app/views/auth/register.phtml @@ -5,8 +5,9 @@= _i('help') ?> = _t('gen.auth.username.format') ?>
= _i('help') ?> = _t('gen.auth.password.format') ?>
+= _i('help') ?> = _t('conf.reading.number_divided_when_reader') ?>
= _i('help') ?> = _t('admin.system.registration.help') ?>
= _i('help') ?> = _t('admin.system.cookie-duration.help') ?>
= _i('help') ?> = _t('sub.feed.auth.help') ?>
= _i('help') ?> = _t('sub.category.position_help') ?>
= _i('help') ?> = _t('sub.feed.auth.help') ?>
= _i('help') ?> = _t('sub.feed.css_help') ?>
@@ -347,7 +347,7 @@ echo htmlspecialchars($filterRead->getRawInput(), ENT_NOQUOTES, 'UTF-8'), PHP_EOL; } ?> - = _i('help') ?> = _t('sub.feed.filteractions.help') ?> += _i('help') ?> = _t('sub.feed.filteractions.help') ?>
@@ -364,13 +364,13 @@ = _t('sub.feed.maintenance.clear_cache') ?> - = _i('help') ?> = _t('sub.feed.maintenance.clear_cache_help') ?> += _i('help') ?> = _t('sub.feed.maintenance.clear_cache_help') ?>
= _i('help') ?> = _t('sub.feed.maintenance.reload_articles_help') ?>
= _i('help'); ?> = _t('admin.user.password_format') ?>
diff --git a/app/views/user/manage.phtml b/app/views/user/manage.phtml index 6ab31e6c6..627d229d2 100644 --- a/app/views/user/manage.phtml +++ b/app/views/user/manage.phtml @@ -53,7 +53,7 @@ = _i('key') ?> - = _i('help') ?> = _t('admin.user.password_format') ?> += _i('help') ?> = _t('admin.user.password_format') ?>
diff --git a/app/views/user/profile.phtml b/app/views/user/profile.phtml index 5357c2bfd..9e272b20a 100644 --- a/app/views/user/profile.phtml +++ b/app/views/user/profile.phtml @@ -43,7 +43,7 @@ /> = _i('key') ?> - = _i('help') ?> = _t('conf.profile.password_format') ?> += _i('help') ?> = _t('conf.profile.password_format') ?>
@@ -55,7 +55,7 @@= _i('help') ?> = _t('admin.auth.token_help') ?>
= Minz_Url::display(array('a' => 'rss', 'params' => array('user' => Minz_Session::param('currentUser'), 'token' => $token, 'hours' => FreshRSS_Context::$user_conf->since_hours_posts_per_rss)), 'html', true) ?>= _i('help') ?> = Minz_Url::display('/api/', 'html', true) ?>
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 07927b88d..151a00910 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -59,6 +59,10 @@ p { font-size: 1em; } +p.help, .prompt p.help { + margin: 5px 0 0.5em; +} + sup { line-height: 25px; position: relative; diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css index d5eb11426..638aea6b9 100644 --- a/p/themes/base-theme/template.rtl.css +++ b/p/themes/base-theme/template.rtl.css @@ -59,6 +59,10 @@ p { font-size: 1em; } +p.help, .prompt p.help { + margin: 5px 0 0.5em; +} + sup { line-height: 25px; position: relative;