Code

center --> middle
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 08:24:05 +0000 (08:24 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 08:24:05 +0000 (08:24 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@398 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/departments/generic.tpl
plugins/admin/departments/headpage.tpl

index 480dfd9a6ac726d9b8f48f7cc089e6b32ad22ad7..7e14678687b1a5346676b924fb6815200118cd04 100644 (file)
@@ -1,7 +1,7 @@
 <table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
  <tr>
    <td style="vertical-align:top;">
-     <h2><img align="center" src="images/rightarrow.png"> {t}Properties{/t}</h2>
+     <h2><img align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
      
      <table>
       <tr>
@@ -39,7 +39,7 @@
     &nbsp;
    </td>
    <td>
-     <h2><img align="center" src="images/house.png"> {t}Location{/t}</h2>
+     <h2><img align="middle" src="images/house.png"> {t}Location{/t}</h2>
 
      <table>
       <tr>
index 7b8942cd239296d6a68f27eac213e48b2c4c4dea..b165d3f4f6b93e836293d34e25f0bb7db5fa60c2 100644 (file)
      </table>
     </p>
     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
-    <table width="100%"><tr><td width="50%"><img src="{$tree_image}" align=center>&nbsp;{t}Display subdepartments of{/t}</td>
+    <table width="100%"><tr><td width="50%"><img src="{$tree_image}" align=middle>&nbsp;{t}Display subdepartments of{/t}</td>
     <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
       {html_options options=$deplist selected=$depselect}
     </select></td></tr></table>
     </p>
     <p class="contentboxb" style="border-top:1px solid #B0B0B0">
-    <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=center>&nbsp;{t}Display departments matching{/t}</td>
+    <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=middle>&nbsp;{t}Display departments matching{/t}</td>
     <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching department names{/t}' onChange="mainform.submit()"></td></tr></table>
     </p>
     {$apply}