aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-10-22 20:44:41 +0200
committerMario Vavti <mario@mariovavti.com>2016-10-22 20:44:41 +0200
commit5fb173149a53361f9b91b0aa46323b9d4dbada7f (patch)
tree9484f89678911652a6cf034b4aa944e6e33884d4 /view
parent6bf92979a2afe6769e572846e344ffaf3b0c7d85 (diff)
downloadvolse-hubzilla-5fb173149a53361f9b91b0aa46323b9d4dbada7f.tar.gz
volse-hubzilla-5fb173149a53361f9b91b0aa46323b9d4dbada7f.tar.bz2
volse-hubzilla-5fb173149a53361f9b91b0aa46323b9d4dbada7f.zip
provide lockstate for events and remove obsolete code
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/event_form.tpl2
-rwxr-xr-xview/tpl/event_head.tpl11
2 files changed, 1 insertions, 12 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl
index 0f37d8287..2c1fc762c 100755
--- a/view/tpl/event_form.tpl
+++ b/view/tpl/event_form.tpl
@@ -111,7 +111,7 @@
<div class="btn-group pull-right">
<button id="event-edit-preview-btn" class="btn btn-default" type="button" title="{{$preview}}" onclick="doEventPreview();"><i class="fa fa-eye" ></i></button>
{{if ! $eid}}
- <button id="dbtn-acl" class="btn btn-default" type="button" data-toggle="modal" data-target="#aclModal" title="{{$perms_label}}"><i id="jot-perms-icon" class="fa"></i></button>
+ <button id="dbtn-acl" class="btn btn-default" type="button" data-toggle="modal" data-target="#aclModal" title="{{$perms_label}}"><i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i></button>
{{/if}}
<button id="event-submit" class="btn btn-primary" type="submit" name="submit">{{$submit}}</button>
</div>
diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl
index 646c68564..1d1b6f15b 100755
--- a/view/tpl/event_head.tpl
+++ b/view/tpl/event_head.tpl
@@ -153,17 +153,6 @@
}
});
- // ACL
- $('#id_distr').change(function() {
-
- if ($('#id_distr').is(':checked')) {
- $('#dbtn-acl').show();
- }
- else {
- $('#dbtn-acl').hide();
- }
- }).trigger('change');
-
});
</script>