hide event share button when editing an event
This commit is contained in:
parent
811cfc56d5
commit
3d99a6b5c4
840
util/messages.po
840
util/messages.po
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
2015-04-16.1004
|
||||
2015-04-17.1005
|
||||
|
@ -152,8 +152,10 @@
|
||||
|
||||
|
||||
<br />
|
||||
|
||||
<div class="clear event-form-location-end"></div>
|
||||
|
||||
{{if ! $eid}}
|
||||
|
||||
<div class='field checkbox'>
|
||||
<label class="mainlabel" for='id_share'>{{$sh_text}}</label>
|
||||
@ -170,6 +172,8 @@
|
||||
<button id="event-permissions-button" class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;">{{$permissions}}</button>
|
||||
{{$acl}}
|
||||
|
||||
{{/if}}
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
<button id="event-edit-preview-btn" class="btn btn-default" title="{{$preview}}" onclick="doEventPreview(); return false;"><i class="icon-eye-open" ></i></button>
|
||||
|
Reference in New Issue
Block a user