mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
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:
parent
31d0a99a39
commit
550e69fea8
1 changed files with 2 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue