From f3f5d775b519c12e56f4c6db8ca8ccf87c68f19d Mon Sep 17 00:00:00 2001 From: Marvin Thomas Rabe Date: Sat, 8 Oct 2011 13:28:01 +0200 Subject: removed description field for calendar --- apps/calendar/templates/part.editcalendar.php | 6 ------ apps/calendar/templates/part.import.php | 8 +------- 2 files changed, 1 insertion(+), 13 deletions(-) (limited to 'apps/calendar/templates') diff --git a/apps/calendar/templates/part.editcalendar.php b/apps/calendar/templates/part.editcalendar.php index c2c22913bee..b4ff573ec81 100644 --- a/apps/calendar/templates/part.editcalendar.php +++ b/apps/calendar/templates/part.editcalendar.php @@ -25,12 +25,6 @@ - - t('Description') ?> - - - - t('Calendar color') ?> diff --git a/apps/calendar/templates/part.import.php b/apps/calendar/templates/part.import.php index 37493674371..b8805e6b6ef 100644 --- a/apps/calendar/templates/part.import.php +++ b/apps/calendar/templates/part.import.php @@ -31,11 +31,6 @@ foreach($calendars as $calendar){ -t('Description') ?> - - - -

@@ -65,8 +60,7 @@ function importcal(importtype){ } if(importtype == "new"){ var calname = $("#displayname").val(); - var description = $("#description").val(); - $.post(OC.filePath('calendar', '', 'import.php'), {'import':'new', 'calname':calname, 'description':description, 'path':path, 'file':file}, function(){ + $.post(OC.filePath('calendar', '', 'import.php'), {'import':'new', 'calname':calname, 'path':path, 'file':file}, function(){ $("#importdialog").dialog('destroy').remove(); $("#importdialogholder").remove(); }); -- cgit v1.2.3