Added hints for db usernames, similar to ftp usernames

This commit is contained in:
dmitry.malishev 2013-07-17 14:54:33 +03:00
commit 9aca19d773
5 changed files with 62 additions and 0 deletions

View file

@ -83,6 +83,7 @@
<tr>
<td>
<input type="text" size="20" class="vst-input" name="v_dbuser" <?php if (!empty($v_dbuser)) echo "value=".$v_dbuser; ?> disabled>
<small class="hint"></small>
</td>
</tr>
<tr>
@ -140,3 +141,8 @@
</tr>
</table>
</form>
<script type="text/javascript">
GLOBAL.DB_USER_PREFIX = '<?php echo $user; ?>_';
</script>
<script type="text/javascript" src="/js/pages/add.db.js"></script>