mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 20:32:14 +09:00
[autoinstall] fixed submit bug in admin page
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12431 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ebc9942ac3
commit
d71e5bfb88
1 changed files with 4 additions and 4 deletions
|
|
@ -124,11 +124,11 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<div class="x_clearfix" style="margin-top:-10px">
|
||||
{@
|
||||
$urlInfo = parse_url(getRequestUriByServerEnviroment());
|
||||
parse_str($urlInfo['query'], $param);
|
||||
}
|
||||
<form cond="$page_navigation" action="./" class="x_pagination x_pull-left" no-error-return-url="true">
|
||||
{@
|
||||
$urlInfo = parse_url(getRequestUriByServerEnviroment());
|
||||
parse_str($urlInfo['query'], $param);
|
||||
}
|
||||
<input loop="$param => $key, $val" cond="!in_array($key, array('mid', 'vid', 'act'))" type="hidden" name="{$key}" value="{$val}" />
|
||||
<ul>
|
||||
<li class="x_disabled"|cond="!$page || $page == 1"><a href="{getUrl('page', '')}">« {$lang->first_page}</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue