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:
misol 2013-01-31 07:28:44 +00:00
parent 657e715f26
commit 89490e2511

View file

@ -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>