- added possibility to send new database information via email to the customer, fixes #108

This commit is contained in:
Michael Kaufmann (d00p)
2010-04-07 06:57:27 +00:00
parent 368e6a5c50
commit f8d0472274
5 changed files with 64 additions and 2 deletions

View File

@@ -21,6 +21,10 @@ $header
<td class="main_field_name">{$lng['login']['password']}:</td>
<td class="main_field_display" nowrap="nowrap"><input type="password" name="mysql_password" maxlength="50" /></td>
</tr>
<tr>
<td class="main_field_name">{$lng['mysql']['sendinfomail']}:</td>
<td class="main_field_display" nowrap="nowrap">{$sendinfomail}</td>
</tr>
<tr>
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['mysql']['database_create']}" /></td>
</tr>