Commit acff40b5576a6b7891fbf0d63fcf4861d523a394

Authored by rob
1 parent 2db14e59

Initial revisions


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@819 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/visualpatterns/PatternMainPage.inc
... ... @@ -89,7 +89,7 @@ class PatternMainPage {
89 89 "</div>";
90 90 }
91 91  
92   - $sToRender .= "<form name=\"MainForm\" " . (isset($this->sFormEncType) ? "enctype=\"$this->sFormEncType\" " : " ") . " action=\"".$this->sFormAction."\" method=\"POST\">\n" .
  92 + $sToRender .= "<form name=\"MainForm\" " . (isset($this->sFormEncType) ? "enctype=\"$this->sFormEncType\" " : " ") . " action=\"".$this->sFormAction."\" method=\"POST\" onsubmit=\"return validate666Form(this)\">\n" .
93 93 "<table border=\"1\" width=\"700\" height=\"600\">\n " .
94 94  
95 95 "<tr height=\"18%\">\n".
... ...