Commit 415f30d17243b3ee9b44632f3f28a70c92858bb3
1 parent
48c25cba
KTS-2890
"Search results run off page on IE 7, FF, Safari" Fixed. Committed By: Conrad Vermeulen Reviewed By: Johnathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8097 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/search2/search_results.smarty
| ... | ... | @@ -129,7 +129,7 @@ function onShowAll(showall) |
| 129 | 129 | {else} |
| 130 | 130 | |
| 131 | 131 | <form method=post action="/action.php"> |
| 132 | - <table border=0 cellpadding="1" cellspacing="1" width="800px" align=center> | |
| 132 | + <table border=0 cellpadding="1" cellspacing="1" width="100%" align=center> | |
| 133 | 133 | {assign var=cbid value=0} |
| 134 | 134 | |
| 135 | 135 | {foreach item=document from=$results} | ... | ... |