diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2013-09-16 00:34:22 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2013-09-16 00:34:22 +0530 |
commit | a3b0590f68f71d4610c83273ae97277e18a6fe62 (patch) | |
tree | d96cc1aeb5c76af60074148a603a5bf967071914 /phpBB | |
parent | 41282c50658ab1d7d145f6339eca455a8081e8ae (diff) | |
download | forums-a3b0590f68f71d4610c83273ae97277e18a6fe62.tar forums-a3b0590f68f71d4610c83273ae97277e18a6fe62.tar.gz forums-a3b0590f68f71d4610c83273ae97277e18a6fe62.tar.bz2 forums-a3b0590f68f71d4610c83273ae97277e18a6fe62.tar.xz forums-a3b0590f68f71d4610c83273ae97277e18a6fe62.zip |
[ticket/11735] Display disabled checkbox in subsilver for read notifications
PHPBB3-11735
Diffstat (limited to 'phpBB')
-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 d85584d20e..4a1630786a 100644 --- a/phpBB/styles/subsilver2/template/ucp_notifications.html +++ b/phpBB/styles/subsilver2/template/ucp_notifications.html @@ -102,7 +102,7 @@ </span> </td> <td align="center"> - <!-- IF notification_list.UNREAD --><input type="checkbox" name="mark[]" value="{notification_list.NOTIFICATION_ID}" /><!-- ENDIF --> + <input type="checkbox" name="mark[]" value="{notification_list.NOTIFICATION_ID}"<!-- IF not notification_list.UNREAD --> disabled="disabled"<!-- ENDIF --> /> </td> </tr> <!-- END notification_list --> |