Commit 5ab096198d5381b80836853554b4efe24dcc0dce
1 parent
fc8c17cd
Merged in from STABLE trunk...
KTC-608 "Table Columns go way off the page to the right on Task Scheduler Management Page" Fixed. Added a scrollable div, set the width to 750px to display in IE properly. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9372 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
0 deletions
templates/ktcore/scheduler.smarty
| @@ -9,6 +9,7 @@ | @@ -9,6 +9,7 @@ | ||
| 9 | </span> | 9 | </span> |
| 10 | </p> | 10 | </p> |
| 11 | 11 | ||
| 12 | +<div style="overflow: auto; width: 730px;"> | ||
| 12 | <table class="kt_collection" cellspacing = "0" cellpadding = "4"> | 13 | <table class="kt_collection" cellspacing = "0" cellpadding = "4"> |
| 13 | 14 | ||
| 14 | {if $aHeadings} | 15 | {if $aHeadings} |
| @@ -73,6 +74,7 @@ | @@ -73,6 +74,7 @@ | ||
| 73 | </tr> | 74 | </tr> |
| 74 | {/if} | 75 | {/if} |
| 75 | </table> | 76 | </table> |
| 77 | +</div> | ||
| 76 | 78 | ||
| 77 | <div id="formDiv" style="display: none; visibility: hidden;"> | 79 | <div id="formDiv" style="display: none; visibility: hidden;"> |
| 78 | <form name="changefreq" id="changefreq" method="post" action="{$sUrl}"> | 80 | <form name="changefreq" id="changefreq" method="post" action="{$sUrl}"> |