1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-29 20:29:22 +02:00

Minor changes because I am picky

git-svn-id: file:///svn/phpbb/trunk@621 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-07-10 23:28:23 +00:00
parent 777f847473
commit 1b411d013c

@ -5,14 +5,9 @@
<tr>
<th class="secondary"><b>{MESSAGE_TITLE}</b></th>
</tr>
<tr>
<td class="row2" width="100%" align="center">
<form auction="{S_CONFIRM_ACTION}" method="POST">
<span class="gen">{MESSAGE_TEXT}</span><br />
<input type="submit" name="confirm" value="{L_YES}">&nbsp;&nbsp;<input type="submit" name="not_confirm" value="{L_NO}">
{HIDDEN_FIELDS}
</td>
</tr>
<tr><form action="{S_CONFIRM_ACTION}" method="POST">
<td class="row2" width="100%" align="center"><span class="gen">{MESSAGE_TEXT}</span><br />{HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}">&nbsp;&nbsp;<input type="submit" name="not_confirm" value="{L_NO}"></td>
</form></tr>
</table></td>
</tr>
</table>