diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-04 23:35:07 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-04 23:35:07 -0400 |
commit | 8e5489846d5d9e87186b7a449227e18183489ddc (patch) | |
tree | 2e095d8d69991e5f0e7c0ddc17f1c1235eab8628 /view/theme/dispy/jot.tpl | |
parent | afe7f09b278bca546f606a6ce54707a853cddf47 (diff) | |
download | volse-hubzilla-8e5489846d5d9e87186b7a449227e18183489ddc.tar.gz volse-hubzilla-8e5489846d5d9e87186b7a449227e18183489ddc.tar.bz2 volse-hubzilla-8e5489846d5d9e87186b7a449227e18183489ddc.zip |
update the dispy* templates
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/jot.tpl')
-rw-r--r-- | view/theme/dispy/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/jot.tpl b/view/theme/dispy/jot.tpl index 94c31da23..688ac1451 100644 --- a/view/theme/dispy/jot.tpl +++ b/view/theme/dispy/jot.tpl @@ -11,7 +11,7 @@ <input type="hidden" name="coord" id="jot-coord" value="" /> <input type="hidden" name="post_id" value="$post_id" /> <input type="hidden" name="preview" id="jot-preview" value="0" /> - + <div id="jot-category-wrap"><input name="category" id="jot-category" type="text" placeholder="$placeholdercategory" value="$category" class="jothidden" style="display:none" /></div> <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body">{{ if $content }}$content{{ else }}$share{{ endif }} </textarea> |