Create script for multi-lingual input control page (again)

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8855 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-08-24 05:44:44 +00:00
parent ac9bf88af4
commit 3568bb75ff
2 changed files with 13 additions and 14 deletions

View file

@ -11,10 +11,10 @@
<ul id="langList">
<li loop="$lang_code_list=>$key,$value">
{@$langName = $value->name}
<strong>{$value->value}</strong> <button type="button" class="side text _edit">Edit</button>
<form action="./" method="post" class="form" id="langForm_{$langName}" >
<input type="hidden" name="act" value="procModuleAdminInsertLang" />
<input type="hidden" name="lang_name" value="{$langName}" />
<strong>{$value->value}</strong> <button type="button" class="side text _edit">Edit</button>
<ul>
<li class="{$key2}" loop="$lang_supported=>$key2,$value2"><label for="{$langName}_{$key2}">{$value2}</label> <textarea rows="1" cols="42" name="{$key2}" id="{$langName}_{$key2}"></textarea></li>
</ul>