diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-27 11:52:59 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-27 11:52:59 +0100 |
commit | b59e2870ab47dab424d043dd51f70d427d92d7a5 (patch) | |
tree | 8b35bb51d3f6132750a20a70289006b121840c01 /view/tpl | |
parent | 1bf93916dbf22ba8e51261c5f364781ee3c9bcc2 (diff) | |
download | volse-hubzilla-b59e2870ab47dab424d043dd51f70d427d92d7a5.tar.gz volse-hubzilla-b59e2870ab47dab424d043dd51f70d427d92d7a5.tar.bz2 volse-hubzilla-b59e2870ab47dab424d043dd51f70d427d92d7a5.zip |
Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it there). Comment out some most probably deprecated js includes. Some css cleanup.
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/event_form.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/jot.tpl | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index 7ec32d2c9..986a93a16 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -49,7 +49,7 @@ {{if $catsenabled}} <div id="event-category-wrap"> - <input name="category" id="event-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" class="event-cats" style="display: block;" data-role="tagsinput" /> + <input name="category" id="event-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" class="event-cats" style="display: block;" data-role="cat-tagsinput" /> </div> {{/if}} diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 47787676e..ed1d1e35f 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -10,8 +10,7 @@ <input type="hidden" name="coord" id="jot-coord" value="" /> <input type="hidden" name="post_id" value="{{$post_id}}" /> <input type="hidden" name="webpage" value="{{$webpage}}" /> - <input type="hidden" name="preview" id="jot-preview" value="0" /> - <input type="hidden" id="jot-consensus" name="consensus" value="{{if $consensus}}{{$consensus}}{{else}}0{{/if}}" /> + <input type="hidden" name="preview" id="jot-preview" value="0" /> <input type="hidden" id="jot-consensus" name="consensus" value="{{if $consensus}}{{$consensus}}{{else}}0{{/if}}" /> {{if $showacl}}{{$acl}}{{/if}} {{$mimeselect}} {{$layoutselect}} @@ -25,7 +24,7 @@ </div> {{if $catsenabled}} <div id="jot-category-wrap" class="jothidden" style="display:none"> - <input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" data-role="tagsinput"> + <input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" data-role="cat-tagsinput"> </div> {{/if}} {{if $webpage}} |