diff options
author | Mario <mario@mariovavti.com> | 2021-01-27 10:25:26 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-27 10:25:26 +0000 |
commit | 15c90371e05b9e8132ec424a08de45f1b6b80a18 (patch) | |
tree | a75668866a78642ca61db0cddd37f22a68300d58 /view/tpl/jot.tpl | |
parent | a2728167bc6431ddfca7c4873e05d70fc0937f7e (diff) | |
parent | 00fe7bb1bbe6c1b49f66bc0e0c2330798608ce95 (diff) | |
download | volse-hubzilla-15c90371e05b9e8132ec424a08de45f1b6b80a18.tar.gz volse-hubzilla-15c90371e05b9e8132ec424a08de45f1b6b80a18.tar.bz2 volse-hubzilla-15c90371e05b9e8132ec424a08de45f1b6b80a18.zip |
Merge branch 'customjotheaders' into 'dev'
Custom "headers" in item creation form.
See merge request hubzilla/core!1901
Diffstat (limited to 'view/tpl/jot.tpl')
-rw-r--r-- | view/tpl/jot.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 36543ccfa..36e71223c 100644 --- 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}} |