Ajout de nouveaux trucs pour les users #1
3 changed files with 13 additions and 2 deletions
|
@ -37,7 +37,10 @@ echo Bootstrap::formInputHidden(array(
|
||||||
<div class="tab-content" id="nav-tabContent">
|
<div class="tab-content" id="nav-tabContent">
|
||||||
<!-- Profile tab -->
|
<!-- Profile tab -->
|
||||||
<div class="tab-pane fade show active" id="profile" role="tabpanel" aria-labelledby="nav-profile-tab">
|
<div class="tab-pane fade show active" id="profile" role="tabpanel" aria-labelledby="nav-profile-tab">
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
echo Bootstrap::formTitle(array('title' => $L->g('Base Infos')));
|
||||||
|
|
||||||
// Display username but disable the field
|
// Display username but disable the field
|
||||||
echo Bootstrap::formInputText(array(
|
echo Bootstrap::formInputText(array(
|
||||||
'name' => 'usernameDisabled',
|
'name' => 'usernameDisabled',
|
||||||
|
@ -69,6 +72,8 @@ echo Bootstrap::formInputHidden(array(
|
||||||
'tip' => ''
|
'tip' => ''
|
||||||
));
|
));
|
||||||
|
|
||||||
|
echo Bootstrap::formTitle(array('title' => $L->g('Name')));
|
||||||
|
|
||||||
echo Bootstrap::formInputText(array(
|
echo Bootstrap::formInputText(array(
|
||||||
'name' => 'nickname',
|
'name' => 'nickname',
|
||||||
'label' => $L->g('Nickname'),
|
'label' => $L->g('Nickname'),
|
||||||
|
@ -96,6 +101,8 @@ echo Bootstrap::formInputHidden(array(
|
||||||
'tip' => ''
|
'tip' => ''
|
||||||
));
|
));
|
||||||
|
|
||||||
|
echo Bootstrap::formTitle(array('title' => $L->g('More Infos')));
|
||||||
|
|
||||||
echo Bootstrap::formInputText(array(
|
echo Bootstrap::formInputText(array(
|
||||||
'name' => 'pronouns',
|
'name' => 'pronouns',
|
||||||
'label' => $L->g(string: 'Pronouns'),
|
'label' => $L->g(string: 'Pronouns'),
|
||||||
|
|
|
@ -397,5 +397,7 @@
|
||||||
"start-typing-to-see-a-list-of-suggestions": "Start typing to see a list of suggestions.",
|
"start-typing-to-see-a-list-of-suggestions": "Start typing to see a list of suggestions.",
|
||||||
"view": "View",
|
"view": "View",
|
||||||
"insert-thumbnail": "Insert thumbnail",
|
"insert-thumbnail": "Insert thumbnail",
|
||||||
"insert-linked-thumbnail": "Insert linked thumbnail"
|
"insert-linked-thumbnail": "Insert linked thumbnail",
|
||||||
|
"more-infos": "More infos",
|
||||||
|
"base-infos": "Base infos"
|
||||||
}
|
}
|
||||||
|
|
|
@ -397,5 +397,7 @@
|
||||||
"start-typing-to-see-a-list-of-suggestions": "Commencez à taper pour voir une liste de suggestions.",
|
"start-typing-to-see-a-list-of-suggestions": "Commencez à taper pour voir une liste de suggestions.",
|
||||||
"view": "Vue",
|
"view": "Vue",
|
||||||
"insert-thumbnail": "Insérer une miniature",
|
"insert-thumbnail": "Insérer une miniature",
|
||||||
"insert-linked-thumbnail": "Insérer une miniature liée"
|
"insert-linked-thumbnail": "Insérer une miniature liée",
|
||||||
|
"more-infos": "Infos supplémentaires",
|
||||||
|
"base-infos": "Infos de bases"
|
||||||
}
|
}
|
Loading…
Reference in a new issue