+2005-07-20 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * v0.9.35
+
+ * SOGoUserHomePage.wox: in case user is not authorized to change the
+ internet access flag, the rendered text is different now
+
+ * English.lproj/Localizable.strings: provide new label for case that
+ user is not allowed to change internet access
+
2005-07-15 Helge Hess <helge.hess@opengroupware.org>
* GNUmakefile.preamble: fixed Cocoa compilation (v0.9.34)
"Homepage" = "Homepage";
-"Internet access authorized and" = "Internet access authorized and";
+"Internet access unauthorized and" = "Internet access unauthorized and";
+"Internet access authorized and" = "Internet access authorized and";
"internetAccessState_0" = "CLOSED";
"internetAccessState_1" = "OPEN";
<tr>
<td class="wincontent">
<p class="homepagefont">
+ <var:if condition="isNotAllowedToChangeInternetAccess">
+ <var:string label:value="Internet access unauthorized and"
+ /> <var:popup const:name="allowinternet"
+ list="internetAccessStates"
+ item="item"
+ label:string="$itemInternetAccessStateText"
+ label:selection="internetAccessState_0"
+ const:disabled="YES"
+ />
+ </var:if>
+ <var:if condition="isNotAllowedToChangeInternetAccess"
+ const:negate="YES"
+ >
<var:string label:value="Internet access authorized and"
/> <var:popup const:name="allowinternet"
list="internetAccessStates"
item="item"
label:string="$itemInternetAccessStateText"
selection="internetAccessState"
- disabled="isNotAllowedToChangeInternetAccess"
const:onchange="toggleInternetAccessState(this)"
/>
+ </var:if>
<br />
<var:string label:value="Automatic vacation messages activation" />:
<input type="checkbox"