Code

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

gosa-core/plugins/admin/departments/dcObject.tpl

index e24411a9bba21a2250c03a6eb17380f831a07830..0a0f4d79a59101bb1cd11ecd2d6b6b3dbb5597e6 100644 (file)
@@ -5,7 +5,7 @@
 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
  <tr>
    <td style="vertical-align:top; width:50%">
-     <h3><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h3>
+     <h3>{t}Properties{/t}</h3>
      <table summary="">
       <tr>
        <td><LABEL for="dc">{t}Locality name{/t}</LABEL>{$must}</td>
@@ -64,7 +64,7 @@
 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
  <tr>
    <td style="vertical-align:top; width:100%">
-     <h3><img class="center" alt="" align="middle" src="images/lists/locked.png"> {t}Administrative settings{/t}</h3>
+     <h3>{t}Administrative settings{/t}</h3>
 {render acl=$gosaUnitTagACL}
      <input id="is_administrational_unit" type=checkbox name="is_administrational_unit" value="1" {$gosaUnitTag}><label for="is_administrational_unit">{t}Tag department as an independent administrative unit{/t}</label>
 {/render}