diff options
| author | Matt Friedman <maf675@gmail.com> | 2014-04-01 17:58:56 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2014-04-01 17:58:56 -0700 |
| commit | 0f3e6ca67665b274156d87ff80472346203e5bdd (patch) | |
| tree | af41b8f62282b5863af62c80e28656b9a5dedf2e /phpBB/styles/subsilver2 | |
| parent | 5a3d4109bbad42367d363b616e5a705ee01388e9 (diff) | |
| download | forums-0f3e6ca67665b274156d87ff80472346203e5bdd.tar forums-0f3e6ca67665b274156d87ff80472346203e5bdd.tar.gz forums-0f3e6ca67665b274156d87ff80472346203e5bdd.tar.bz2 forums-0f3e6ca67665b274156d87ff80472346203e5bdd.tar.xz forums-0f3e6ca67665b274156d87ff80472346203e5bdd.zip | |
[ticket/12342] Use prop() instead of attr() for boolean properties
PHPBB3-12342
Diffstat (limited to 'phpBB/styles/subsilver2')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_notifications.html | 2 |
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> |
