diff options
author | Friendika <info@friendika.com> | 2011-05-20 01:15:02 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-20 01:15:02 -0700 |
commit | 681885a120fb44ddb0cee5cab1191a6aea67b3e0 (patch) | |
tree | fcb324bff2082a0c8adf4c540cccbba54a753d26 /mod/editpost.php | |
parent | 9ab6055b249b78c6b43be71e714e11118592dbcc (diff) | |
download | volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.tar.gz volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.tar.bz2 volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.zip |
"notes" app
Diffstat (limited to 'mod/editpost.php')
-rw-r--r-- | mod/editpost.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index a0ffda167..d211074c9 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -35,7 +35,7 @@ function editpost_content(&$a) { $a->page['htmlhead'] .= replace_macros($tpl, array( '$baseurl' => $a->get_baseurl(), - '$ispublic' => t('Visible to <strong>everybody</strong>'), + '$ispublic' => ' ', // t('Visible to <strong>everybody</strong>'), '$geotag' => $geotag, '$nickname' => $a->user['nickname'] )); @@ -95,11 +95,13 @@ function editpost_content(&$a) { '$noloc' => t('Clear browser location'), '$wait' => t('Please wait'), '$permset' => t('Permission settings'), + '$ptyp' => $itm[0]['type'], '$content' => $itm[0]['body'], '$post_id' => $post_id, '$baseurl' => $a->get_baseurl(), '$defloc' => $a->user['default-location'], '$visitor' => 'none', + '$pvisit' => 'none', '$emailcc' => t('CC: email addresses'), '$public' => t('Public post'), '$jotnets' => $jotnets, |