Index: trunk/admin/listview/listview.php =================================================================== diff -u -r290 -r291 --- trunk/admin/listview/listview.php (.../listview.php) (revision 290) +++ trunk/admin/listview/listview.php (.../listview.php) (revision 291) @@ -357,7 +357,7 @@ $this->ListItems->Page = $this->CurrentPage; } - function PrintPageLinks() + function PrintPageLinks($add_search = '') { global $imagesURL, $objSession, $lvErrorString; @@ -377,7 +377,7 @@ $this->PageURL .= "&lpn={TargetPage}"; } $cols = $this->ColumnHeaders->Count(); - $o = "\n"; + $o = "
\n"; if(strlen($lvErrorString)) { @@ -386,17 +386,16 @@ } if($this->SearchBar==FALSE) { - $o .= "\n"; } else { $val = str_replace(","," ", $this->SearchKeywords); $o .= ""; - $o .= "
"; + $o .= ''; $o .= $this->GetAdminPageLinkList($this->PageURL); $o .= ""; - $o .= $this->GetAdminPageLinkList($this->PageURL)."".admin_language("la_prompt_Search"); + $o .= "$add_search".admin_language("la_prompt_Search"); $o .= " "; $o .= " CurrentPage<1) @@ -452,7 +451,7 @@ if($this->PrintToolBar) $o .= $this->ToolBar->Build(); } - $o .= $this->PrintPageLinks(); + $o .= $this->PrintPageLinks($add_search); $o .= "\n"; if($this->ShowColumnHeaders)