Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
9 years ago
Commit
88f2f7cf74a9cd1d131b143eba2467f0a64efaad
1 parent
3c5e564d
在线登记
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
website/view/script/admin/onlinereg/download.php
website/view/script/admin/onlinereg/download.php
View file @
88f2f7c
...
...
@@ -86,10 +86,6 @@
</tr>
<?php
endforeach
;
?>
</table>
<?php
$this
->
_component
(
'Common_Pagination'
,
array
(
'pagination'
=>
$this
->
view
->
pagination
,
'show_count'
=>
true
,
));
?>
<div
id=
"form_pan"
admin=
""
style=
"display:none;"
>
<table
class=
"table table-bordered"
>
<tbody>
...
...
@@ -123,8 +119,11 @@
</tbody>
</table>
</div>
<?php
endif
;
?>
<?php
$this
->
_component
(
'Common_Pagination'
,
array
(
'pagination'
=>
$this
->
view
->
pagination
,
'show_count'
=>
true
,
));
?>
<?php
$this
->
_endblock
();
?>
<?php
$this
->
_block
(
'js'
);
?>
...
...
Please
register
or
login
to post a comment