💬 (admin): unifies the "New..." labels
This commit is contained in:
parent
914ab9f0b9
commit
74f39b69f7
4 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@ echo Bootstrap::pageTitle(array('title'=>$L->g('Categories'), 'icon'=>'tags'));
|
|||
|
||||
echo "<div>";
|
||||
echo Bootstrap::link(array(
|
||||
'title'=>$L->g('Add a new category'),
|
||||
'title'=>$L->g('New category'),
|
||||
'href'=>HTML_PATH_ADMIN_ROOT.'new-category',
|
||||
'icon'=>'plus',
|
||||
'class'=>'btn btn-outline-success'
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<?php echo Bootstrap::formOpen(array('id'=>'jsform', 'class'=>'tab-content')); ?>
|
||||
|
||||
<div class="d-flex justify-content-between mb-2">
|
||||
<?php echo Bootstrap::pageTitle(array('title'=>$L->g('Add a new user'), 'icon'=>'user')); ?>
|
||||
<?php echo Bootstrap::pageTitle(array('title'=>$L->g('New user'), 'icon'=>'user')); ?>
|
||||
<div>
|
||||
<button type="submit" class="btn btn-primary" name="save"><?php $L->p('Save') ?></button>
|
||||
<a class="btn btn-secondary" href="<?php echo HTML_PATH_ADMIN_ROOT.'users' ?>" role="button"><?php $L->p('Cancel') ?></a>
|
||||
|
|
|
@ -8,7 +8,7 @@ echo Bootstrap::pageTitle(array('title'=>$L->g('Users'), 'icon'=>'users'));
|
|||
|
||||
echo "<div>";
|
||||
echo Bootstrap::link(array(
|
||||
'title'=>$L->g('add-a-new-user'),
|
||||
'title'=>$L->g('New user'),
|
||||
'href'=>HTML_PATH_ADMIN_ROOT.'new-user',
|
||||
'icon'=>'plus',
|
||||
'class'=>'btn btn-outline-success'
|
||||
|
|
|
@ -82,6 +82,7 @@
|
|||
"new-category": "Nouvelle catégorie",
|
||||
"you-do-not-have-sufficient-permissions": "Vous ne disposez pas des autorisations suffisantes pour accéder à cette page, veuillez contacter l’administrateur.",
|
||||
"add-a-new-user": "Ajouter un nouvel utilisateur",
|
||||
"new-user":"Nouvel utilisateur",
|
||||
"url-associated-with-the-content": "URL associée au contenu.",
|
||||
"language-and-timezone": "Langue et fuseau horaire",
|
||||
"change-your-language-and-region-settings": "Modifiez vos paramètres linguistiques et régionaux.",
|
||||
|
|
Loading…
Add table
Reference in a new issue