backend loop translation

This commit is contained in:
Etienne Roudeix
2013-08-26 14:05:29 +02:00
parent 96b3de7c84
commit 9174e5154e
19 changed files with 380 additions and 304 deletions

View File

@@ -221,4 +221,16 @@
{/loop}
</ul>
<hr />
<h2>CURRENCIES</h2>
<ul>
{loop name="cur" type="currency"}
<li>
#NAME (#SYMBOL)
</li>
{/loop}
</ul>
</div>