aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/field_checkbox.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-06-15 13:04:16 +0200
committerMario Vavti <mario@mariovavti.com>2015-06-15 13:04:16 +0200
commit905cd1da5bd8c794e7f62217a1e4ab2b0e3a2123 (patch)
tree70c4461e7378c219b347f490e444db74caf55b52 /view/tpl/field_checkbox.tpl
parent187a7a56c2f3308521a2f0b407b2518e80a82e70 (diff)
downloadvolse-hubzilla-905cd1da5bd8c794e7f62217a1e4ab2b0e3a2123.tar.gz
volse-hubzilla-905cd1da5bd8c794e7f62217a1e4ab2b0e3a2123.tar.bz2
volse-hubzilla-905cd1da5bd8c794e7f62217a1e4ab2b0e3a2123.zip
do not allow/show acl button on photo edit if not owner
Diffstat (limited to 'view/tpl/field_checkbox.tpl')
-rwxr-xr-xview/tpl/field_checkbox.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/field_checkbox.tpl b/view/tpl/field_checkbox.tpl
index 514626d5f..6785e522a 100755
--- a/view/tpl/field_checkbox.tpl
+++ b/view/tpl/field_checkbox.tpl
@@ -1,4 +1,4 @@
- <div class="form-group field checkbox">
+ <div id="{{$field.0}}_container" class="form-group field checkbox">
<label for="id_{{$field.0}}">{{$field.1}}</label>
<div class="pull-right"><input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="1" {{if $field.2}}checked="checked"{{/if}} {{if $field.5}}{{$field.5}}{{/if}} /><label class="switchlabel" for='id_{{$field.0}}'> <span class="onoffswitch-inner" data-on='{{if $field.4}}{{$field.4.1}}{{/if}}' data-off='{{if $field.4}}{{$field.4.0}}{{/if}}'></span><span class="onoffswitch-switch"></span></label></div>
<span class="help-block">{{$field.3}}</span>