- add ajax loader
This commit is contained in:
gmorel
2013-09-11 17:22:31 +02:00
parent 90f4db6aa4
commit 41cf74ccac
3 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -251,6 +251,6 @@
.loading{ .loading{
background: url("@{imgDir}/ajax-loader.gif") no-repeat; background: url("@{imgDir}/ajax-loader.gif") no-repeat;
height: 24px; height: 30px;
width: 24px; width: 30px;
} }

View File

@@ -19,6 +19,7 @@
{include file='coupon/form.html' formAction={url path={$formAction}} form=$form noRules=false} {include file='coupon/form.html' formAction={url path={$formAction}} form=$form noRules=false}
{/form} {/form}
</section> <!-- #wrapper --> </section> <!-- #wrapper -->
{/block} {/block}