aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot.tpl
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2021-01-27 11:25:26 +0100
committerMario <mario@mariovavti.com>2021-01-27 11:25:26 +0100
commit00fe7bb1bbe6c1b49f66bc0e0c2330798608ce95 (patch)
treed96f44819f0f44a58632738a97b83a0ae773d4fa /view/tpl/jot.tpl
parentf0ee4c3cef6c148bd397ad6a1e71ce86aa43565a (diff)
downloadvolse-hubzilla-00fe7bb1bbe6c1b49f66bc0e0c2330798608ce95.tar.gz
volse-hubzilla-00fe7bb1bbe6c1b49f66bc0e0c2330798608ce95.tar.bz2
volse-hubzilla-00fe7bb1bbe6c1b49f66bc0e0c2330798608ce95.zip
Custom "headers" in item creation form.
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-xview/tpl/jot.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index 36543ccfa..36e71223c 100755
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -41,6 +41,11 @@
<input class="w-100 border-0" name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" data-role="cat-tagsinput">
</div>
{{/if}}
+ {{if $customjotheaders}}
+ <div id="jot-customjotheaders-wrap" class="jothidden">
+ {{$customjotheaders}}
+ </div>
+ {{/if}}
<div id="jot-text-wrap">
<div id="profile-jot-tools" class="btn-group d-none">
{{if $is_owner}}