summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 87e1aac)
raw | patch | inline | side by side (parent: 87e1aac)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 17:00:27 +0000 (17:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 17:00:27 +0000 (17:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16885 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/glpi/admin/systems/services/glpi/glpiPrinterCartridgesEdit.tpl | patch | blob | history |
diff --git a/gosa-plugins/glpi/admin/systems/services/glpi/glpiPrinterCartridgesEdit.tpl b/gosa-plugins/glpi/admin/systems/services/glpi/glpiPrinterCartridgesEdit.tpl
index ef9b7f0e3d69bb02de3d303ec2b92cecf578fbd8..8e6038e22cc30efe6bdd5f85044791723bb4ca3c 100644 (file)
<tr>
<td>
<h3>{t}Generic{/t}</h3>
- <table summary="" title="" width="100%" style="vertical-align:top;">
+ <table summary="" width="100%">
+
<tr>
<td>{t}Name{/t}
</td>
</table>
<hr>
<h3>{t}Comments{/t}</h3>
- <table summary="" title="" width="100%" style="vertical-align:top;">
+ <table summary="" width="100%">
+
<tr>
<td>{t}Comment{/t}
</td>
</tr>
</table>
</td>
- <td style="vertical-align:top;border-left: 1px solid rgb(160, 160, 160);padding-right: 5px;">
+ <td style='padding-right: 5px;' class='left-border'>
+
<h3>{t}Generic{/t}</h3>
- <table summary="" title="" width="100%" style="vertical-align:top;">
+ <table summary="" width="100%">
+
<tr>
<td>{t}Type{/t}
</td>
<td>
- <select name="type" >
+ <select name="type" size=1>
{html_options values=$typeKeys output=$types selected=$type}
</select>
<button type='submit' name='edit_type_cartridge'>{t}edit{/t}</button>
<td>{t}Manufacturer{/t}
</td>
<td>
- <select name="FK_glpi_enterprise">
+ <select name="FK_glpi_enterprise" size=1>
{html_options values=$ManufacturerKeys output=$Manufacturers selected=$FK_glpi_enterprise}
</select>
<button type='submit' name='edit_manufacturer_cartridges'>{t}edit{/t}</button>