Code

align should be middle for an image
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 08:03:44 +0000 (08:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 08:03:44 +0000 (08:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@392 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/startup.tpl

index 075d978a6e14f6a66f7b671a10595f745ef6b79e..c47de8e75def10921f7e26fbf7319e028ff8aada 100644 (file)
@@ -1,4 +1,4 @@
-<h2><img align="center" src="images/penguin.png"> {t}Boot parameters{/t}</h2>
+<h2><img align="middle" src="images/penguin.png"> {t}Boot parameters{/t}</h2>
 <table style="width:100%;">
  <tr>
   <td style="width:50%; vertical-align:top;">
@@ -49,7 +49,7 @@
  <tr>
   <td style="width:50%; vertical-align:top;">
    <h2>
-    <img align="center" src="images/hardware.png"> {t}Kernel modules (format: name parameters){/t}
+    <img align="middle" src="images/hardware.png"> {t}Kernel modules (format: name parameters){/t}
    </h2>
     <select style="width:100%; height:100px;" name="modules_list[]" size=15 multiple title="{t}Add additional modules to load on startup{/t}">
      {html_options values=$gotoModules output=$gotoModules}
@@ -62,7 +62,7 @@
 
   <td style="vertical-align:top;">
    <h2>
-    <img align="center" src="images/zip.png"> {t}Automount devices (format: complete autofs entry){/t}
+    <img align="middle" src="images/zip.png"> {t}Automount devices (format: complete autofs entry){/t}
    </h2>
    <select style="width:100%; height:100px;" name="autofs_list[]" size=15 multiple title="{t}Add additional automount entries{/t}">
     {html_options values=$gotoAutoFs output=$gotoAutoFs}
@@ -81,7 +81,7 @@
  <tr>
   <td style="width:50%; vertical-align:top;">
    <h2>
-    <img align="center" src="images/folder.png"> {t}Additional fstab entries{/t}
+    <img align="middle" src="images/folder.png"> {t}Additional fstab entries{/t}
    </h2>
    <select style="width:100%; height:100px;" name="fstab_list[]" size=15 multiple title="{t}Add additional filesystems to be mounted during startup{/t}">
     {html_options values=$gotoFilesystem output=$gotoFilesystem}