openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 73ed8f892c1a919f113b4d0d7da0139cb9c76a3c
parent f6adbdcbf5e85dbf72b2f684172001c8bcf4ba07
Author: dankert <dankert@laptop-jan>
Date:   Wed, 20 Mar 2013 09:40:21 +0100

DIVs statt HTML-Tabellen in Eingabeformularen.

Diffstat:
themes/default/templates/profile/edit.tpl.src.xml | 2+-
themes/default/templates/profile/mail.tpl.src.xml | 24++++++++++++++++++++----
2 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/themes/default/templates/profile/edit.tpl.src.xml b/themes/default/templates/profile/edit.tpl.src.xml @@ -22,7 +22,7 @@ <newline /> <newline /> <part class="clickable"> - <link type="dialog" class="action" action="profile" subaction="mail"> + <link type="dialog" class="action" action="profile" subaction="mail" name="message:mail"> <text key="edit"></text> </link> </part> diff --git a/themes/default/templates/profile/mail.tpl.src.xml b/themes/default/templates/profile/mail.tpl.src.xml @@ -1,3 +1,19 @@ -<output xmlns="http://www.openrat.de/template" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.openrat.de/template ../template.xsd"><dummy><header back="true"></header><form method="post"><window icon="user" name="user_profile"><row><column class="logo" colspan="2"><logo name="changemail"></logo></column></row><row><column colspan="2"><group title="message:user_mail"><label for="mail"><text text="user_new_mail"></text></label><input name="mail"></input></group></column></row><row><column colspan="2" class="act"><button type="ok"></button></column></row></window></form><focus field="mail"></focus></dummy></output>- \ No newline at end of file +<output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.openrat.de/template ../template.xsd"> + <form method="post"> + <logo name="changemail" /> + + <group title="message:user_mail"> + <part class="line"> + <part class="label"> + <label for="mail"> + <text text="user_new_mail"></text> + </label> + </part> + <part class="input"> + <input name="mail"></input> + </part> + </part> + </group> + </form> +</output>+ \ No newline at end of file