1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/10273] Added phpbb.ajaxify_form and converted accept / deny to it.

Also made a few minor improvements to other JavaScript.

PHPBB3-10273
This commit is contained in:
Callum Macrae
2011-07-17 14:57:13 +01:00
committed by Igor Wiedler
parent 456e561442
commit f42f6f1902
2 changed files with 80 additions and 49 deletions

View File

@@ -139,8 +139,8 @@
<p class="rules">
<!-- IF postrow.S_POST_UNAPPROVED -->
{UNAPPROVED_IMG} <strong>{L_POST_UNAPPROVED}</strong> &nbsp;
<input class="button2" type="button" value="{L_DISAPPROVE}" name="action[disapprove]" /> &nbsp;
<input class="button1" type="button" value="{L_APPROVE}" name="action[approve]" />
<input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" /> &nbsp;
<input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" />
<input type="hidden" name="post_id_list[]" value="{postrow.POST_ID}" />
{S_FORM_TOKEN}
<br /><!-- ENDIF -->