Ajout de nouveaux trucs pour les users #1
1 changed files with 9 additions and 0 deletions
|
@ -95,6 +95,15 @@ echo Bootstrap::formInputHidden(array(
|
||||||
'placeholder' => '',
|
'placeholder' => '',
|
||||||
'tip' => ''
|
'tip' => ''
|
||||||
));
|
));
|
||||||
|
|
||||||
|
echo Bootstrap::formTextarea(array(
|
||||||
|
'name' => 'description',
|
||||||
|
'label' => $L->g('Description'),
|
||||||
|
'value' => $user->description(),
|
||||||
|
'class' => '',
|
||||||
|
'placeholder' => '',
|
||||||
|
'tip' => ''
|
||||||
|
));
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue