aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-03 16:51:29 -0700
committerfriendica <info@friendica.com>2012-11-03 16:51:29 -0700
commitf55636aeb61e0bd8e1a5770715d117f4c6bcaf0c (patch)
treef643b605ae2f0ec840287d521130c40e12a6f366 /view/tpl
parentece59b778ecbe2eefa4db4e5f6bac90a4d4ab4e2 (diff)
downloadvolse-hubzilla-f55636aeb61e0bd8e1a5770715d117f4c6bcaf0c.tar.gz
volse-hubzilla-f55636aeb61e0bd8e1a5770715d117f4c6bcaf0c.tar.bz2
volse-hubzilla-f55636aeb61e0bd8e1a5770715d117f4c6bcaf0c.zip
turn off categories feature by default
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/jot.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index 65ef4f580..c702fafaf 100644
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -15,7 +15,9 @@
<input type="hidden" name="post_id" value="$post_id" />
<input type="hidden" name="preview" id="jot-preview" value="0" />
<div id="jot-title-wrap"><input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none"></div>
+ {{ if $catsenabled }}
<div id="jot-category-wrap"><input name="category" id="jot-category" type="text" placeholder="$placeholdercategory" value="$category" class="jothidden" style="display:none" /></div>
+ {{ endif }}
<div id="jot-text-wrap">
<img id="profile-jot-text-loading" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{ if $content }}$content{{ else }}$share{{ endif }}</textarea>