mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Default Mobile Member skin TEMPLATE uodate for the 1.7-member-module-FormTags changes.
* There is already 'id="{$formTag->name}"' in the {$formTag->inputTag}, so if there is it, it is 'duplicated id-value'.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12643 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
657e715f26
commit
89490e2511
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
</li>
|
||||
<li loop="$formTags=>$formTag">
|
||||
<label for="{$formTag->name}">{$formTag->title}</label>
|
||||
<div id="{$formTag->name}" cond="$formTag->name != 'signature' && $formTag->type != 'date'" class="tel"|cond="$formTag->type == 'tel'">{$formTag->inputTag}</div>
|
||||
<div cond="$formTag->name != 'signature' && $formTag->type != 'date'" class="tel"|cond="$formTag->type == 'tel'">{$formTag->inputTag}</div>
|
||||
<input id="{$formTag->name}" class="inputText" type="date" value="{$oMemberInfo[$formTag->name]}" cond="$formTag->type == 'date'" />
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue