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

Last commit: Sat Mar 19 00:32:16 2022 +0100	dankert	New: Remember checked Checkboxes.
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 <if true="${enabled}"> 5 6 <form> 7 <fieldset label="${message:USER_new_password}"> 8 <password name="password" hint="${password_proposal}"/> 9 <hidden name="password_proposal"/> 10 </fieldset> 11 12 <group title="${message:options}"> 13 <if true="${config:mail/enabled}"> 14 <if present="mail"> 15 <fieldset> 16 <checkbox name="email" label="${message:user_mail_new_password}" remember="true"/> 17 </fieldset> 18 </if> 19 </if> 20 21 <fieldset> 22 <checkbox name="timeout" label="${message:user_password_timeout}" remember="true"/> 23 </fieldset> 24 </group> 25 </form> 26 </if> 27 <else> 28 <text class="message" value="${message:PWCHANGE_NOT_ALLOWED}"/> 29 </else> 30 </output>
Download modules/cms/ui/themes/default/html/views/user/pw.tpl.src.xml
History Sat, 19 Mar 2022 00:32:16 +0100 dankert New: Remember checked Checkboxes. Mon, 6 Dec 2021 21:44:58 +0100 dankert Fix: Possibility to send the new passowrd to the user. Sun, 1 Nov 2020 20:29:38 +0100 Jan Dankert Fix: Password change only possible for internal users. Sun, 25 Oct 2020 02:11:58 +0200 Jan Dankert Fix: The config was not read in the templates :-O. Wed, 21 Oct 2020 00:26:06 +0200 Jan Dankert Using fieldsets in all templates (replacing the old '') Sat, 10 Oct 2020 01:29:41 +0200 Jan Dankert Refactoring: Only using CSS classes with the 'or-'-prefix. Thu, 20 Aug 2020 21:15:48 +0200 Jan Dankert Cleanup: Deleting unused components. Sat, 16 May 2020 01:08:40 +0200 Jan Dankert Refactoring: Switching the ValueExpressions in the templates to the new VariableResolver for supporting nested variables like ${message:prefix_${key}}. Sun, 23 Feb 2020 23:21:22 +0100 Jan Dankert Fix: Path to template.xsd has changed on the last refactoring. Sun, 23 Feb 2020 04:01:30 +0100 Jan Dankert Refactoring with Namespaces for the cms modules, part 1: moving.