]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/ChangePasswordForm.templ
UPD: Use correct CSS class
[gigi.git] / src / org / cacert / gigi / pages / account / ChangePasswordForm.templ
index 45ac75074e335440523c5499ddfeaf33aff4bf6b..9a2a23ef1c59044f0426a5ef6cedb742152ecc58 100644 (file)
@@ -1,23 +1,27 @@
-<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper" width="400">
+<table class="wrapper dataTable">
+  <thead>
   <tr>
-    <td colspan="2" class="title">Kennwort &auml;ndern</td>
+    <th colspan="2" class="title"><?=_Change Pass Phrase?></th>
   </tr>
+  </thead>
+  <tbody>
   <tr>
-    <td class="DataTD">Altes Kennwort: </td>
-    <td class="DataTD"><input type="password" name="oldpassword"></td>
+    <td><?=_Old Pass Phrase?>: </td>
+    <td><input type="password" name="oldpassword"></td>
   </tr>
   <tr>
-    <td class="DataTD">Neues Kennwort<span class="formMandatory">*</span>: </td>
-    <td class="DataTD"><input type="password" name="pword1"></td>
+    <td><?=_New Pass Phrase?><span class="formMandatory">*</span>: </td>
+    <td><input type="password" name="pword1"></td>
   </tr>
   <tr>
-    <td class="DataTD">Kennwort best&auml;tigen<span class="formMandatory">*</span>: </td>
-    <td class="DataTD"><input type="password" name="pword2"></td>
+    <td><?=_Pass Phrase Again?><span class="formMandatory">*</span>: </td>
+    <td><input type="password" name="pword2"></td>
   </tr>
   <tr>
-    <td class="DataTD" colspan="2"><span class="formMandatory">*</span>Beachten Sie bitte, f&uuml;r eine hohe Sicherheit muss das Kennwort mindestens einen Gro&szlig;buchstaben, Kleinbuchstaben, Zahl und Sonderzeichen enthalten (alle Leerzeichen am Anfang und am Ende werden entfernt).</td>
+    <td colspan="2"><span class="formMandatory">*</span><?=_Please note, in the interests of good security, the pass phrase must be made up of an upper case letter, lower case letter, number and symbol (all white spaces at the beginning and end are removed).?></td>
   </tr>
   <tr>
-    <td class="DataTD" colspan="2"><input type="submit" name="process" value="Kennwort &auml;ndern"></td>
+    <td colspan="2"><input type="submit" name="process" value="<?=_Update Pass Phrase?>"></td>
   </tr>
+  </tbody>
 </table>