File modules/cms/ui/themes/default/html/views/user/switch.tpl.src.xml

Last commit: Sun Nov 1 22:27:37 2020 +0100	Jan Dankert	Refactoring: The active menu entrys are now controlled by the action class; The user switch function is now available as a menu entry.
1 <output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 xsi:schemaLocation="http://www.openrat.de/template ../../../../../../../template_engine/components/template.xsd"> 3 4 <form afterSuccess="reloadAll"> 5 <fieldset label="${message:user_switch}"> 6 <text value="${username}" /> 7 </fieldset> 8 </form> 9 </output>
Download modules/cms/ui/themes/default/html/views/user/switch.tpl.src.xml
History Sun, 1 Nov 2020 22:27:37 +0100 Jan Dankert Refactoring: The active menu entrys are now controlled by the action class; The user switch function is now available as a menu entry.