|
|
@@ -277,8 +277,8 @@ class DataListCP |
|
|
|
if (preg_match("#form#i", $atts['listitem'])) {
|
|
|
|
$plist .= "<li class='page-item'><form name='pagelist' action='".$this->GetCurUrl()."'>$hidenform";
|
|
|
|
if ($totalpage > $total_list) {
|
|
|
|
$plist .= "<input style='width:80px' class='admin-input-lg' type='text' name='pageno'>\r\n";
|
|
|
|
$plist .= "<input class='btn btn-success' type='submit' name='plistgo' value='跳转'>\r\n";
|
|
|
|
$plist .= "<input type='text' name='pageno' class='form-control admin-input-sm mr-2'>\r\n";
|
|
|
|
$plist .= "<button type='submit' name='plistgo' class='btn btn-success btn-sm'>跳转</button>\r\n";
|
|
|
|
}
|
|
|
|
$plist .= "</form></li>\r\n";
|
|
|
|
}
|
|
|
|