Code

Fixed ACLs
[gosa.git] / gosa-core / plugins / generic / references / contents.tpl
2 <h3>{t}Object info{/t}</h3>
3 {if !$someACL|regex_replace:"/[cdmw]/":"" == "r"}
4     {msgPool type='permView'}
5 {else}
6     Last modified ....
7 {/if}
8 {if $completeACL|regex_replace:"/[cdmw]/":"" == "r"}
9     <button type='submit' name='viewLdif'>{t}View entry{/t}</button>
10 {/if}
11 <hr>
12 <table summary='{t}Object references{/t}' class='reference-tab'>
13     <tr>
14         <td style='width:48%'>
15             {if !$completeACL|regex_replace:"/[cdmw]/":"" == "r"}
16                 {msgPool type='permView'}
17             {else}
18                 {$objectList}
19             {/if}
20         </td>
21         <td class='right-border'>
22           &nbsp;
23         </td>
24         <td>
25             {if !$aclREAD}
26                 <h3>{t}ACL trace{/t}</h3>
27                 {msgPool type='permView'}
28             {else}
29                 {$acls}
30             {/if}
31         </td>
32     </tr>
33 </table>