use own loading.gif, loading.gif is to big in core now

master
Georg Ehrke 2013-09-12 10:36:58 +02:00
parent 6c1a29b232
commit e310740896
2 changed files with 1 additions and 1 deletions

BIN
img/loading.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -6,7 +6,7 @@
<input type="button" value="<?php p($l->t('Week'));?>" id="oneweekview_radio"/>
<input type="button" value="<?php p($l->t('Month'));?>" id="onemonthview_radio"/>
<input type="button" value="<?php p($l->t('List'));?>" id="listview_radio"/>&nbsp;&nbsp;
<img id="loading" src="<?php print_unescaped(OCP\Util::imagePath('core', 'loading.gif')); ?>" />
<img id="loading" src="<?php print_unescaped(OCP\Util::imagePath('calendar', 'loading.gif')); ?>" />
</form>
<form id="choosecalendar">
<!--<input type="button" id="today_input" value="<?php p($l->t("Today"));?>"/>-->