WebGUI 3.4.1 release

This commit is contained in:
JT Smith 2002-03-07 15:30:00 +00:00
parent a93b42789a
commit 6633adf10d
5 changed files with 503 additions and 366 deletions

View file

@ -67,7 +67,9 @@ sub www_addPage {
$output .= '<h1>'.WebGUI::International::get(98).'</h1>';
$output .= formHeader();
$output .= WebGUI::Form::hidden("op","addPageSave");
$output .= WebGUI::Form::hidden("root","1");
if ($session{form}{root}) {
$output .= WebGUI::Form::hidden("root","1");
}
$output .= '<table>';
$output .= tableFormRow(WebGUI::International::get(99),WebGUI::Form::text("title",20,128,$session{form}{title}));
%hash = sortHash(WebGUI::Template::getList());