aboutsummaryrefslogtreecommitdiff
path: root/app/views/user
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-09-11 18:22:26 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-11 18:22:26 +0200
commit9712e4d888420a348c10157b2d3293848c02fde8 (patch)
treeb81fe8fcd5d8f768e0a42c7d94643b808dddab14 /app/views/user
parent42a9383fe6dc4765ec4267e44913366206162116 (diff)
Headline structure improvement (#3830)
* header: h1 deleted - full logo included * template: config - display * WIP * shortcut configs. added fieldset. do not display the border by default * system.phtml * subscription: add feed or category * wip * wip * Update bookmarklet.phtml * Update archiving.phtml * Update queries.phtml * Update profile.phtml * Update manage.phtml * auth+update * Update template.rtl.css * fixed FreshRSS logo (Theme: Mapco) * Update mapco.rtl.css * Update _layout.scss * fixed FreshRSS logo (theme: Dark) * fix: FreshRSS logo (Theme: BlueLagoon) * fix: FreshRSS logo (Theme: Ansum) * fixed: FreshRSS logo (Theme: Alternative Dark) * fix: FreshRSS logo (Theme: Pafat) * fix: FreshRSS logo (Theme: Screwdriver) * fix: FreshRSS logo (theme: Swage) * Minor lint * little fix: FreshRSS logo (Theme: Origine) * Fix: FreshRSS logo (Theme: Origine Compact) Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/views/user')
-rw-r--r--app/views/user/manage.phtml6
-rw-r--r--app/views/user/profile.phtml2
2 files changed, 5 insertions, 3 deletions
diff --git a/app/views/user/manage.phtml b/app/views/user/manage.phtml
index 7756ab60d..0c796b63f 100644
--- a/app/views/user/manage.phtml
+++ b/app/views/user/manage.phtml
@@ -5,12 +5,14 @@
<a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
</div>
+ <h1><?= _t('gen.menu.user_management') ?></h1>
+ <h2><?= _t('admin.user.create') ?></h2>
<form method="post" action="<?= _url('user', 'create') ?>" autocomplete="off">
<input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" />
<input type="hidden" name="originController" value="<?= Minz_Request::controllerName() ?>" />
<input type="hidden" name="originAction" value="<?= Minz_Request::actionName() ?>" />
- <legend><?= _t('admin.user.create') ?></legend>
+
<div class="form-group">
<label class="group-name" for="new_user_language"><?= _t('admin.user.language') ?></label>
@@ -73,7 +75,7 @@
</div>
</form>
- <legend><?= _t('admin.user.list'); ?></legend>
+ <h2><?= _t('admin.user.list'); ?></h2>
<div class="table-wrapper">
<table id="user-list">
<thead>
diff --git a/app/views/user/profile.phtml b/app/views/user/profile.phtml
index ae930a957..bc8fc2d0e 100644
--- a/app/views/user/profile.phtml
+++ b/app/views/user/profile.phtml
@@ -11,7 +11,7 @@
<form method="post" action="<?= _url('user', 'profile') ?>">
<input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" />
- <legend><?= _t('conf.profile') ?></legend>
+ <h1><?= _t('conf.profile') ?></h1>
<div class="form-group">
<label class="group-name" for="current_user"><?= _t('conf.user.current') ?></label>