Code

Template cleanup
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Jan 2010 13:02:31 +0000 (13:02 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Jan 2010 13:02:31 +0000 (13:02 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15316 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/ihtml/themes/default/MultiSelectWindow.tpl
gosa-core/plugins/admin/groups/generic.tpl
gosa-plugins/opsi/admin/opsi/generic.tpl
gosa-plugins/opsi/admin/opsi/opsiware.tpl

index 92c88323e9a282ca0687371ca676e8cf5d48af73..355b4df806fd98b3d9793151e5e5a65d03348aee 100644 (file)
@@ -57,7 +57,7 @@
                        <br>
         {/if}
                        {$UserBox2}
-                       {if !$Skip_Filter_Part }
+                       {if !$Skip_Filter_Part}
                        <div class="contentboxh">
                        <p class="contentboxh">
                                        <img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}
@@ -97,7 +97,7 @@
                        </div>
                        {$UserBox2}
                        <br>
-                       {if !$Skip_Filter_Part }
+                       {if !$Skip_Filter_Part}
                        <div class="contentboxh" style="height:20px;">
                        <p class="contentboxh">
                                        <img src="{$launchimage}" align="right" alt="[F]"><font style='font-size:13px;'>{t}Filters{/t}</font>
index 5b6a2928dc93868bee1475bdf08b4399219fbfe1..bda8985edae4e9b516209c036565775f79a7cbc6 100644 (file)
@@ -1,6 +1,6 @@
 {if $multiple_support}
 <input type="hidden" value="1" name="group_mulitple_edit">
-{/if }
+{/if}
 
 
 <table summary="" style="width:100%;">
index f34a7e5f56d72c5800bdb298ec303374a7ef8c88..37eafa69d1fc4bfd75b14cff936c25c3bce13bc8 100644 (file)
@@ -55,7 +55,7 @@
     <tr>
      <td>{t}Netboot product{/t}</td>
      <td>
-{render acl=$netbootProductACL }
+{render acl=$netbootProductACL}
       <select name="opsi_netboot_product" onChange="document.mainform.submit();">
                {foreach from=$ANP item=item key=key}
                        <option {if $key == $SNP} selected {/if} value="{$key}">{$key}</option>
index 9e57fd1eb055529cf7dc8c422e0135ccdf51a539..73be3f1b7b8b27b16df0ea07c17f8deb28b1a445 100644 (file)
@@ -11,7 +11,7 @@
 
        {foreach from=$info item=item key=key}
        <div style='background-color: #E8E8E8; width: 100%; border: 2px dotted #CCCCCC;'>
-       <h2>{t}Device{/t} { $key+1 }</h2>
+       <h2>{t}Device{/t} {$key+1}</h2>
                {foreach from=$item key=name item=value}
                        <div style="text-transform:lowercase;width:30%; float: left; ">{$name}:&nbsp;</div> 
                        <div style="width:70%; float: right;background-color: #DADADA;">{$value.0.VALUE}&nbsp;</div>