openrat-cms

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

commit cdf1a54f96d654ac67db273d835cdfc53a13bd1e
parent 239100bb3d1cd099abe9cceed4aba847b881b46a
Author: dankert <devnull@localhost>
Date:   Wed, 24 Oct 2007 22:48:30 +0200

E-Mail anzeigen.

Diffstat:
themes/default/templates/profile/edit.tpl.src.php | 18++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/themes/default/templates/profile/edit.tpl.src.php b/themes/default/templates/profile/edit.tpl.src.php @@ -5,23 +5,33 @@ page cell text text:user_username cell class:fx - text var:name + text var:name class:name + + row + cell + text text:user_mail + cell + #link action:profile subaction:mail title:message:menu_mail_desc + text var:mail class:filename row + cell colspan:2 + fieldset + row cell text text:user_fullname - cell class:fx + cell input name:fullname size:40 maxlength:128 row cell text text:user_tel - cell class:fx + cell input name:tel size:40 maxlength:128 row cell text text:user_desc - cell class:fx + cell input name:desc size:40 maxlength:128 row