<!-- TITLE: Modify ##s_type## Options -->
<center>
<b>
<a href="index.php?page=setup&f=extras">{Item} Extras</a> |
<a href="index.php?page=extra_opts&type=FEAT">{Item} Featuring</a> |
<a href="index.php?page=extra_opts&type=WEIGHT">{Item} Priority Ranking</a> |
<a href="index.php?page=extra_opts&type=VIS">{Item} Visibility</a> |
<a href="index.php?page=extra_opts&type=COLOR">{Item} Highlight Color</a>
</b>
</center>
<br />
<span class=txt8>
Each row in the table below corresponds to one of your existing
<font color=blue><b>##s_type## options</b></font>.
<br /><br />
<b>ID #</b> refers to unique identity of this option.
<!-- IF ##type## == "COLOR" -->
This field represents 6 chars of HTML code for certain color,
e.g. FFFF00 - Yellow Highlight, 00FF00 - Green Highlight, etc.
<!-- ELSE -->
This field is read-only usually.
<!-- ENDIF -->
<br /><br />
<b>Description</b> refers to the short description of this option that users will
see when these options are listed.
<br /><br />
<b>Price</b> refers to the cost to the user of selecting this option
(decimal value, no currency symbol).
<br /><br />
<b>Active?</b> refers to whether you want this option to be offered to users.
</span>
<br />
<form method=post>
<input type=hidden name=token value="##TOKEN##">
<table border=0>
<tr>
<th>ID #</th>
<th>Description</th>
<th>Price</th>
<th>Active?</th>
</tr>
<!-- TPL_INSERT : row -->
<!-- TPL_CELL : def -->
<tr>
<td><input size=4 name=val[##id##] value="##val##" ##ro##>
<input type=hidden name=key[##idx##][] value="##id##">
</td>
<td><input size=25 name=descr[##id##] value="##descr##"></td>
<td><input size=5 name=price[##id##] value="##price##"></td>
<td><center><input type=checkbox name=active[##id##] value=1 ##active##></td>
</tr>
<!-- /TPL_CELL : def -->
<!-- /TPL_INSERT : row -->
<tr height=30>
<td colspan=5 valign=bottom>
<center>
<input name=go type=submit value="Update" class=button>
</td>
</tr>
</table>
</form>