Fix: security code view
Fix: select entity view
This commit is contained in:
parent
f6aeaad469
commit
e82f68967b
@ -67,31 +67,29 @@
|
|||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
{if $entity}
|
{if $entity}
|
||||||
|
<span class="graytitle">{$langs->trans('Entity')}</span>
|
||||||
|
<ul class="pageitem">
|
||||||
<li class="form">
|
<li class="form">
|
||||||
<span class="narrow">
|
|
||||||
<span class="name">{$langs->trans('Entity')}</span>
|
|
||||||
{$entity}
|
{$entity}
|
||||||
</span>
|
<span class="arrow" />
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{if $captcha}
|
{if $captcha}
|
||||||
|
<span class="graytitle">{$langs->trans('SecurityCode')}</span>
|
||||||
|
<ul class="pageitem">
|
||||||
<li class="form">
|
<li class="form">
|
||||||
<span class="narrow">
|
<span class="narrow">
|
||||||
<span class="name">{$langs->trans('SecurityCode')}</span>
|
|
||||||
<input type="text" id="securitycode" name="code" />
|
<input type="text" id="securitycode" name="code" />
|
||||||
</span>
|
|
||||||
</li>
|
|
||||||
<li class="form">
|
|
||||||
<span class="narrow">
|
|
||||||
<div align="center">
|
|
||||||
<img src="{$dol_url_root}/lib/antispamimage.php" border="0" width="128" height="36" />
|
<img src="{$dol_url_root}/lib/antispamimage.php" border="0" width="128" height="36" />
|
||||||
</div>
|
|
||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
{/if}
|
|
||||||
</ul>
|
</ul>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<ul class="pageitem">
|
<ul class="pageitem">
|
||||||
<li class="form">
|
<li class="form">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user