Commit 995b7f157d27cd1f73836437082e04994296aaa4

Authored by kevin_fourie
1 parent 601552b6

KTS-3463

"search_results.smarty"
Fixed. Removed '/'. THIS NEEDS EXTENSIVE QA.

Committed By: Kevin Fourie
Reviewed By: Conrad Vermeulen


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8732 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/search2/search_results.smarty
... ... @@ -128,7 +128,7 @@ function onShowAll(showall)
128 128  
129 129 {else}
130 130  
131   - <form method=post action="/action.php">
  131 + <form method=post action="action.php">
132 132 <table border=0 cellpadding="1" cellspacing="1" width="100%" align=center>
133 133 {assign var=cbid value=0}
134 134  
... ... @@ -233,4 +233,4 @@ function onShowAll(showall)
233 233 {/foreach}
234 234 </tr>
235 235 </table>
236   -{/if}
237 236 \ No newline at end of file
  237 +{/if}
... ...