aboutsummaryrefslogtreecommitdiffstats
path: root/apps/calendar/templates/share.dropdown.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-05-07 20:22:55 +0200
committerBart Visscher <bartv@thisnet.nl>2012-05-07 21:47:14 +0200
commit4dbc2093c680bebaa42f230937be88a58984c5bd (patch)
treef0d51daac5376fadab5d8f1147926842485af836 /apps/calendar/templates/share.dropdown.php
parent9b5e0bebefd6c30c819d9830e79f3c07f0231d42 (diff)
downloadnextcloud-server-4dbc2093c680bebaa42f230937be88a58984c5bd.tar.gz
nextcloud-server-4dbc2093c680bebaa42f230937be88a58984c5bd.zip
Create a function for linking to remote.php
Diffstat (limited to 'apps/calendar/templates/share.dropdown.php')
-rwxr-xr-xapps/calendar/templates/share.dropdown.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/calendar/templates/share.dropdown.php b/apps/calendar/templates/share.dropdown.php
index 0796a880f1f..356a8d4fab1 100755
--- a/apps/calendar/templates/share.dropdown.php
+++ b/apps/calendar/templates/share.dropdown.php
@@ -73,5 +73,5 @@ echo OCP\html_select_options($allgroups, array());
</ul>
<div id="public">
<input type="checkbox" id="publish" <?php echo ($public['share'])?'checked="checked"':'' ?>><label for="publish"><?php echo $l->t('make public'); ?></label><br>
- <input type="text" id="public_token" value="<?php echo OCP\Util::linkToAbsolute('', 'public.php?service=calendar&t=' . $public['share'], null, true) ; ?>" onmouseover="$('#public_token').select();" style="<?php echo (!$public['share'])?'display:none':'' ?>">
-</div> \ No newline at end of file
+ <input type="text" id="public_token" value="<?php echo OCP\Util::linkToAbsolute('', 'public.php').'?service=calendar&t=' . $public['share'] ?>" onmouseover="$('#public_token').select();" style="<?php echo (!$public['share'])?'display:none':'' ?>">
+</div>