Adding option for image type selection order

This commit is contained in:
Miles Lott 2002-01-22 04:48:44 +00:00
parent 8bf6b86674
commit 325bedb44e

View File

@ -26,6 +26,17 @@
<td><input name="newsettings[webserver_url]" value="{value_webserver_url}" size="40"></td>
</tr>
<tr bgcolor="{row_on}">
<td>{lang_Image_type_selection_order}:</td>
<td>
<select name="newsettings[image_type]">
<option value="">GIF->JPG->PNG</option>
<option value="1"{selected_image_type_1}>PNG->JPG->GIF</option>
<option value="2"{selected_image_type_2}>PNG->JPG</option>
</select>
</td>
</tr>
<tr bgcolor="{row_on}">
<td colspan="2">&nbsp;</td>
</tr>