summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0daac66)
raw | patch | inline | side by side (parent: 0daac66)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 26 Jan 2010 13:02:31 +0000 (13:02 +0000) | ||
committer | cajus <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
diff --git a/gosa-core/ihtml/themes/default/MultiSelectWindow.tpl b/gosa-core/ihtml/themes/default/MultiSelectWindow.tpl
index 92c88323e9a282ca0687371ca676e8cf5d48af73..355b4df806fd98b3d9793151e5e5a65d03348aee 100644 (file)
<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}
</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>
diff --git a/gosa-core/plugins/admin/groups/generic.tpl b/gosa-core/plugins/admin/groups/generic.tpl
index 5b6a2928dc93868bee1475bdf08b4399219fbfe1..bda8985edae4e9b516209c036565775f79a7cbc6 100644 (file)
{if $multiple_support}
<input type="hidden" value="1" name="group_mulitple_edit">
-{/if }
+{/if}
<table summary="" style="width:100%;">
index f34a7e5f56d72c5800bdb298ec303374a7ef8c88..37eafa69d1fc4bfd75b14cff936c25c3bce13bc8 100644 (file)
<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)
{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}: </div>
<div style="width:70%; float: right;background-color: #DADADA;">{$value.0.VALUE} </div>