Code

updated addon templates
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 16:18:37 +0000 (16:18 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 16:18:37 +0000 (16:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16820 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/dak/addons/dak/dak_keyring.tpl

index 163b96222ac3ead638b12a352330fa2ea9d2a2eb..9e07b778b5d70c851c769c7269222fd5e7b87fc9 100644 (file)
@@ -1,15 +1,18 @@
 <div class="contentboxh">
- <p class="contentboxh"><img src="images/launch.png" align="right" alt="[F]">{t}Filter{/t}</p>
+ <p class="contentboxh">{image path="images/launch.png" align="right"}{t}Filter{/t}
+</p>
 </div>
 <div class="contentboxb">
  
-<table summary="" width="100%" class="contentboxb" style="border-top:1px solid #B0B0B0; padding:0px;">
+<table style='padding:0px;' class='contentboxb' summary="">
+
        <tr>
                <td width="50%">
-                       <img class="center" alt="" align="middle" border=0 src="plugins/systems/images/server.png">
+                       {image path="plugins/systems/images/server.png"}
+
                                &nbsp;
                        <LABEL FOR="host">{t}Server{/t}</LABEL>
-                       <select name="selected_Server">
+                       <select name="selected_Server" size=1>
                        {foreach from=$Servers item=item key=key}
                                <option {if $key == $selected_Server} selected {/if} 
                                        value='{$key}'>{$item.SERVER}</option>