Fix for show domain select box not working

This commit is contained in:
Oscar Manuel Gómez Senovilla 2007-02-25 09:45:06 +00:00
parent 9f2f7f6d4f
commit 0a92dce43c

View File

@ -98,8 +98,8 @@ function setDefaultDBPort(selectBox,portField)
<tr>
<td><strong>{lang_domselect}</strong><br />
<select name="setting[show_domain_selectbox]">
<option value="True"{domain_selectbox_yes}>{lang_Yes}</option>
<option value="False"{domain_selectbox_no}>{lang_No}</option>
<option value="True"{show_domain_selectbox_yes}>{lang_Yes}</option>
<option value="False"{show_domain_selectbox_no}>{lang_No}</option>
</select></td>
<td>{lang_domselect_descr}</td>
</tr>