Commit cb6d43f8d4139cc5f9cfa8eaaf5c19bd335b2dcc

Authored by mukhtar
1 parent 0fbfac32

removed double search arrows


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1439 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 2 deletions
lib/visualpatterns/NavBar.inc
@@ -210,8 +210,7 @@ class NavBar { @@ -210,8 +210,7 @@ class NavBar {
210 "<tr height=\"20%\"><td background = " . $hStretched ." width =\"100%\">". $row1 ."</td></tr>\n " . 210 "<tr height=\"20%\"><td background = " . $hStretched ." width =\"100%\">". $row1 ."</td></tr>\n " .
211 "<tr height=\"30%\"> <td VALIGN = \"absmiddle\" background = " . $hStretched ." width =\"100%\" NOWRAP >\n " . 211 "<tr height=\"30%\"> <td VALIGN = \"absmiddle\" background = " . $hStretched ." width =\"100%\" NOWRAP >\n " .
212 "<img align = \"absmiddle\" src = \"$default->graphicsUrl/arrow.gif\" ></img>\n " . 212 "<img align = \"absmiddle\" src = \"$default->graphicsUrl/arrow.gif\" ></img>\n " .
213 - "<img align = \"absmiddle\" src = \"$default->graphicsUrl/arrow.gif\" ></img>\n " .  
214 - "<INPUT type=\"hidden\" name=\"fForStandardSearch\" value=\"no\" />\n "; 213 + "<INPUT type=\"hidden\" name=\"fForStandardSearch\" value=\"no\" />\n ";
215 //disable the search bar if we are browsing search results 214 //disable the search bar if we are browsing search results
216 if ((strcmp($this->sSection,"Standard Search") == 0) || (strcmp($this->sSection,"Advanced Search") == 0)) { 215 if ((strcmp($this->sSection,"Standard Search") == 0) || (strcmp($this->sSection,"Advanced Search") == 0)) {
217 $bar .= "<INPUT type=\"hidden\" name=\"fSearchText\" width=\"30\" height = \"10\" align = \"absmiddle\" />\n "; 216 $bar .= "<INPUT type=\"hidden\" name=\"fSearchText\" width=\"30\" height = \"10\" align = \"absmiddle\" />\n ";