Commit d608a61cd6f55ae4fe16c9a504dbf39f0bc4889f

Authored by kevin_fourie
1 parent 71e2d014

Merged in from DEV trunk...

Some ws changes.

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/branches/3.5.3-Branch@8733 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}
... ...