mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00: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:
parent
777f847473
commit
1b411d013c
1 changed files with 3 additions and 8 deletions
|
@ -5,14 +5,9 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th class="secondary"><b>{MESSAGE_TITLE}</b></th>
|
<th class="secondary"><b>{MESSAGE_TITLE}</b></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr><form action="{S_CONFIRM_ACTION}" method="POST">
|
||||||
<td class="row2" width="100%" align="center">
|
<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 auction="{S_CONFIRM_ACTION}" method="POST">
|
</form></tr>
|
||||||
<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>
|
|
||||||
</table></td>
|
</table></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Add table
Reference in a new issue