From: Bart Visscher Date: Tue, 13 Sep 2011 20:42:56 +0000 (+0200) Subject: Rename calendar javascript functions into Calendar.UI namespace X-Git-Tag: v3.0~204 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=68758f9b2c4000056fb97fb9002e9030b97b9932;p=nextcloud-server.git Rename calendar javascript functions into Calendar.UI namespace --- diff --git a/apps/calendar/templates/part.choosecalendar.rowfields.php b/apps/calendar/templates/part.choosecalendar.rowfields.php index 9a202907cd8..ad5daf363f2 100644 --- a/apps/calendar/templates/part.choosecalendar.rowfields.php +++ b/apps/calendar/templates/part.choosecalendar.rowfields.php @@ -1,4 +1,4 @@ "; + echo ""; echo ""; echo "t("CalDav Link") . "\" class=\"action\">t("Download") . "\" class=\"action\">t("Edit") . "\" class=\"action\" onclick=\"Calendar.UI.Calendar.edit(this, " . $_['calendar']["id"] . ");\">";