mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 453 remove signature field in signup form
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9596 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7260b45c1a
commit
462d782b38
1 changed files with 2 additions and 3 deletions
|
|
@ -39,10 +39,9 @@
|
|||
<input type="password" name="password2" value=""/>
|
||||
</p>
|
||||
</li>
|
||||
<li loop="$formTags=>$formTag">
|
||||
<li loop="$formTags=>$formTag" cond="$formTag->name != 'signature'">
|
||||
<p class="q">{$formTag->title}</p>
|
||||
<div class="a" cond="$formTag->name != 'signature'">{$formTag->inputTag}</div>
|
||||
<div class="a" cond="$formTag->name =='signature'">{$editor}</div>
|
||||
<div class="a">{$formTag->inputTag}</div>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q">{$lang->allow_mailing}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue