summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 16150bf)
raw | patch | inline | side by side (parent: 16150bf)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 May 2012 08:50:51 +0000 (08:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 May 2012 08:50:51 +0000 (08:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@21135 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/opsi/admin/opsi/properties.tpl | patch | blob | history |
diff --git a/gosa-plugins/opsi/admin/opsi/properties.tpl b/gosa-plugins/opsi/admin/opsi/properties.tpl
index c7c026e61460ad7c00d13822e07e8da897457a37..ff49f8c7d434d8c9d0dcc6d80e2da55bd78c0abd 100644 (file)
<td>{$key}</td>
<td>
{render acl=$ACL}
- {if isset($item.VALUE_CNT)}
+ {if $item.VALUE_CNT}
<select name="value_{$key}" style='width:180px;'>
{foreach from=$item.VALUE key=k item=i}
<option {if $item.CURRENT == $i} selected {/if} value="{$i}">{$i}</option>