|
|
@@ -74,7 +74,7 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="vst-text">
|
|
|
- <p><?php print('Your password must have at least');?></p>
|
|
|
+ <?php print('Your password must have at least');?>
|
|
|
<ul>
|
|
|
<li><?php print('8 characters long');?></li>
|
|
|
<li><?php print('1 uppercase & 1 lowercase character');?></li>
|
|
|
@@ -83,7 +83,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td class="vst-text input-label">
|
|
|
+ <td class="vst-text ">
|
|
|
<?php print __('Contact');?>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -103,7 +103,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td>
|
|
|
+ <td class="vst-text input-label">
|
|
|
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_email_notice" id='v_email_notify' value="" tabindex="5" /> <?php print __('Send welcome email');?></label>
|
|
|
</td>
|
|
|
</tr>
|