summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8b10a56)
raw | patch | inline | side by side (parent: 8b10a56)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 17:00:20 +0000 (17:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 17:00:20 +0000 (17:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16882 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/glpi/admin/systems/services/glpi/glpiDeviceManagement.tpl | patch | blob | history |
diff --git a/gosa-plugins/glpi/admin/systems/services/glpi/glpiDeviceManagement.tpl b/gosa-plugins/glpi/admin/systems/services/glpi/glpiDeviceManagement.tpl
index 5c510827b5b63da0c9d1899b7f63c5b69faf279b..006aaad0f024867668c57712f59fe2103fa49838 100644 (file)
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
+<table style='width:100%; ' summary="">
+
<tr>
- <td style="vertical-align:top;width:50%;" >
+ <td style='width:50%;'>
+
<div class="contentboxh" style="height:20px;">
<p class="contentboxh" style="font-size:12px;">
{t}List of devices{/t}
<input type=hidden name="edit_helper">
</div>
</td>
- <td style="vertical-align:top;">
+ <td>
+
<div class="contentboxh" style="border-bottom:1px solid #B0B0B0;height:20px;padding:0px;">
- <p class="contentboxh" style="font-size:12px;padding:0px;"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
+ <p class="contentboxh" style="font-size:12px;padding:0px;">{image path="{$infoimage}" align="right"}{t}Information{/t}
+</p>
</div>
<div class="contentboxb" style="padding:5px;">
{t}This dialog allows you to attach a device to your currently edited computer.{/t}
</div>
<br>
<div class="contentboxh" style="height:20px;">
- <p class="contentboxh" style="font-size:12px;"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
+ <p class="contentboxh" style="font-size:12px;">{image path="{$launchimage}" align="right"}{t}Filters{/t}
+</p>
</div>
<div class="contentboxb">
- <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
+ <table style='width:100%;' summary="">
+
{$alphabet}
</table>
-<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
+<table style='width:100%;' summary="">
+
<tr>
-<td><LABEL for="regex"><img alt="{t}Display devices matching{/t}" src="{$search_image}" align=middle></label></td>
+<td><LABEL for="regex">{image path="{$search_image}"}
+</label></td>
<td width="99%">
<input type='text' style='width:99%' name='device_regex' maxlength='20' value='{$device_regex}' title='{t}Regular expression for matching device names{/t}' onChange="mainform.submit()">
</td>