summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a983e02)
raw | patch | inline | side by side (parent: a983e02)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 1 Jul 2008 13:19:48 +0000 (13:19 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 1 Jul 2008 13:19:48 +0000 (13:19 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11498 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/personal/environment/environment.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/personal/environment/environment.tpl b/gosa-plugins/goto/personal/environment/environment.tpl
index d1ed3aa35ae96c024c057c760ef9da1b16354aaf..b0784c5ce35362dd710bdd9d850e780334b91f0f 100644 (file)
{if $gotoProfileServerWriteable}
<select id="gotoProfileServer" name="gotoProfileServer">
{foreach from=$gotoProfileServers key=key item=item}
+ {if $item.ACL != ""}
<option {if $gotoProfileServer == $key} selected {/if}value='{$key}'>{$item.DISPLAY}</option>
+ {/if}
{/foreach}
<option disabled> </option>
</select>