From 6c47f262cc8be96de0f543284b303fd6a1564a3f Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 1 May 2011 19:50:00 -0700 Subject: [PATCH] warn if msg is visible to all --- boot.php | 2 +- include/conversation.php | 1 + view/jot-header.tpl | 18 +++++++++++++----- view/theme/duepuntozero/style.css | 2 ++ 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/boot.php b/boot.php index c9760a99a2..6926489ecb 100644 --- a/boot.php +++ b/boot.php @@ -2,7 +2,7 @@ set_time_limit(0); -define ( 'FRIENDIKA_VERSION', '2.1.965' ); +define ( 'FRIENDIKA_VERSION', '2.1.966' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1054 ); diff --git a/include/conversation.php b/include/conversation.php index 38816a7d71..1558a5c41b 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -687,6 +687,7 @@ function status_editor($a,$x) { '$baseurl' => $a->get_baseurl(), '$geotag' => $geotag, '$nickname' => $x['nickname'], + '$ispublic' => t('Visible to everybody'), '$linkurl' => t('Please enter a link URL:'), '$utubeurl' => t('Please enter a YouTube link:'), '$vidurl' => t("Please enter a video\x28.ogg\x29 link/URL:"), diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 0fdd302094..3b4c8c615a 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -3,6 +3,7 @@