mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
issue 784 Changed the fix width to flexible width for the resend_auth_mail page - xe_solid_enterprise
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9933 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
59370973bd
commit
f54df77554
1 changed files with 15 additions and 6 deletions
|
|
@ -6,18 +6,27 @@
|
||||||
<form action="./" method="post" onsubmit="return procFilter(this, resend_auth_mail)">
|
<form action="./" method="post" onsubmit="return procFilter(this, resend_auth_mail)">
|
||||||
<h3 class="pTitle">{$lang->cmd_resend_auth_mail}</h3>
|
<h3 class="pTitle">{$lang->cmd_resend_auth_mail}</h3>
|
||||||
<table cellspacing="0" class="signupTable">
|
<table cellspacing="0" class="signupTable">
|
||||||
<caption><span>{$lang->cmd_resend_auth_mail}</span></caption>
|
<caption><span class="cap_left">{$lang->cmd_resend_auth_mail}</span><span class="cap_right"></span></caption>
|
||||||
|
<tfoot>
|
||||||
|
<tr class="button_tr">
|
||||||
|
<th class="button_col" colspan="2">
|
||||||
|
<div class="btm_bg">
|
||||||
|
<div class="br_bg">
|
||||||
|
<span class="button black"><input type="submit" value="{$lang->cmd_resend_auth_mail}" /></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
</tfoot>
|
||||||
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row" class="w200">{$lang->email_address}</th>
|
<th scope="row" class="w200">{$lang->email_address}</th>
|
||||||
<td><input type="text" name="email_address" value="" class="iText" />
|
<td><input type="text" name="email_address" value="" class="iText" />
|
||||||
<p class="cap_iText">{$lang->about_resend_auth_mail}</p>
|
<p class="cap_iText">{$lang->about_resend_auth_mail}</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="btnbar_vat">
|
|
||||||
<th colspan="2" class="button_col"><span class="button black"><input type="submit" value="{$lang->cmd_resend_auth_mail}" /></span></th>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue