Code

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

gosa-plugins/goto/admin/applications/generic.tpl

index 034e57a2e36cb09785fc1ac0fffb421ffa88efed..1c60e5783d923dc450a30ea592db370fd696c073 100644 (file)
@@ -93,7 +93,7 @@
 
 <p class="plugbottom" style="height:4px; margin-bottom:0px;">&nbsp;</p>
 
-<h3><img src="images/lists/on.png" alt="{t}Options{/t}" align="middle">&nbsp;{t}Options{/t}</h3>
+<h3>{t}Options{/t}</h3>
 <table summary="" style="width:100%;">
   <tr>
     <td style="width:50%;border-right:1px solid #B0B0B0; vertical-align:top">
 <table width="99%" summary="">
        <tr>
                <td>
-                       <h3><img src="plugins/goto/images/logon_script.png" alt="{t}Script{/t}" align="middle">&nbsp;{t}Script{/t}</h3>
+                       <h3>{t}Script{/t}</h3>
 {render acl=$gotoLogonScriptACL}
                        <textarea name="gotoLogonScript" style='width:99%;height:220px;'>{$gotoLogonScript}</textarea>
 {/render}