fixed bug 642542
This commit is contained in:
parent
04c431306e
commit
095d245ef9
3 changed files with 5 additions and 2 deletions
|
|
@ -6,7 +6,6 @@ The following people/companies are responsible for WebGUI:
|
|||
|
||||
|
||||
WebGUI Core..........................JT Smith / Plain Black LLC
|
||||
Jeff Szpak / Plain Black LLC
|
||||
|
||||
Contributing Developers..............Peter Beardsley / Appropriate Solutions, Inc.
|
||||
Richard Caelius / 100 World
|
||||
|
|
@ -17,9 +16,11 @@ Contributing Developers..............Peter Beardsley / Appropriate Solutions, In
|
|||
Chris Gebhardt / OpenServe
|
||||
Andy Grundman
|
||||
Koen de Jonge / ProcoliX
|
||||
Martin Kamerbeek / ProcoliX
|
||||
Christophe Marcant
|
||||
Tavis Parker / ParkerOne Consulting
|
||||
Daniel Quinlan
|
||||
Jeff Szpak / Plain Black LLC
|
||||
|
||||
Contributing Translators.............Andreas Ljunggren
|
||||
Joeri de Bruin / ProcoliX
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ insert into authentication select userId,'WebGUI','identifier',identifier from u
|
|||
alter table users drop column identifier;
|
||||
alter table users drop column ldapURL;
|
||||
alter table users drop column connectDN;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (814,1,'WebGUI','Back to styles.', 1038022043);
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ sub _submenu {
|
|||
$menu{WebGUI::URL::page('op=editStyle&sid='.$session{form}{sid})} = WebGUI::International::get(803);
|
||||
$menu{WebGUI::URL::page('op=copyStyle&sid='.$session{form}{sid})} = WebGUI::International::get(804);
|
||||
$menu{WebGUI::URL::page('op=deleteStyle&sid='.$session{form}{sid})} = WebGUI::International::get(805);
|
||||
$menu{WebGUI::URL::page('op=listStyles')} = WebGUI::International::get(814);
|
||||
}
|
||||
return menuWrapper($_[0],\%menu);
|
||||
}
|
||||
|
|
@ -135,7 +136,7 @@ sub www_listStyles {
|
|||
$output .= $p->getPage($session{form}{pn});
|
||||
$output .= '</table>';
|
||||
$output .= $p->getBarTraditional($session{form}{pn});
|
||||
return $output;
|
||||
return _submenu($output);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue