mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-19 08:39:06 +01:00
LSformElement :: textarea : Added CSS extra class on edit mode
This commit is contained in:
parent
b7b82c67c0
commit
43c53751c5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{if $freeze}
|
||||
{if $value}<p class='LSformElement_textarea{if $LSformElement_textarea_extra} {$LSformElement_textarea_extra}{/if}'>{$value}</p>{else}{$noValueTxt}{/if}
|
||||
{else}
|
||||
<textarea name='{$attr_name}[]' class='LSform'>{$value}</textarea>
|
||||
<textarea name='{$attr_name}[]' class='LSform{if $LSformElement_textarea_extra} {$LSformElement_textarea_extra}{/if}'>{$value}</textarea>
|
||||
{/if}
|
||||
|
|
Loading…
Reference in a new issue