mirror of
https://github.com/openvk/openvk
synced 2025-06-07 22:59:58 +03:00
feat(topic edit): label for checkboxes
This commit is contained in:
parent
7e65f25d7b
commit
4693d2f92d
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{if $topic->getClub()->canBeModifiedBy($thisUser)}
|
{if $topic->getClub()->canBeModifiedBy($thisUser)}
|
||||||
<input type="checkbox" name="pin" n:attr="checked => $topic->isPinned()" /> {_pin_topic}<br />
|
<label><input type="checkbox" name="pin" n:attr="checked => $topic->isPinned()" /> {_pin_topic}</label><br />
|
||||||
{/if}
|
{/if}
|
||||||
<input type="checkbox" name="close" n:attr="checked => $topic->isClosed()" /> {_close_topic}
|
<label><input type="checkbox" name="close" n:attr="checked => $topic->isClosed()" /> {_close_topic}</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue