1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 23:07:39 +02:00

[ticket/11735] Display disabled checkbox in subsilver for read notifications

PHPBB3-11735
This commit is contained in:
Dhruv
2013-09-16 00:34:22 +05:30
parent 41282c5065
commit a3b0590f68

View File

@@ -102,7 +102,7 @@
</span> </span>
</td> </td>
<td align="center"> <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> </td>
</tr> </tr>
<!-- END notification_list --> <!-- END notification_list -->