Commit 5ab096198d5381b80836853554b4efe24dcc0dce

Authored by kevin_fourie
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
templates/ktcore/scheduler.smarty
... ... @@ -9,6 +9,7 @@
9 9 </span>
10 10 </p>
11 11  
  12 +<div style="overflow: auto; width: 730px;">
12 13 <table class="kt_collection" cellspacing = "0" cellpadding = "4">
13 14  
14 15 {if $aHeadings}
... ... @@ -73,6 +74,7 @@
73 74 </tr>
74 75 {/if}
75 76 </table>
  77 +</div>
76 78  
77 79 <div id="formDiv" style="display: none; visibility: hidden;">
78 80 <form name="changefreq" id="changefreq" method="post" action="{$sUrl}">
... ...