Code

Also display new created variables
[gosa.git] / plugins / admin / fai / faiSummary.tpl
index 63d9cab084c10c86cbd47d8cc4dde429a33ddda8..196f7cab86f38cc377c0554afa48590d7d439567 100644 (file)
@@ -3,6 +3,8 @@
  <tr style="background-color: #E8E8E8; height:26px;font-weight:bold;">
   <td style="padding:5px;">{t}FAI object tree{/t}</td>
  </tr>
+
+{if $readable}
  <tr>
        <td style="padding-left:5px;padding-top:5px;padding-bottom:12px;border-bottom:1px solid #B0B0B0">
                <input type="image" src="images/list_reload.png" name="reloadList" class="center">      
  {$objectList}
        </td>
  </tr>
+{else}
+<tr>
+       <td style='padding:6px;'>
+               {t}You are not allowed to view the fai summary.{/t}
+       </td>
+</tr>
+{/if}
 </table>