use own loading.gif, loading.gif is to big in core now
This commit is contained in:
parent
6c1a29b232
commit
e310740896
2 changed files with 1 additions and 1 deletions
BIN
img/loading.gif
Normal file
BIN
img/loading.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
|
@ -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"/>
|
||||
<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"));?>"/>-->
|
||||
|
|
Loading…
Reference in a new issue