aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-04-04 18:00:44 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-04-04 18:00:44 +0200
commite00a4b411d7723447d140c8ea18f9d9b812a3776 (patch)
tree02b586ba4fd532013ccbad53bea86e71b46c179f /phpBB/styles/subsilver2/template
parent9bfada03f3c9ee322d91a5c5e390b70afbf44016 (diff)
parent0c25c60381d09bd8f878b55ea376fd2928affc7d (diff)
downloadforums-e00a4b411d7723447d140c8ea18f9d9b812a3776.tar
forums-e00a4b411d7723447d140c8ea18f9d9b812a3776.tar.gz
forums-e00a4b411d7723447d140c8ea18f9d9b812a3776.tar.bz2
forums-e00a4b411d7723447d140c8ea18f9d9b812a3776.tar.xz
forums-e00a4b411d7723447d140c8ea18f9d9b812a3776.zip
Merge remote-tracking branch 'vsephpbb/ticket/12342' into develop-ascraeus
* vsephpbb/ticket/12342: [ticket/12342] Remove spinner and fix useage of ajax on memberlist [ticket/12342] Fix the Custom Dates function in UCP Prefs Global [ticket/12342] Fix Find a member show / hide script [ticket/12342] Use prop() instead of attr() for boolean properties
Diffstat (limited to 'phpBB/styles/subsilver2/template')
-rw-r--r--phpBB/styles/subsilver2/template/ucp_notifications.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_notifications.html b/phpBB/styles/subsilver2/template/ucp_notifications.html
index a8b0d2b896..64e21ec4a6 100644
--- a/phpBB/styles/subsilver2/template/ucp_notifications.html
+++ b/phpBB/styles/subsilver2/template/ucp_notifications.html
@@ -131,7 +131,7 @@
<!-- ENDIF -->
<!-- IF .notifications -->
-<div class="gensmall" style="float: {S_CONTENT_FLOW_END}; padding-top: 2px;"><b><a href="#" onclick="$('#ucp input:checkbox').attr('checked', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="$('#ucp input:checkbox').attr('checked', false); return false;">{L_UNMARK_ALL}</a></b></div>
+<div class="gensmall" style="float: {S_CONTENT_FLOW_END}; padding-top: 2px;"><b><a href="#" onclick="$('#ucp input:checkbox').prop('checked', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="$('#ucp input:checkbox').prop('checked', false); return false;">{L_UNMARK_ALL}</a></b></div>
<!-- ENDIF -->
</form>