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

Last commit: Sat Oct 31 00:43:29 2020 +0100	Jan Dankert	New: Support for OpenId Connect; Removed: Support for LDAP.
1 <output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openrat.de/template ../../../../../../../template_engine/components/template.xsd"> 2 <form> 3 <fieldset label="${message:user_username}"> 4 <input name="name" size="20" class="name,focus" maxlength="128"/> 5 </fieldset> 6 <group title="${message:ADDITIONAL_INFO}"> 7 <fieldset label="${message:user_fullname}"> 8 <input name="fullname" maxlength="128"/> 9 </fieldset> 10 <if true="${config:security/user/show_admin_mail}"> 11 <fieldset label="${message:user_mail}"> 12 <input name="mail" maxlength="255"/> 13 </fieldset> 14 </if> 15 <fieldset class="line" label="${message:user_desc}"> 16 <input name="desc" maxlength="255"/> 17 </fieldset> 18 <fieldset class="line" label="${message:user_tel}"> 19 <input name="tel" maxlength="128"/> 20 </fieldset> 21 <fieldset class="line" label="${message:timezone}"> 22 <selectbox name="timezone" list="timezone_list" addempty="true"/> 23 </fieldset> 24 <fieldset class="line" label="${message:language}"> 25 <selectbox name="language" list="language_list" addempty="true"/> 26 </fieldset> 27 </group> 28 <group title="${message:options}"> 29 30 <fieldset class="line" label=""> 31 <checkbox name="is_admin" label="${message:user_admin}"/> 32 </fieldset> 33 34 <fieldset class="line" label="${message:user_style}"> 35 <selectbox list="allstyles" name="style"/> 36 </fieldset> 37 </group> 38 <group title="${message:security}"> 39 <fieldset class="line" label=""> 40 <checkbox name="totp" label="${message:user_totp}"/> 41 </fieldset> 42 <fieldset> 43 <checkbox name="hotp" label="${message:user_hotp}"/> 44 </fieldset> 45 </group> 46 </form> 47 </output>
Download modules/cms/ui/themes/default/html/views/user/prop.tpl.src.xml
History Sat, 31 Oct 2020 00:43:29 +0100 Jan Dankert New: Support for OpenId Connect; Removed: Support for LDAP. Mon, 26 Oct 2020 23:09:24 +0100 Jan Dankert Cleanup UI for adding templates and adding projects. Sat, 24 Oct 2020 23:55:54 +0200 Jan Dankert Little mistake in variable syntax. Sat, 24 Oct 2020 23:51:11 +0200 Jan Dankert Cleanup LESS files, introduce BEM. 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. 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.