Code

Updated styles
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sat, 1 May 2010 19:19:46 +0000 (19:19 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sat, 1 May 2010 19:19:46 +0000 (19:19 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18014 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/users/password.tpl
gosa-core/plugins/personal/password/main.inc
gosa-core/plugins/personal/password/password.tpl

index 0a36fbc1d88944cca50461b320b33befb3e37daa..6008f0ac84f792ce0c63b67d7b2bffe4adfcf1f6 100644 (file)
@@ -4,10 +4,6 @@
  {t}To change the user password use the fields below. The changes take effect immediately. Please memorize the new password, because the user wouldn't be able to login without it.{/t}
 </p>
 
-<p>
- {t}Changing the password affects your authentification on mail, proxy, samba and unix services.{/t}
-</p>
-
 <table summary="{t}Password input dialog{/t}" cellpadding=4 border=0>
   <tr>
     <td><b><LABEL for="new_password">{t}New password{/t}</LABEL></b></td>
@@ -26,8 +22,8 @@
   <tr>
     <td><b>{t}Strength{/t}</b></td>
     <td>
-        <span id="meterEmpty" style="padding:0;margin:0;width:100%;background-color:#DC143C;display:block;height:5px;">
-        <span id="meterFull" style="padding:0;margin:0;z-index:100;width:0;background-color:#006400;display:block;height:5px;"></span></span>
+        <span id="meterEmpty" style="padding:0;margin:0;width:100%;background-color:#DC143C;display:block;height:7px;">
+        <span id="meterFull" style="padding:0;margin:0;z-index:100;width:0;background-color:#006400;display:block;height:7px;"></span></span>
     </td>
   </tr>
 </table>
index d062c2f859d748be456667824f234e94d8a2ae28..a6f56cfe8bd69d1de60f383b92e6a97f5ef74b6e 100644 (file)
@@ -52,10 +52,6 @@ if ( $cleanup ){
   /* Execute formular */
   $display.= $password->execute ();
 
-  /* Page header*/
-  $display= print_header(get_template_path('plugins/password/images/plugin.png'),
-                         _("Password settings"), "").$display;
-
 }
 
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
index d678d5d3ae56f5ee1747682d9a2e1566ed497c43..a7b7b29ff918d81641ac26d04a44e459a2a13d68 100644 (file)
@@ -4,10 +4,6 @@
   {t}To change your personal password use the fields below. The changes take effect immediately. Please memorize the new password, because you wouldn't be able to login without it.{/t}
 </p>
 
-<p>
-  {t}Changing the password affects your authentification on mail, proxy, samba and unix services.{/t}
-</p>
-
 <table cellpadding=4 border=0 summary="{t}Password change dialog{/t}">
   <tr>
     <td><b><LABEL for="current_password">{t}Current password{/t}</LABEL></b></td>
@@ -31,8 +27,8 @@
   <tr>
     <td><b>{t}Password strength{/t}</b></td>
     <td>
-       <span id="meterEmpty" style="padding:0;margin:0;width:100%;background-color:#DC143C;display:block;height:5px;">
-       <span id="meterFull" style="padding:0;margin:0;z-index:100;width:0;background-color:#006400;display:block;height:5px;"></span></span>
+       <span id="meterEmpty" style="padding:0;margin:0;width:100%;background-color:#DC143C;display:block;height:7px;">
+       <span id="meterFull" style="padding:0;margin:0;z-index:100;width:0;background-color:#006400;display:block;height:7px;"></span></span>
     </td>
   </tr>
 </table>