[Mpuls-commits] r182 - in waska/trunk: . waskaweb/templates/usersettings
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Sep 19 17:58:37 CEST 2008
Author: torsten
Date: 2008-09-19 17:58:36 +0200 (Fri, 19 Sep 2008)
New Revision: 182
Modified:
waska/trunk/ChangeLog.txt
waska/trunk/waskaweb/templates/usersettings/change_password.mako
Log:
Fixed issue564
Modified: waska/trunk/ChangeLog.txt
===================================================================
--- waska/trunk/ChangeLog.txt 2008-09-19 15:21:44 UTC (rev 181)
+++ waska/trunk/ChangeLog.txt 2008-09-19 15:58:36 UTC (rev 182)
@@ -37,6 +37,9 @@
* waskaweb/templates/casemanagement/listbadcases.mako: Renamed
phase "clearing" to "Eingangsanamnese".
+ * waskaweb/templates/usersettings/change_password.mako: Layout fix
+ issue564
+
Adjusted info and login page
* waskaweb/i18n/de/LC_MESSAGES/waskaweb.po,
Modified: waska/trunk/waskaweb/templates/usersettings/change_password.mako
===================================================================
--- waska/trunk/waskaweb/templates/usersettings/change_password.mako 2008-09-19 15:21:44 UTC (rev 181)
+++ waska/trunk/waskaweb/templates/usersettings/change_password.mako 2008-09-19 15:58:36 UTC (rev 182)
@@ -27,27 +27,29 @@
<p class="import_p">Das neue Passwort muss aus mindestens acht Zeichen bestehen und zwei Nicht-Buchstaben enthalten. </p>
<div class="import_box_dialog">
<form action="${h.url_for(controller="usersettings", action="changePasswordAction")}" method="POST">
-<div class="waska_form_element">
- % if c.form_errors.get('passwd'):
- <label class="import_label" for="passwd" class="error_font"><strong class="import_number">1. </strong>${_('adm_form_newuser_passwd')}:</label>
- <input type="password" class="field error_box" id="passwd" name="passwd">
- % else:
- <label class="import_label" for="passwd"><strong class="import_number">1. </strong>${_('adm_form_newuser_passwd')}:</label>
- <input type="password" class="field" id="passwd" name="passwd">
- % endif
- </div>
-<div class="waska_form_element">
- % if c.form_errors.get('passwd2'):
- <label class="import_label" for="passwd2" class="error_font"><strong class="import_number">2. </strong>${_('adm_form_newuser_passwd_confirm')}:</label>
- <input type="password" class="field error_box" id="passwd2" name="passwd2">
- % else:
- <label class="import_label" for="passwd2"><strong class="import_number">2. </strong>${_('adm_form_newuser_passwd_confirm')}:</label>
- <input type="password" class="field" id="passwd2" name="passwd2">
- % endif
- </div>
- <input type="hidden" name="uid" value="${h.getUserId()}">
- <label class="import_label" for="passwd2"><strong class="import_number">3. </strong>Neues Passwort speichern:</label>
- <input id="account_pw_sub" class="btn_space" type="submit" value="${_('adm_form_changepassword_submit')}">
+<div>
+ % if c.form_errors.get('passwd'):
+ <label class="import_label" for="passwd" class="error_font"><strong class="import_number">1. </strong>${_('adm_form_newuser_passwd')}:</label>
+ <input type="password" class="field error_box" id="passwd" name="passwd">
+ % else:
+ <label class="import_label" for="passwd"><strong class="import_number">1. </strong>${_('adm_form_newuser_passwd')}:</label>
+ <input type="password" class="field" id="passwd" name="passwd">
+ % endif
+</div>
+<div>
+ % if c.form_errors.get('passwd2'):
+ <label class="import_label" for="passwd2" class="error_font"><strong class="import_number">2. </strong>${_('adm_form_newuser_passwd_confirm')}:</label>
+ <input type="password" class="field error_box" id="passwd2" name="passwd2">
+ % else:
+ <label class="import_label" for="passwd2"><strong class="import_number">2. </strong>${_('adm_form_newuser_passwd_confirm')}:</label>
+ <input type="password" class="field" id="passwd2" name="passwd2">
+ % endif
+</div>
+<div>
+ <input type="hidden" name="uid" value="${h.getUserId()}">
+ <label class="import_label" for="passwd2"><strong class="import_number">3. </strong>Neues Passwort speichern:</label>
+ <input id="account_pw_sub" class="btn_space" type="submit" value="${_('adm_form_changepassword_submit')}">
+</div>
</form>
</div>
</div>
More information about the Mpuls-commits
mailing list