mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/11735] Display disabled checkbox in subsilver for read notifications
PHPBB3-11735
This commit is contained in:
parent
41282c5065
commit
a3b0590f68
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue