ntier for the cats

This commit is contained in:
ceb 2002-01-12 05:29:11 +00:00
parent cd2effab0f
commit 0cbb0abcb6
2 changed files with 20 additions and 21 deletions

View File

@ -38,7 +38,7 @@
<table width="50%" border="0" cellspacing="2" cellpadding="2">
<tr valign="bottom">
<td height="50" align="right">
<input type="submit" name="submit" value="{lang_add}"></td>
<input type="submit" name="submit" value="{lang_save}"></td>
<td height="50" align="center">
<input type="reset" name="reset" value="{lang_reset}"></form></td>
<td height="50">
@ -55,7 +55,7 @@
<table width="50%" border="0" cellspacing="2" cellpadding="2">
<tr valign="bottom">
<td height="50" align="right">
<input type="submit" name="submit" value="{lang_edit}"></form></td>
<input type="submit" name="submit" value="{lang_save}"></form></td>
<td height="50" align="center">
{delete}</td>
<td height="50">

View File

@ -6,18 +6,17 @@
<table border="0" width="65%" cellpadding="2" cellspacing="2">
<form method="POST" action="{action_url}">
<tr>
<td align="center"><font face="{font}">{deleteheader}</font></td>
<td align="center">{deleteheader}</td>
</tr>
<tr>
<td align="center">{lang_subs}</td>
<td align="center">{subs}</td>
</tr>
<tr>
<td align="center"><font face="{font}">
{hidden_vars}
<input type="submit" name="confirm" value="{lang_yes}"></font></td>
<td align="center">
<input type="submit" name="confirm" value="{lang_yes}"></td>
</form>
<td align="center"><font face="{font}"><a href="{nolink}">{lang_no}</a></font></td>
<td align="center"><a href="{nolink}">{lang_no}</a></td>
</tr>
</table>
</center>