replace smarty variable identifier by $

This commit is contained in:
Manuel Raynaud
2013-09-10 16:54:13 +02:00
parent 0f46e9d23a
commit 5ab3d4fb88
19 changed files with 185 additions and 185 deletions

View File

@@ -26,7 +26,7 @@
<label> <span>{intl l="{$label}"} : </span></label>
<select name="{$name}">
{loop type="title" name="title1"}
<option value="#ID">#LONG</option>
<option value="{$ID}">{$LONG}</option>
{/loop}
</select>
@@ -78,7 +78,7 @@
<label> <span>{intl l="{$label}"} : </span></label>
<select name="{$name}">
{loop type="country" name="country1"}
<option value="#ID">#TITLE</option>
<option value="{$ID}">{$TITLE}</option>
{/loop}
</select>