aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editpost.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-20 01:15:02 -0700
committerFriendika <info@friendika.com>2011-05-20 01:15:02 -0700
commit681885a120fb44ddb0cee5cab1191a6aea67b3e0 (patch)
treefcb324bff2082a0c8adf4c540cccbba54a753d26 /mod/editpost.php
parent9ab6055b249b78c6b43be71e714e11118592dbcc (diff)
downloadvolse-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.php4
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' => '&nbsp;', // 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,