another fix of caldav url
This commit is contained in:
parent
e5a3ab8aad
commit
eea20e51d8
|
@ -15,7 +15,7 @@
|
||||||
var missing_field_totime = '<?php echo $l->t('To Time') ?>';
|
var missing_field_totime = '<?php echo $l->t('To Time') ?>';
|
||||||
var missing_field_startsbeforeends = '<?php echo $l->t('The event ends before it starts') ?>';
|
var missing_field_startsbeforeends = '<?php echo $l->t('The event ends before it starts') ?>';
|
||||||
var missing_field_dberror = '<?php echo $l->t('There was a database fail') ?>';
|
var missing_field_dberror = '<?php echo $l->t('There was a database fail') ?>';
|
||||||
var totalurl = '<?php echo OC_Helper::linkTo('apps/calendar', 'caldav.php', null, true); ?>';
|
var totalurl = '<?php echo OC_Helper::linkTo('apps/calendar', 'caldav.php', null, true); ?>/calendars';
|
||||||
</script>
|
</script>
|
||||||
<div id="controls">
|
<div id="controls">
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue