aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/homeopt.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-01-09 01:01:47 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-01-09 01:01:47 +0100
commitbed0dcccc88bd417876abd5238883b2b1cd5aafc (patch)
tree3313dc25a4c3fa3f6bfe4d8aa0ada7280db8a96f /app/view/templates/homeopt.php
parentacdbc686630f523cee598a95415b515d531b2bde (diff)
downloadwcms-bed0dcccc88bd417876abd5238883b2b1cd5aafc.tar.gz
wcms-bed0dcccc88bd417876abd5238883b2b1cd5aafc.zip
target blank internal or external option admin
Diffstat (limited to 'app/view/templates/homeopt.php')
-rw-r--r--app/view/templates/homeopt.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/view/templates/homeopt.php b/app/view/templates/homeopt.php
index f240d0a..a37e65b 100644
--- a/app/view/templates/homeopt.php
+++ b/app/view/templates/homeopt.php
@@ -23,8 +23,7 @@ foreach ($opt->col('array') as $key => $col) {
<fieldset><legend>Privacy</legend><ul>
<li><input type="radio" id="4" name="secure" value="4"<?= $opt->secure() == 4 ? "checked" : "" ?>/><label for="4">all</label></li>
-<li><input type="radio" id="3" name="secure" value="3"<?= $opt->secure() == 3 ? "checked" : "" ?>/><label for="3">editor</label></li>
-<li><input type="radio" id="2" name="secure" value="2"<?= $opt->secure() == 2 ? "checked" : "" ?>/><label for="2">invite only</label></li>
+<li><input type="radio" id="2" name="secure" value="2"<?= $opt->secure() == 2 ? "checked" : "" ?>/><label for="2">not published</label></li>
<li><input type="radio" id="1" name="secure" value="1"<?= $opt->secure() == 1 ? "checked" : "" ?>/><label for="1">private</label></li>
<li><input type="radio" id="0" name="secure" value="0"<?= $opt->secure() == 0 ? "checked" : "" ?>/><label for="0">public</label></li>
</ul></fieldset>