diff options
author | marijus <mario@mariovavti.com> | 2014-04-08 22:07:06 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-04-08 22:07:06 +0200 |
commit | 9f621dac85c1c417b17d031e3ca2798c6b63ece7 (patch) | |
tree | 14697666c99d828f903772ae5bc4cb66373957ca /mod/editlayout.php | |
parent | 95751dddff2b1b7a2074d37a5b3102f256842ae4 (diff) | |
download | volse-hubzilla-9f621dac85c1c417b17d031e3ca2798c6b63ece7.tar.gz volse-hubzilla-9f621dac85c1c417b17d031e3ca2798c6b63ece7.tar.bz2 volse-hubzilla-9f621dac85c1c417b17d031e3ca2798c6b63ece7.zip |
change the way jot tools are displayed/hidden
Diffstat (limited to 'mod/editlayout.php')
-rw-r--r-- | mod/editlayout.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/editlayout.php b/mod/editlayout.php index 838a219c9..4d0c00293 100644 --- a/mod/editlayout.php +++ b/mod/editlayout.php @@ -119,7 +119,7 @@ function editlayout_content(&$a) { '$post_id' => $post_id, '$baseurl' => $a->get_baseurl(), '$defloc' => $channel['channel_location'], - '$visitor' => 'none', + '$visitor' => false, '$pvisit' => 'none', '$public' => t('Public post'), '$jotnets' => $jotnets, @@ -137,7 +137,7 @@ function editlayout_content(&$a) { '$jotplugins' => $jotplugins, '$sourceapp' => t($a->sourcename), '$defexpire' => '', - '$feature_expire' => 'none', + '$feature_expire' => false, '$expires' => t('Set expiration date'), )); |