mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
Merge remote-tracking branch 'dhruv/ticket/11735' into develop
* dhruv/ticket/11735: [ticket/11735] Display disabled checkbox in subsilver for read notifications
This commit is contained in:
commit
ae6f37d559
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue