Commit d608a61cd6f55ae4fe16c9a504dbf39f0bc4889f
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
Showing
1 changed file
with
2 additions
and
2 deletions
templates/ktcore/search2/search_results.smarty
| @@ -128,7 +128,7 @@ function onShowAll(showall) | @@ -128,7 +128,7 @@ function onShowAll(showall) | ||
| 128 | 128 | ||
| 129 | {else} | 129 | {else} |
| 130 | 130 | ||
| 131 | - <form method=post action="/action.php"> | 131 | + <form method=post action="action.php"> |
| 132 | <table border=0 cellpadding="1" cellspacing="1" width="100%" align=center> | 132 | <table border=0 cellpadding="1" cellspacing="1" width="100%" align=center> |
| 133 | {assign var=cbid value=0} | 133 | {assign var=cbid value=0} |
| 134 | 134 | ||
| @@ -233,4 +233,4 @@ function onShowAll(showall) | @@ -233,4 +233,4 @@ function onShowAll(showall) | ||
| 233 | {/foreach} | 233 | {/foreach} |
| 234 | </tr> | 234 | </tr> |
| 235 | </table> | 235 | </table> |
| 236 | -{/if} | ||
| 237 | \ No newline at end of file | 236 | \ No newline at end of file |
| 237 | +{/if} |