hide event share button when editing an event

This commit is contained in:
friendica 2015-04-17 17:20:24 -07:00
parent 811cfc56d5
commit 3d99a6b5c4
3 changed files with 438 additions and 408 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
2015-04-16.1004
2015-04-17.1005

View File

@ -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>