diff options
author | Simon <simon@kisikew.org> | 2012-04-04 20:35:59 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-04-04 20:35:59 -0700 |
commit | 5377683c0ff2959ae515ac21bf32beac8a7e4c60 (patch) | |
tree | 2e095d8d69991e5f0e7c0ddc17f1c1235eab8628 /view/theme/dispy-dark/jot.tpl | |
parent | d509a463452585bcbb9fccd07857871ca5c8b063 (diff) | |
parent | 8e5489846d5d9e87186b7a449227e18183489ddc (diff) | |
download | volse-hubzilla-5377683c0ff2959ae515ac21bf32beac8a7e4c60.tar.gz volse-hubzilla-5377683c0ff2959ae515ac21bf32beac8a7e4c60.tar.bz2 volse-hubzilla-5377683c0ff2959ae515ac21bf32beac8a7e4c60.zip |
Merge pull request #206 from simonlnu/master
update the template files
Diffstat (limited to 'view/theme/dispy-dark/jot.tpl')
-rw-r--r-- | view/theme/dispy-dark/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy-dark/jot.tpl b/view/theme/dispy-dark/jot.tpl index 94c31da23..688ac1451 100644 --- a/view/theme/dispy-dark/jot.tpl +++ b/view/theme/dispy-dark/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> |