diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-12-27 21:48:04 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-12-27 21:50:31 +0100 |
commit | 5fd595c0bfcd3fb8857f62aa9efb28a2669a0301 (patch) | |
tree | c5065f5f09aa2cca7fc0f75283bdb47d875754e6 /apps/calendar/templates/calendar.php | |
parent | 1cddfe8820b37eeca5c814ea9a48ebd3abab23ea (diff) | |
download | nextcloud-server-5fd595c0bfcd3fb8857f62aa9efb28a2669a0301.tar.gz nextcloud-server-5fd595c0bfcd3fb8857f62aa9efb28a2669a0301.zip |
Calendar: add loading indicator
Diffstat (limited to 'apps/calendar/templates/calendar.php')
-rwxr-xr-x | apps/calendar/templates/calendar.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/calendar/templates/calendar.php b/apps/calendar/templates/calendar.php index 2003b7efc49..13bc8bc1bb1 100755 --- a/apps/calendar/templates/calendar.php +++ b/apps/calendar/templates/calendar.php @@ -19,6 +19,7 @@ var missing_field_dberror = '<?php echo $l->t('There was a database fail') ?>'; var totalurl = '<?php echo OC_Helper::linkTo('apps/calendar', 'caldav.php', null, true); ?>/calendars'; </script> + <div id="loading"><img src="<?php echo OC_Helper::imagePath('core', 'loading.gif'); ?>" /></div> <div id="controls"> <div> <form> |