Widened the preference page to accomodate for the country selection.

This commit is contained in:
skeeter 2001-04-30 03:07:50 +00:00
parent 94443dbf4f
commit 30251068e6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<p><b>{title}:</b><hr><p>
<form action="{action_url}" method="POST">
<table border="0" align="center" width="50%">
<table border="0" align="center" width="90%">
{row}
</table>
<center><input type="submit" name="submit" value="{submit_lang}"></center>

View File

@ -1,6 +1,6 @@
<p><b>{title}:</b><hr><p>
<form action="{action_url}" method="POST">
<table border="0" align="center" width="50%">
<table border="0" align="center" width="90%">
{row}
</table>
<center><input type="submit" name="submit" value="{submit_lang}"></center>