summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a8d3821)
raw | patch | inline | side by side (parent: a8d3821)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Aug 2006 03:47:33 +0000 (03:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Aug 2006 03:47:33 +0000 (03:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4427 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/connectivity/class_kolabAccount.inc | patch | blob | history | |
plugins/personal/connectivity/kolab.tpl | patch | blob | history |
diff --git a/plugins/personal/connectivity/class_kolabAccount.inc b/plugins/personal/connectivity/class_kolabAccount.inc
index 874220e71a0a189e79a2e93e628db294bcb8129e..30f696def529bd17e00832ace8f28c6a48d1b285 100644 (file)
if(!$this->acl_is_readable("kolabInvitationPolicy")){
$name='';
}
- $invitation.= "<input name=\"address$nr\" size=16 maxlength=60 $acl value=\"$name\" id='address".$nr."' ".$dis.">";
+ $invitation.= "<input name=\"address$nr\" size=16 maxlength=60 value=\"$name\" id='address".$nr."' ".$dis.">";
}
$invitation.= "</td>";
/* Add mode switch */
- $invitation.= "<td><select size=\"1\" name=\"policy$nr\" $acl id='policy".$nr."' ".$dis.">";
+ $invitation.= "<td><select size=\"1\" name=\"policy$nr\" id='policy".$nr."' ".$dis.">";
foreach($policies as $key => $value){
if ($key == $mode){
$invitation.= "<option value=\"$key\" selected>$value</option>";
index c2a0985357954746cb0a5527c84ba2d9ef1a35fc..97c63d905de8b8d8c9e3682893875f3a1b91e8e6 100644 (file)
<td style="width:50%; vertical-align:top;">
<b><LABEL for="delegate_list">{t}Delegations{/t}</LABEL></b><br>
{render acl=$kolabDelegateACL}
- <select id="delegate_list" style="width:350px; height:100px;" name="delegate_list[]" size=15 multiple {if !$kolabState} disabled {/if} >
+ <select id="delegate_list" style="width:350px; height:100px;" name="delegate_list[]" size=15 multiple {if !$kolabState}disabled{/if} >
{html_options values=$kolabDelegate output=$kolabDelegate}
<option disabled> </option>
</select>
<td><LABEL for="kolabFreeBusyFuture">{t}Future{/t}</LABEL></td>
<td>
{render acl=$kolabFreeBusyFutureACL}
- <input id="kolabFreeBusyFuture" name="kolabFreeBusyFuture" size=5 maxlength=6 i {if !$kolabState} disabled {/if} value="{$kolabFreeBusyFuture}">
+ <input id="kolabFreeBusyFuture" name="kolabFreeBusyFuture" size=5 maxlength=6 {if !$kolabState} disabled {/if} value="{$kolabFreeBusyFuture}">
{t}days{/t}
{/render}
</td>
<b>{t}Invitation policy{/t}</b><br>
- <table summary="">
{render acl=$kolabInvitationPolicyACL}
+ <table summary="">
{$invitation}
-{/render}
</table>
+{/render}
</td>
</tr>