mirror of
https://github.com/openvk/openvk
synced 2025-06-07 21:00:33 +03:00
feat: auto set "from group"
This commit is contained in:
parent
89f724587f
commit
d9cd394547
1 changed files with 3 additions and 3 deletions
|
@ -33,15 +33,15 @@
|
|||
</script>
|
||||
|
||||
<label>
|
||||
<input type="checkbox" name="as_group" onchange="onWallAsGroupClick(this)" /> {_post_as_group}
|
||||
<input type="checkbox" name="as_group" onchange="onWallAsGroupClick(this)" checked /> {_post_as_group}
|
||||
</label>
|
||||
<label id="forceSignOpt" style="display: none;">
|
||||
<label id="forceSignOpt" style="display: block;">
|
||||
<input type="checkbox" name="force_sign" /> {_add_signature}
|
||||
</label>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
<label n:if="$anonEnabled" id="octoberAnonOpt">
|
||||
<label n:if="$anonEnabled" id="octoberAnonOpt" style="display: none;">
|
||||
<input type="checkbox" name="anon" /> {_as_anonymous}
|
||||
</label>
|
||||
|
||||
|
|
Loading…
Reference in a new issue