Code

some fixes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 29 Aug 2005 06:43:32 +0000 (06:43 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 29 Aug 2005 06:43:32 +0000 (06:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1238 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/environment/class_environment.inc
plugins/personal/environment/environment.tpl

index 879f2bc69f96684d99b789d388757316104e55c6..398ef9b5dc6fa621b6aca4efdb40b1a6afebc667 100644 (file)
@@ -25,7 +25,7 @@ class environment extends plugin
   var $gotoProfileFlags   = "";     // Flags enabled  ? only used to set ACL and save 
   var $gotoProfileFlag_C  = "";     // Flag is set to C if we have the profile caching fucntion enabled 
   
-  var $gotoXResolution    = "";     // The selected resolution eg: 1024x768
+  var $gotoXResolution    = "1024x768";     // The selected resolution eg: 1024x768
   var $gotoXResolutions   = array();// Contains all available resolutions for this account
   var $gotoProfileFlag_L  = "";     // Flag is set to L to enable runtime resolution change 
   var $gotoProfileQuota   = "";     // User Quota Settings
index d4ecc4eea86659796a8cd7d65d4f96aa1adededd..4c16e1297a820852040bc87551abb24a57a9d5b9 100644 (file)
@@ -53,7 +53,8 @@
                                                <LABEL for="gotoProfileQuota">{t}Quota{/t}</LABEL> 
                                        </td>
                                        <td>
-                                               <input type="text" name="gotoProfileQuota" value="{$gotoProfileQuota}" {$gotoProfileQuotaACL} id="gotoProfileQuota">
+                                               <input type="text" name="gotoProfileQuota" value="{$gotoProfileQuota}" style="width:100px;" 
+                                                       {$gotoProfileQuotaACL} id="gotoProfileQuota">{t}MB{/t}
                                        </td>
                                </tr>
                                <tr>