Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-04-22 15:15:03 +0400
committerGeorg Ehrke <dev@georgswebsite.de>2012-04-22 15:15:24 +0400
commit1bba4456420d1824ab6d58f3d9bb523fcde5c4c2 (patch)
tree5055f261d11134dbcb12853fa94021fc59499420 /apps/calendar
parentf08cfcecec4d9f9ff9d6524236a0f1384e9afaee (diff)
hide alarm and attendees tab
Diffstat (limited to 'apps/calendar')
-rw-r--r--apps/calendar/templates/part.eventform.php8
-rw-r--r--apps/calendar/templates/part.showevent.php8
2 files changed, 8 insertions, 8 deletions
diff --git a/apps/calendar/templates/part.eventform.php b/apps/calendar/templates/part.eventform.php
index c63630a5a05..1eee099d0d1 100644
--- a/apps/calendar/templates/part.eventform.php
+++ b/apps/calendar/templates/part.eventform.php
@@ -7,8 +7,8 @@ echo 'Calendar.UI.Share.idtype = "event";' . "\n" . 'Calendar.UI.Share.currentid
<ul>
<li><a href="#tabs-1"><?php echo $l->t('Eventinfo'); ?></a></li>
<li><a href="#tabs-2"><?php echo $l->t('Repeating'); ?></a></li>
- <li><a href="#tabs-3"><?php echo $l->t('Alarm'); ?></a></li>
- <li><a href="#tabs-4"><?php echo $l->t('Attendees'); ?></a></li>
+ <!--<li><a href="#tabs-3"><?php echo $l->t('Alarm'); ?></a></li>
+ <li><a href="#tabs-4"><?php echo $l->t('Attendees'); ?></a></li>-->
<?php if($_['access'] == 'owner') { ?>
<li><a href="#tabs-5"><?php echo $l->t('Share'); ?></a></li>
<?php } ?>
@@ -243,8 +243,8 @@ echo 'Calendar.UI.Share.idtype = "event";' . "\n" . 'Calendar.UI.Share.currentid
<?php echo $l->t('Summary'); ?>:<span id="repeatsummary"></span>
</div>
</div>
-<div id="tabs-3">//Alarm</div>
-<div id="tabs-4">//Attendees</div>
+<!--<div id="tabs-3">//Alarm</div>
+<div id="tabs-4">//Attendees</div>-->
<?php if($_['access'] == 'owner') { ?>
<div id="tabs-5">
<?php echo $this->inc('share.dropdown'); ?>
diff --git a/apps/calendar/templates/part.showevent.php b/apps/calendar/templates/part.showevent.php
index c0521830563..6baf0415d54 100644
--- a/apps/calendar/templates/part.showevent.php
+++ b/apps/calendar/templates/part.showevent.php
@@ -2,8 +2,8 @@
<ul>
<li><a href="#tabs-1"><?php echo $l->t('Eventinfo'); ?></a></li>
<li><a href="#tabs-2"><?php echo $l->t('Repeating'); ?></a></li>
- <li><a href="#tabs-3"><?php echo $l->t('Alarm'); ?></a></li>
- <li><a href="#tabs-4"><?php echo $l->t('Attendees'); ?></a></li>
+ <!--<li><a href="#tabs-3"><?php echo $l->t('Alarm'); ?></a></li>
+ <li><a href="#tabs-4"><?php echo $l->t('Attendees'); ?></a></li>-->
</ul>
<div id="tabs-1">
<table width="100%">
@@ -241,7 +241,7 @@
<?php echo $l->t('Summary'); ?>:<span id="repeatsummary"></span>
</div>
</div>
-<div id="tabs-3">//Alarm</div>
-<div id="tabs-4">//Attendees</div>
+<!--<div id="tabs-3">//Alarm</div>
+<div id="tabs-4">//Attendees</div>-->
</div> \ No newline at end of file