openrat-cms

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

commit f04a4fba599726baf8e67bade039fc33bebd9c98
parent 52c4fecea79ee2c456f45d499bfb5d618c70500a
Author: Jan Dankert <devnull@localhost>
Date:   Tue, 30 Oct 2012 23:35:50 +0100

Fix: Profil: Link auf \"E-Mail\" bearbeiten.

Diffstat:
Mthemes/default/templates/profile/edit.tpl.src.xml | 13++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/themes/default/templates/profile/edit.tpl.src.xml b/themes/default/templates/profile/edit.tpl.src.xml @@ -18,11 +18,14 @@ <label for="mail" key="user_mail"></label> </part> <part class="input"> - <text var="mail" class="filename"></text> - <newline></newline> - <link type="view" class="action" action="profile" subaction="mail"> - <text key="edit"></text> - </link> + <text var="mail"></text> + <newline /> + <newline /> + <part class="clickable"> + <link type="view" class="action" action="profile" subaction="mail"> + <text key="edit"></text> + </link> + </part> </part> </part> </group>