Code

replaced plugbottom by pluin-actions
[gosa.git] / gosa-plugins / opsi / admin / opsi / properties.tpl
index ff49f8c7d434d8c9d0dcc6d80e2da55bd78c0abd..3c66e0bd80a90917b97c07a46c73685acca3e75a 100644 (file)
@@ -1,4 +1,4 @@
-<h2>{t}OPSI product properties{/t}</h2>
+<h3>{t}OPSI product properties{/t}</h3>
 
 
 {if $cfg_count == 0}
@@ -15,7 +15,7 @@
                <td>{$key}</td>
                <td>
 {render acl=$ACL}
-                       {if $item.VALUE_CNT}
+                       {if isset($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>
@@ -31,7 +31,7 @@
 </table>
 
 {/if}
-<p class="seperator">&nbsp;</p>
+<hr>
 <div style='width:100%; text-align: right; padding:3px;'>
        <input type='submit' name='save_properties' value='{msgPool type='saveButton'}'>
        &nbsp;