issue 485 if new lang add, langcode manager apply admin layout.

but layout should be not apply to langcode manager


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9646 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-10-14 02:00:11 +00:00
parent 75478d2757
commit 8ddabdefee
4 changed files with 8 additions and 2 deletions

View file

@ -41,6 +41,8 @@
<div class="modal" id="addWord">
<form action="./" method="post" class="form mLangEdit fg" id="langForm_new" >
<input type="hidden" name="act" value="procModuleAdminInsertLang" />
<input type="hidden" name="module" value="{$module}" />
<input type="hidden" name="target" value="{$target}" />
<h2 class="h2">{$lang->add_word}</h2>
<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>