From: Georg Ehrke Date: Sun, 13 May 2012 10:28:28 +0000 (+0200) Subject: hide share tab for new events, because you can't share an event that haven't got... X-Git-Tag: v4.0.0RC2~98 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5ac10a9c0eecfa6fe49c314954c506972f275e24;p=nextcloud-server.git hide share tab for new events, because you can't share an event that haven't got an id yet --- diff --git a/apps/calendar/templates/part.eventform.php b/apps/calendar/templates/part.eventform.php index b3bbf7a375b..2d86ce4d318 100755 --- a/apps/calendar/templates/part.eventform.php +++ b/apps/calendar/templates/part.eventform.php @@ -9,7 +9,7 @@ echo 'Calendar.UI.Share.idtype = "event";' . "\n" . 'Calendar.UI.Share.currentid
  • t('Repeating'); ?>
  • - +
  • t('Share'); ?>
  • @@ -246,6 +246,6 @@ echo 'Calendar.UI.Share.idtype = "event";' . "\n" . 'Calendar.UI.Share.currentid
    //Attendees
    -->
    - inc('share.dropdown'); ?> + inc('share.dropdown'); } ?>