diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-01-31 21:39:40 +0100 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-01-31 21:39:40 +0100 |
commit | 153467dbe0db215582a745359d824fb9cf94fad5 (patch) | |
tree | e3076a17afe7aa03218526f8dae73ae05c063303 /apps/calendar/templates/part.eventform.php | |
parent | 7b82d153c774d35a7744f1b7ca911b60b4f710a6 (diff) | |
download | nextcloud-server-153467dbe0db215582a745359d824fb9cf94fad5.tar.gz nextcloud-server-153467dbe0db215582a745359d824fb9cf94fad5.zip |
add share as a tab
Diffstat (limited to 'apps/calendar/templates/part.eventform.php')
-rw-r--r-- | apps/calendar/templates/part.eventform.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/calendar/templates/part.eventform.php b/apps/calendar/templates/part.eventform.php index 217199fca2e..1b7aa1acb4c 100644 --- a/apps/calendar/templates/part.eventform.php +++ b/apps/calendar/templates/part.eventform.php @@ -1,8 +1,9 @@ <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('Attendees'); ?></a></li> - <li><a href="#tabs-4"><?php echo $l->t('Alarm'); ?></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-5"><?php echo $l->t('Share'); ?></a></li> </ul> <div id="tabs-1"> <table width="100%"> @@ -231,4 +232,5 @@ </div> </div> <div id="tabs-3"></div> -<div id="tabs-4"></div>
\ No newline at end of file +<div id="tabs-4"></div> +<div id="tabs-5"></div>
\ No newline at end of file |