summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ed4465e)
raw | patch | inline | side by side (parent: ed4465e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 29 Aug 2005 06:43:32 +0000 (06:43 +0000) | ||
committer | hickert <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 | patch | blob | history | |
plugins/personal/environment/environment.tpl | patch | blob | history |
diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc
index 879f2bc69f96684d99b789d388757316104e55c6..398ef9b5dc6fa621b6aca4efdb40b1a6afebc667 100644 (file)
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
diff --git a/plugins/personal/environment/environment.tpl b/plugins/personal/environment/environment.tpl
index d4ecc4eea86659796a8cd7d65d4f96aa1adededd..4c16e1297a820852040bc87551abb24a57a9d5b9 100644 (file)
<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>