Commit af03ef34e0a5ce4e5ee099c8395510aa4ca69cb6

Authored by mukhtar
1 parent cebff690

changed table width to 700 due to inconsistencies in size with mozilla

still fits fine!!!


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@762 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/visualpatterns/PatternMainPage.inc
... ... @@ -86,7 +86,7 @@ class PatternMainPage {
86 86 "\t<a href=\"#\" onmouseover=\"scroll(7)\" onmouseout=\"noScroll()\"><img src=\"" . $default->system->get("graphicsUrl") . "/asc.gif\" width=\"14\" height=\"14\" alt=\"down\" border=\"0\"></a>" .
87 87 "</div>" .
88 88 "<form name=\"MainForm\" " . (isset($this->sFormEncType) ? "enctype=\"$this->sFormEncType\" " : " ") . " action=\"".$this->sFormAction."\" method=\"POST\">\n" .
89   - "<table border=\"1\" width=\"680\" height=\"600\">\n " .
  89 + "<table border=\"1\" width=\"700\" height=\"600\">\n " .
90 90  
91 91 "<tr height=\"18%\">\n".
92 92 "<td width=\"5%\">\n";
... ...