new history logging system

This commit is contained in:
Serghey Rodin 2012-09-21 16:02:37 +03:00
commit 2369cbced5
86 changed files with 106 additions and 151 deletions

View file

@ -59,12 +59,12 @@
</tr>
<tr>
<td class="add-text" style="padding: 10px 0 0 2px;">
Password <a href="javascript:randomString();" class="genpass">generate</a>
Password <a href="javascript:randomString();" class="genpass" >generate</a>
</td>
</tr>
<tr>
<td>
<input type="text" size="20" class="add-input" name="v_password"
<input type="text" size="20" class="add-input" name="v_password" <?php if (!empty($v_password)) echo "value=".$v_password; ?>>
</td>
</tr>
<tr>