Code

removed images from templates
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 4 Mar 2010 14:09:03 +0000 (14:09 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 4 Mar 2010 14:09:03 +0000 (14:09 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16122 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/ppd/printerPPDDialog.tpl

index 626ffebc8e8b587522bd1877935bf0d533fb8cb8..25eedf399cdb580c6dba458a88ca79b7f21021e0 100644 (file)
@@ -1,4 +1,4 @@
-<h3><img alt="P" class="center" src="plugins/systems/images/select_printer.png" align="middle">&nbsp;{t}Printer driver{/t}</h3>
+<h3>{t}Printer driver{/t}</h3>
 {if !$path_valid}
 <p>
        <b>{msgPool type=invalidConfigurationAttribute param=ppdPath}</b>
@@ -25,7 +25,7 @@
        </table>
        {if $showOptions eq 1}
        <p class="seperator">&nbsp;</p>
-       <h3><img alt="L" class="center" src="images/lists/on.png" align="middle">&nbsp;{t}Options{/t}</h3>
+       <h3>{t}Options{/t}</h3>
        {$properties}
        {/if}
 {/if}