mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge remote-tracking branch 'dhruv/ticket/11735' into develop
* dhruv/ticket/11735: [ticket/11735] Display disabled checkbox when notification is already read
This commit is contained in:
commit
6dc7a1407a
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
||||||
</div>
|
</div>
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd class="mark"> <!-- IF notification_list.UNREAD --><input type="checkbox" name="mark[]" value="{notification_list.NOTIFICATION_ID}" /> <dfn>{L_MARK_READ}</dfn><!-- ENDIF --> </dd>
|
<dd class="mark"> <input type="checkbox" name="mark[]" value="{notification_list.NOTIFICATION_ID}"<!-- IF not notification_list.UNREAD --> disabled="disabled"<!-- ENDIF --> /> <dfn>{L_MARK_READ}</dfn> </dd>
|
||||||
</dl>
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
<!-- END notification_list -->
|
<!-- END notification_list -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue