resolve merge conflict
This commit is contained in:
commit
9275fd16c2
@ -987,6 +987,7 @@ class Cdav extends Controller {
|
||||
'$location' => $location,
|
||||
'$more' => t('More'),
|
||||
'$less' => t('Less'),
|
||||
'$update' => t('Update'),
|
||||
'$calendar_select_label' => t('Select calendar'),
|
||||
'$calendar_optiopns_label' => [t('Channel Calendars'), t('CalDAV Calendars')],
|
||||
'$delete' => t('Delete'),
|
||||
|
@ -114,7 +114,7 @@ $(document).ready(function() {
|
||||
$('#id_dtend').val(dtend.toUTCString());
|
||||
$('#id_description').val(event.extendedProps.description);
|
||||
$('#id_location').val(event.extendedProps.location);
|
||||
$('#event_submit').val('update_event').html('Update');
|
||||
$('#event_submit').val('update_event').html('{{$update}}');
|
||||
$('#dbtn-acl').addClass('d-none');
|
||||
event_id = event.extendedProps.item ? event.extendedProps.item.id : 0;
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
{{/if}}
|
||||
{{if $contact.network}}
|
||||
<div class="contact-info-element">
|
||||
<span class="contact-info-label">{{$contact.network_label}}:</span> {{$contact.network}} - <a href="{{$contact.recentlink}}">{{$contact.recent_label}}</a>
|
||||
<span class="contact-info-label">{{$contact.network_label}}:</span> {{$contact.network}} - <a href="{{$contact.recentlink}}" rel="nofollow noopener">{{$contact.recent_label}}</a>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user