summaryrefslogtreecommitdiff
path: root/plugins/NoticeTitle/NoticeTitlePlugin.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-08-13 12:22:58 -0700
committerEvan Prodromou <evan@status.net>2010-08-13 12:22:58 -0700
commit9b7536351b1efa5bf222fad1fb92b6dc9e33156f (patch)
treea46240fd6f23acedfc4388aca87afd6effd0402a /plugins/NoticeTitle/NoticeTitlePlugin.php
parente6da476c1650fbb9e4cca5f2d9a418b3186d5d06 (diff)
hide the Whats Up Nickname if notice title enabled
Diffstat (limited to 'plugins/NoticeTitle/NoticeTitlePlugin.php')
-rw-r--r--plugins/NoticeTitle/NoticeTitlePlugin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NoticeTitle/NoticeTitlePlugin.php b/plugins/NoticeTitle/NoticeTitlePlugin.php
index 115e1c14c..18ffed4be 100644
--- a/plugins/NoticeTitle/NoticeTitlePlugin.php
+++ b/plugins/NoticeTitle/NoticeTitlePlugin.php
@@ -137,6 +137,7 @@ class NoticeTitlePlugin extends Plugin
function onStartShowNoticeFormData($form)
{
+ $form->out->element('style', null, 'label#notice_data-text-label { display: none }');
$form->out->element('input', array('type' => 'text',
'id' => 'notice_title',
'name' => 'notice_title',