issue 2386 Trackback UI refactoring

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11543 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-09-27 02:46:07 +00:00
parent 1786194f8d
commit 0bed60d3a8

View file

@ -6,9 +6,9 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form action="" class="form">
<form action="">
<div class="x_page-header">
<h1 class="h1">{$lang->trackback}</h1>
<h1>{$lang->trackback}</h1>
</div>
<div class="table even">
<table width="100%" id="trackbackListTable" class="x_table x_table-striped x_table-hover">
@ -60,7 +60,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
<input type="hidden" name="act" value="procTrackbackAdminDeleteChecked" />
<input type="hidden" name="page" value="{$page}" />
<div class="x_modal-header">
<h2 class="h2">{$lang->trackback_manager}</h2>
<h2>{$lang->trackback_manager}</h2>
</div>
<div class="x_modal-body">
<table width="100%" id="trackbackManageListTable" class="x_table x_table-striped x_table-hover">
@ -83,14 +83,13 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
</form>
<div class="search">
<form action="" class="pagination">
<form action="" class="x_pagination x_pagination-centered">
<input type="hidden" name="error_return_url" value="" />
<input type="hidden" name="module" value="{$module}" />
<input type="hidden" name="act" value="{$act}" />
<input cond="$search_keyword" type="hidden" name="search_keyword" value="{$search_keyword}" />
<input cond="$search_target" type="hidden" name="search_target" value="{$search_target}" />
<div class="x_pagination x_pagination-centered">
<ul>
<li class="x_disabled"|cond="$page == 1"><a href="{getUrl('page', '')}" >&laquo;</a></li>
<block cond="$page_navigation->first_page + $page_navigation->page_count > $page_navigation->last_page && $page_navigation->page_count != $page_navigation->total_page">
@ -119,7 +118,6 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
</block>
<li class="x_disabled"|cond="$page == $last_page"><a href="{getUrl('page', $page_navigation->last_page)}">&raquo;</a></li>
</ul>
</div>
</form>
<form action="" class="search center x_input-append" onsubmit="return checkSearch(this)">