]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/SupportUserDetailsForm.templ
add: Allow specific self-signed certs for ssl-tests
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportUserDetailsForm.templ
index 2aac808579b2926d8dada35df0d992fd4073db96..689f2620908470eb57907565d3017fd3215a61d3 100644 (file)
@@ -1,5 +1,3 @@
-<?=$tickethandling?>
-<br/>
 <table class="wrapper dataTable centertext">
         <tbody><tr>
             <th colspan="2"><?=$mail?>'s Account Details</th>
 </td>
         </tr>
            <tr>
-            <td><?=_Change Password?>:</td>
-            <td><?=_Change Password?></td>
+            <td><?=_Reset Password?>:</td>
+            <td><input type="text" name="aword"> <input type="submit" value="<?=_Reset Password?>" name="resetPass"></td>
         </tr>
         <tr>
             <td><?=_Delete Account?>:</td>
             <tr>
             <td colspan="2"><a href="./<?=$id?>/history"><?=_Show account history?></a></td>
         </tr>
-        <tr><td colspan="2"><input type="submit" value="<?=_Update?>"/></td></tr>
+        <tr><td colspan="2"><input name="detailupdate" type="submit" value="<?=_Update?>"/></td></tr>
     </tbody>
 </table>
 <br/>
\ No newline at end of file