summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 81b9563)
raw | patch | inline | side by side (parent: 81b9563)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 27 Jul 2006 09:05:27 +0000 (09:05 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 27 Jul 2006 09:05:27 +0000 (09:05 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4323 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/environment/hotplugDialogNew.tpl | patch | blob | history |
diff --git a/plugins/personal/environment/hotplugDialogNew.tpl b/plugins/personal/environment/hotplugDialogNew.tpl
index 3867b68adc30e293dd2497d96cf3811a3b417958..9704ebeb63beabe6bece096edb529bb669271fb5 100644 (file)
<table width="100%" summary="">
<tr>
- <td width="50%">
+ <td width="50%" style="vertical-align:top">
<table summary="{t}Create new hotplug device{/t}" style="border-right:1px solid #B0B0B0;width:100%">
<tr>
<td><LABEL for="HOT_name">{t}Device name{/t}</LABEL>{$must}
<td>
<input type="text" value="{$HOT_vendor}" name="HOT_vendor" id="HOT_vendor">
</td>
- <td><LABEL for="HOT_produkt">{t}Product ID{/t}</LABEL>{$must}
- </td>
- <td>
- <input type="text" value="{$HOT_produkt}" name="HOT_produkt" id="HOT_produkt">
- </td>
</tr>
<tr>
<td><LABEL for="HOT_id">{t}Device ID{/t}</LABEL>{$must}
</td>
<td cols="2"> </td>
</tr>
+ <tr>
+ <td><LABEL for="HOT_produkt">{t}Product ID{/t}</LABEL>{$must}
+ </td>
+ <td>
+ <input type="text" value="{$HOT_produkt}" name="HOT_produkt" id="HOT_produkt">
+ </td>
+ </tr>
</table>
</table>
<p class="seperator"> </p>