]> source.dussan.org Git - nextcloud-server.git/commitdiff
Disable the Oneday and Fourweeks buttons in calendar interface
authorBart Visscher <bartv@thisnet.nl>
Fri, 16 Sep 2011 22:29:07 +0000 (00:29 +0200)
committerBart Visscher <bartv@thisnet.nl>
Fri, 16 Sep 2011 23:55:04 +0000 (01:55 +0200)
apps/calendar/templates/calendar.php

index dc7bcbc64a5fb7c76d377f5e4acffcdd0b7174bd..7635f333336716bc75d4b109cb5e71f79a3adb89 100644 (file)
@@ -46,9 +46,9 @@ $weekdays = array('monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'satur
                                        <div>
                                                <form>
                                                        <div id="view">
-                                                               <input type="button" value="1 <?php echo $l->t('Day');?>" id="onedayview_radio" onclick="Calendar.UI.setCurrentView('onedayview');"/>
+                                                               <!-- <input type="button" value="1 <?php echo $l->t('Day');?>" id="onedayview_radio" onclick="Calendar.UI.setCurrentView('onedayview');"/> -->
                                                                <input type="button" value="1 <?php echo $l->t('Week');?>" id="oneweekview_radio" onclick="Calendar.UI.setCurrentView('oneweekview');"/>
-                                                               <input type="button" value="4 <?php echo $l->t('Weeks');?>" id="fourweeksview_radio" onclick="Calendar.UI.setCurrentView('fourweeksview');"/>
+                                                               <!-- <input type="button" value="4 <?php echo $l->t('Weeks');?>" id="fourweeksview_radio" onclick="Calendar.UI.setCurrentView('fourweeksview');"/> -->
                                                                <input type="button" value="1 <?php echo $l->t('Month');?>" id="onemonthview_radio" onclick="Calendar.UI.setCurrentView('onemonthview');"/>
                                                                <input type="button" value="<?php echo $l->t("Listview");?>" id="listview_radio" onclick="Calendar.UI.setCurrentView('listview');"/>
                                                        </div>