16 lines
888 B
HTML
16 lines
888 B
HTML
<%include include_header.html%>
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="82%">
|
|
<tr>
|
|
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
|
|
<td colspan="3" height="3%" bgcolor="#E8EAD0" valign="top"><%include admin_setup_include_menu.html%></td>
|
|
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
|
|
</tr>
|
|
<tr class=body >
|
|
<td class=body height="97%" colspan="3" valign="top">
|
|
<ul><BR />From here you can alter any of the options that GList uses, from your database settings to your email address.
|
|
Also, if you have made a mistake, with a simple click you can restore the system defaults.<BR /><BR /></ul>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<%include include_footer.html%>
|