diff --git a/lib/visualpatterns/PatternMainPage.inc b/lib/visualpatterns/PatternMainPage.inc index d841fec..73a98bd 100644 --- a/lib/visualpatterns/PatternMainPage.inc +++ b/lib/visualpatterns/PatternMainPage.inc @@ -75,12 +75,19 @@ class PatternMainPage { $sToRender = "\n" . "
\n" . "owl_timeout+3) . "\">\n" . - "owl_ui_url/stylesheet.css\" type=\"text/css\">\n". + "owl_ui_url/stylesheet.php\">\n". PatternMainPage::getJavaScript() . "\n" . "\n" . - "\n" . + "\n" . + "" . + "" . "\n" . @@ -124,49 +135,19 @@ class PatternMainPage { } /** - * Returns java scrip that has 3 functions: + * Returns links to javascript that has 3 functions: * o validateString - validates a string * o validateNumber - validates a number * o setActionAndSubmit - sets the MainForm action to newAction and submits + * And includes the dhtml text scrolling routine */ function getJavaScript() { - return "\n"; + global $default; + $sUrl = $default->system->get("uiUrl"); + return " + "; + } - - } ?> \ No newline at end of file