Add TPL files
This commit is contained in:
8
include/ECM/EcmDropdownEditor/addOption.tpl
Executable file
8
include/ECM/EcmDropdownEditor/addOption.tpl
Executable file
@@ -0,0 +1,8 @@
|
||||
<div name="{$KEY}">
|
||||
{foreach from=$LANGUAGES key=ID item=VAL}
|
||||
|
||||
<input class="inputVal" name="{$ID}" value=""/>
|
||||
( {$VAL} )<br>
|
||||
{/foreach}
|
||||
<br>
|
||||
</div>
|
||||
Reference in New Issue
Block a user