diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-10 23:28:23 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-10 23:28:23 +0000 |
| commit | 1b411d013c19c7e33f10cdf6e7310e7d1e3fc98d (patch) | |
| tree | 78c1eebddb88bcc45996eef4f1d5e9e4c50ba607 | |
| parent | 777f847473a9c740d991795c5e441b716c221120 (diff) | |
| download | forums-1b411d013c19c7e33f10cdf6e7310e7d1e3fc98d.tar forums-1b411d013c19c7e33f10cdf6e7310e7d1e3fc98d.tar.gz forums-1b411d013c19c7e33f10cdf6e7310e7d1e3fc98d.tar.bz2 forums-1b411d013c19c7e33f10cdf6e7310e7d1e3fc98d.tar.xz forums-1b411d013c19c7e33f10cdf6e7310e7d1e3fc98d.zip | |
Minor changes because I am picky
git-svn-id: file:///svn/phpbb/trunk@621 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/templates/PSO/confirm.tpl | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/phpBB/templates/PSO/confirm.tpl b/phpBB/templates/PSO/confirm.tpl index c94fd2bf43..b6acc5620a 100644 --- a/phpBB/templates/PSO/confirm.tpl +++ b/phpBB/templates/PSO/confirm.tpl @@ -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}"> <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}"> <input type="submit" name="not_confirm" value="{L_NO}"></td> + </form></tr> </table></td> </tr> </table> |
