Browse Source

Update datalistcp.class.php

tags/6.5.0
叙述、别离 1 week ago
parent
commit
b67a8b8691
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/system/datalistcp.class.php

+ 1
- 1
src/system/datalistcp.class.php View File

@@ -277,7 +277,7 @@ class DataListCP
if (preg_match("#form#i", $atts['listitem'])) {
$plist .= "</ul><form name='pagelist' action='".$this->GetCurUrl()."'>$hidenform";
if ($totalpage > $total_list) {
$plist .= "<input type='text' name='pageno' class='form-control admin-input-xs mr-2'>\r\n";
$plist .= "<input type='text' name='pageno' class='form-control admin-input-xs ml-2'>\r\n";
$plist .= "<button type='submit' name='plistgo' class='btn btn-success btn-sm'>跳转</button>\r\n";
}
$plist .= "</form>\r\n";


Loading…
Cancel
Save