mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Apply readonly to email address input field if it is not changeable
This commit is contained in:
parent
9334e342f7
commit
dc0a97d81b
2 changed files with 11 additions and 3 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<label for="{$identifierForm->name}" class="control-label">{$identifierForm->title} <em style="color:red">*</em></label>
|
||||
<div class="controls">
|
||||
<input type="hidden" name="{$identifierForm->name}" value="{$identifierForm->value}" />
|
||||
<input type="text" name="{$identifierForm->name}" id="{$identifierForm->name}" value="{$identifierForm->value}" disabled="disabled" />
|
||||
<input type="text" name="{$identifierForm->name}" id="{$identifierForm->name}" value="{$identifierForm->value}" readonly="readonly" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group" loop="$formTags=>$formTag">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue