mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11442] Do not suggest an option on ajax confirm box
Reverting commit cb13add269
Also fixing in prosilver and subsilver2
PHPBB3-11442
This commit is contained in:
parent
7a881183d8
commit
665352d0d1
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
<p>{MESSAGE_TEXT}</p>
|
<p>{MESSAGE_TEXT}</p>
|
||||||
|
|
||||||
<fieldset class="submit-buttons">
|
<fieldset class="submit-buttons">
|
||||||
<input type="button" name="confirm" value="{L_YES}" class="button1" />
|
<input type="button" name="confirm" value="{L_YES}" class="button2" />
|
||||||
<input type="button" name="cancel" value="{L_NO}" class="button2" />
|
<input type="button" name="cancel" value="{L_NO}" class="button2" />
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<p>{MESSAGE_TEXT}</p>
|
<p>{MESSAGE_TEXT}</p>
|
||||||
|
|
||||||
<fieldset class="submit-buttons">
|
<fieldset class="submit-buttons">
|
||||||
<input type="button" name="confirm" value="{L_YES}" class="button1" />
|
<input type="button" name="confirm" value="{L_YES}" class="button2" />
|
||||||
<input type="button" name="cancel" value="{L_NO}" class="button2" />
|
<input type="button" name="cancel" value="{L_NO}" class="button2" />
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<th>{MESSAGE_TITLE}</th>
|
<th>{MESSAGE_TITLE}</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1" align="center"><br /><p class="gen">{MESSAGE_TEXT}</p><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{YES_VALUE}" class="btnmain" /> <input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></td>
|
<td class="row1" align="center"><br /><p class="gen">{MESSAGE_TEXT}</p><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{YES_VALUE}" class="btnlite" /> <input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue