Code

Fixed connectivity acls
[gosa.git] / plugins / personal / generic / paste_generic.tpl
index 9ab8f23ffb081dd8fb0f56177b937b2d736fb900..6f80f009a31326fe521005586cc884fd23ee090d 100644 (file)
@@ -17,7 +17,7 @@
                </tr>
                <tr>
                  <!-- Name, ... -->
-                 <td style="vertical-align:top; width:100%;">
+                 <td style="vertical-align:top;">
                        <input type="hidden" name="MAX_FILE_SIZE" value="2000000">
                         {t}User picture{/t}
                  </td>
                        <input type=submit name="picture_remove" value="{t}Remove picture{/t}">
                  </td>
                </tr>
+               <tr>
+                       <td style='vertical-align:top;'>
+                               {t}Password{/t}
+                       </td>
+                       <td>
+                               <input type="radio" {if $passwordTodo=="clear"} checked{/if} name="passwordTodo" value="clear">{t}Clear password{/t}<br>
+                               <input type="radio" {if $passwordTodo=="new"}   checked{/if} name="passwordTodo" value="new">{t}Set new password{/t}
+                       </td>
+               </tr>
          </table>
        </td>
        <td style="vertical-align:top ">
@@ -48,3 +57,5 @@
        </td>
   </tr>
 </table>
+<br>
+<br>