webgui/lib/WebGUI/Session
Colin Kuskie 0eba64bc52 Session->Privilege is not design well to work in embedded applications
like the RTE because by default it uses the default user style from settings.
This renders a full page, when we really need a message.

I've added an argument to session->privilege->insufficient to use the
empty style and to use a different message with no embedded macros
to process for logging in.  I tested this on the RTE folder adder and
it works fine.  I duplicated this work in the Image add/edit save routine
as well.

Since privilege->insuffient didn't take arguments before, this preserves
the existing API, which is broken.
2007-01-26 05:45:56 +00:00
..
DateTime.pm Couple of minor code cleanups in WebGUI::Session::DateTime. 2006-11-13 23:20:55 +00:00
Env.pm
ErrorHandler.pm Removed /x from ErrorHandler HTML reformatting since it doesn't use embedded whitespace or comments. 2006-11-28 19:20:04 +00:00
Form.pm
Http.pm
Icon.pm
Id.pm
Os.pm
Output.pm
Privilege.pm Session->Privilege is not design well to work in embedded applications 2007-01-26 05:45:56 +00:00
Scratch.pm
Setting.pm
Stow.pm
Style.pm - fix: Styles were printing double head block headers. 2007-01-07 17:38:24 +00:00
Url.pm
Var.pm