Fixed select box looking odd

This commit is contained in:
jengo 2000-11-22 04:18:29 +00:00
parent b3a7ae3d12
commit 1b9ff3d174
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
$selected[$n_app_status] = " selected";
$status_html = '<option value="0"' . $selected[0] . '>' . lang("Disabled") . '</option>'
. '<option value="1"' . $selected[1] . '>' . lang("Enabled") . '<option>'
. '<option value="1"' . $selected[1] . '>' . lang("Enabled") . '</option>'
. '<option value="2"' . $selected[2] . '>' . lang("Enabled - Hidden from navbar") . '</option>';
$phpgw->template->set_var("select_status",$status_html);

View File

@ -65,7 +65,7 @@
$selected[$n_app_status] = " selected";
$status_html = '<option value="0"' . $selected[0] . '>' . lang("Disabled") . '</option>'
. '<option value="1"' . $selected[1] . '>' . lang("Enabled") . '<option>'
. '<option value="1"' . $selected[1] . '>' . lang("Enabled") . '</option>'
. '<option value="2"' . $selected[2] . '>' . lang("Enabled - Hidden from navbar") . '</option>';
$phpgw->template->set_var("select_status",$status_html);