diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-02 12:46:50 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-02 12:46:50 -0700 |
commit | 80ec92ce8d9f615eeb06d92b67ad1ff840cad0cc (patch) | |
tree | 484f2101b78ae16f397310470b7e30f2c03d7b57 /view/theme/redbasic/tpl/thing_input.tpl | |
parent | 83c4dd6bda1677a3441d06247ea076094394703e (diff) | |
download | volse-hubzilla-80ec92ce8d9f615eeb06d92b67ad1ff840cad0cc.tar.gz volse-hubzilla-80ec92ce8d9f615eeb06d92b67ad1ff840cad0cc.tar.bz2 volse-hubzilla-80ec92ce8d9f615eeb06d92b67ad1ff840cad0cc.zip |
Revert "move theme specific files to theme dir"
This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c.
Diffstat (limited to 'view/theme/redbasic/tpl/thing_input.tpl')
-rw-r--r-- | view/theme/redbasic/tpl/thing_input.tpl | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/view/theme/redbasic/tpl/thing_input.tpl b/view/theme/redbasic/tpl/thing_input.tpl deleted file mode 100644 index 90fb093e4..000000000 --- a/view/theme/redbasic/tpl/thing_input.tpl +++ /dev/null @@ -1,41 +0,0 @@ -<h2>{{$thing_hdr}}</h2> -<form id="thing-new-form" action="thing" method="post" class="acl-form" data-form_id="thing-new-form" data-allow_cid='{{$allow_cid}}' data-allow_gid='{{$allow_gid}}' data-deny_cid='{{$deny_cid}}' data-deny_gid='{{$deny_gid}}'> - -{{if $multiprof }} -<div class="thing-profile-label">{{$profile_lbl}}</div> - -<div class="thing-profile">{{$profile_select}}</div> -<div class="thing-field-end"></div> -{{/if}} - - -<div class="thing-verb-label">{{$verb_lbl}}</div> - -<div class="thing-verb">{{$verb_select}}</div> -<div class="thing-field-end"></div> - - -<label class="thing-label" for="thing-term">{{$thing_lbl}}</label> -<input type="text" class="thing-input" id="thing-term" name="term" /> -<div class="thing-field-end"></div> -<label class="thing-label" for="thing-url">{{$url_lbl}}</label> -<input type="text" class="thing-input" id="thing-url" name="url" /> -<div class="thing-field-end"></div> -<label class="thing-label" for="thing-img">{{$img_lbl}}</label> -<input type="text" class="thing-input" id="thing-img" name="img" /> -<div class="thing-field-end"></div> - -{{include file="field_checkbox.tpl" field=$activity}} - -<div class="thing-end"></div> - -{{if $lockstate}} - <button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;"> - <i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i> - </button> -{{/if}} - - -<input type="submit" class="thing-submit" name="submit" value="{{$submit}}" /> -</form> -{{$aclselect}} |