Commit d770252a4e0d979033a536bbc0c56becb6d20f59

Authored by mukhtar
1 parent b5ca7e3f

modified main table width to 680...JUST fits in when resolution put at 800x600


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@750 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/visualpatterns/PatternMainPage.inc
@@ -86,7 +86,7 @@ class PatternMainPage { @@ -86,7 +86,7 @@ class PatternMainPage {
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>" . 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 "</div>" . 87 "</div>" .
88 "<form name=\"MainForm\" " . (isset($this->sFormEncType) ? "enctype=\"$this->sFormEncType\" " : " ") . " action=\"".$this->sFormAction."\" method=\"POST\">\n" . 88 "<form name=\"MainForm\" " . (isset($this->sFormEncType) ? "enctype=\"$this->sFormEncType\" " : " ") . " action=\"".$this->sFormAction."\" method=\"POST\">\n" .
89 - "<table border=\"1\" width=\"600\" height=\"600\">\n " . 89 + "<table border=\"1\" width=\"680\" height=\"600\">\n " .
90 90
91 "<tr height=\"18%\">\n". 91 "<tr height=\"18%\">\n".
92 "<td width=\"5%\">\n"; 92 "<td width=\"5%\">\n";