Minor update. multilingual_v17_list.html UI bug fix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11748 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-17 04:24:35 +00:00
parent 31d0a99a39
commit 550e69fea8

View file

@ -57,9 +57,7 @@
</form>
<form action="" class="search center x_input-append x_pull-right">
<input type="search" name="search_keyword" required title="Search" value="<!--@if($name)-->{htmlspecialchars($lang_code_list[1]->value)}<!--@else-->{htmlspecialchars($search_keyword)}<!--@end-->">
<span class="x_btn-group">
<button class="x_btn x_btn-inverse" type="submit">{$lang->cmd_search}</button>
<button cond="$search_keyword || $name" id="search_cancel" class="x_btn" type="button">{$lang->cmd_cancel}</button>
</span>
<button class="x_btn x_btn-inverse" type="submit">{$lang->cmd_search}</button>
<button cond="$search_keyword || $name" id="search_cancel" class="x_btn" type="button">{$lang->cmd_cancel}</button>
</form>
</div>