Code

Added baseACL and base select dialog
[gosa.git] / plugins / gofon / conference / generic.tpl
index 0ba84c1ecf3fb802b3a3e6efa958436cc7ab1baa..f7b25a2d221bf6ab090994424f1cf26f0f26c974 100644 (file)
        <select id="base" size="1" name="base" title="{t}Choose subtree to place conference in{/t}" {$baseACL}> 
        {html_options options=$bases selected=$base}
        </select>
+        {if $baseACL == ""}
+            <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
+        {else}
+            <img src="images/folder_gray.png" class="center" title="{t}Select a base{/t}">
+        {/if}
        </td>
        </tr>
        </table>