big update

This commit is contained in:
unknown
2012-09-01 13:00:40 +03:00
parent a566e25759
commit 8c44bb4e2a
46 changed files with 1480 additions and 1008 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ if(REG_OPEN == true){ ?>
<tbody>
<tr class="top">
<th><?php echo NICKNAME; ?></td>
<td><input class="text" type="text" name="name" value="<?php echo $form->getValue('name'); ?>" maxlength="15" />
<td><input class="text" type="text" name="name" value="<?php echo $form->getValue('name'); ?>" maxlength="20" />
<span class="error"><?php echo $form->getError('name'); ?></span>
</td>
</tr>
@@ -69,7 +69,7 @@ if(REG_OPEN == true){ ?>
<tr class="btm">
<th><?php echo PASSWORD; ?></th>
<td>
<input class="text" type="password" name="pw" value="<?php echo stripslashes($form->getValue('pw')); ?>" maxlength="30" />
<input class="text" type="password" name="pw" value="<?php echo stripslashes($form->getValue('pw')); ?>" maxlength="20" />
<span class="error"><?php echo $form->getError('pw'); ?></span>
</td>
</tr>