aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_notifications.html
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-02-13 17:20:25 -0600
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-02-13 17:20:25 -0600
commit283ef6eed4076a4466cc3dccd4b694e141efb8dd (patch)
tree8215b4157642c94a1d7ef990428ce455408de43b /phpBB/styles/prosilver/template/ucp_notifications.html
parentdc9cfcd613a722e65ac8645cf8e2d0b60d5fa21f (diff)
downloadforums-283ef6eed4076a4466cc3dccd4b694e141efb8dd.tar
forums-283ef6eed4076a4466cc3dccd4b694e141efb8dd.tar.gz
forums-283ef6eed4076a4466cc3dccd4b694e141efb8dd.tar.bz2
forums-283ef6eed4076a4466cc3dccd4b694e141efb8dd.tar.xz
forums-283ef6eed4076a4466cc3dccd4b694e141efb8dd.zip
[ticket/11103] Mark/Unmark All buttons
PHPBB3-11103
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_notifications.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_notifications.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html
index 85edf4629b..558bff7349 100644
--- a/phpBB/styles/prosilver/template/ucp_notifications.html
+++ b/phpBB/styles/prosilver/template/ucp_notifications.html
@@ -118,13 +118,15 @@
</div>
</div>
-
-<fieldset class="submit-buttons">
+<!-- IF .notifications -->
+<fieldset class="display-actions">
<input type="hidden" name="form_time" value="{FORM_TIME}" />
- {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" />&nbsp;
- <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
+ {S_HIDDEN_FIELDS}
+ <input type="submit" name="submit" value="{L_MARK_READ}" class="button1" />
+ <div><a href="#" onclick="$('#ucp input:checkbox').attr('checked', true); return false;">{L_MARK_ALL}</a> &bull; <a href="#" onclick="$('#ucp input:checkbox').attr('checked', false); return false;">{L_UNMARK_ALL}</a></div>
{S_FORM_TOKEN}
</fieldset>
+<!-- ENDIF -->
</form>