- added yes/no to decide whether to store the default index-file to a new customers docroot or not, fixes #369

This commit is contained in:
Michael Kaufmann (d00p)
2010-09-07 10:46:50 +00:00
parent 1fee5d7242
commit e356957592
6 changed files with 17 additions and 4 deletions

View File

@@ -24,6 +24,10 @@ $header
<td class="main_field_name">{$lng['admin']['stdsubdomain_add']}?</td>
<td class="main_field_display" nowrap="nowrap">$createstdsubdomain</td>
</tr>
<tr>
<td class="main_field_name">{$lng['admin']['store_defaultindex']}?</td>
<td class="main_field_display" nowrap="nowrap">$store_defaultindex</td>
</tr>
<tr>
<td class="main_field_name">{$lng['login']['password']}:</td>
<td class="main_field_display" nowrap="nowrap"><input type="password" name="new_customer_password" value="" /></td>