mirror of
https://github.com/openvk/openvk
synced 2025-06-07 22:59:58 +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>
|
</script>
|
||||||
|
|
||||||
<label>
|
<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>
|
||||||
<label id="forceSignOpt" style="display: none;">
|
<label id="forceSignOpt" style="display: block;">
|
||||||
<input type="checkbox" name="force_sign" /> {_add_signature}
|
<input type="checkbox" name="force_sign" /> {_add_signature}
|
||||||
</label>
|
</label>
|
||||||
{/if}
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<label n:if="$anonEnabled" id="octoberAnonOpt">
|
<label n:if="$anonEnabled" id="octoberAnonOpt" style="display: none;">
|
||||||
<input type="checkbox" name="anon" /> {_as_anonymous}
|
<input type="checkbox" name="anon" /> {_as_anonymous}
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue