summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4fff13a)
raw | patch | inline | side by side (parent: 4fff13a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 16 Sep 2010 12:53:42 +0000 (12:53 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 16 Sep 2010 12:53:42 +0000 (12:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19714 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/Device/Device.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/Device/Device.tpl b/gosa-plugins/goto/admin/systems/goto/Device/Device.tpl
index 486b389098c9bcb31465ef605f6dc4aeddb2ae97..c4603100c1bdcbb1bb76958e7d9bdbbc764b0015 100644 (file)
<table>
<tr>
<td><LABEL for='name'>{t}Name{/t}</LABEL></td>
- <td> <input type="text" name="cn" value="{$cn}"></td>
+ <td> <input type="text" name="cn" value="{$cn}" id="cn" value="{$cn}"></td>
</tr>
<tr>
<td><LABEL for='description'>{t}Description{/t}</LABEL></td>
- <td> <input type="text" name="description" value="{$description}"></td>
+ <td> <input type="text" name="description" value="{$description}" id="description" value="{$description}"></td>
</tr>
</table>
<hr>
<table>
<tr>
<td><LABEL for='ou'>{t}Organizational unit{/t}</LABEL></td>
- <td> <input type="text" name="ou" value="{$ou}"></td>
+ <td> <input type="text" name="ou" value="{$ou}" id="ou" value="{$ou}"></td>
</tr>
<tr>
<td><LABEL for='o'>{t}Organizaton{/t}</LABEL></td>
- <td> <input type="text" name="o" value="{$o}"></td>
+ <td> <input type="text" name="o" value="{$o}" id="o" value="{$o}"></td>
</tr>
<tr>
<td><LABEL for='l'>{t}Location{/t}</LABEL></td>
- <td> <input type="text" name="l" value="{$l}"></td>
+ <td> <input type="text" name="l" value="{$l}" id="l" value="{$l}"></td>
</tr>
<tr>
<td><LABEL for='serialNumber'>{t}Serial number{/t}</LABEL></td>
- <td> <input type="text" name="serialNumber" value="{$serialNumber}"></td>
+ <td> <input type="text" name="serialNumber" value="{$serialNumber}" id="serialNumber" value="{$serialNumber}"></td>
</tr>
<tr>
<td><LABEL for='seeAlso'>{t}See also{/t}</LABEL></td>
- <td> <input type="text" name="seeAlso" value="{$seeAlso}"></td>
+ <td> <input type="text" name="seeAlso" value="{$seeAlso}" id="seeAlso" value="{$seeAlso}"></td>
</tr>
<tr>
</tr>
<tr>
<td><LABEL for='owner'>{t}Owner{/t}</LABEL></td>
<td>
- <input type="text" name="owner" value="{$owner_name}"
+ <input type="text" name="owner" value="{$owner_name}" id="owner" value="{$owner_name}"
title="{$owner}" disabled style="width:120px;">
{image path="images/lists/edit.png" action="editOwner" acl=$ownerACL}
<tr>
<td><LABEL for='manager'>{t}Manager{/t}</LABEL></td>
<td>
- <input type="text" name="manager" value="{$manager_name}"
+ <input type="text" name="manager" value="{$manager_name}" id="manager" value="{$manager_name}"
title="{$manager}" disabled style="width:120px;">
{image path="images/lists/edit.png" action="editManager" acl=$managerACL}
<tr>
<td><LABEL for='deviceUUID'>{t}Device UUID{/t}</LABEL></td>
<td>
- <input type="text" name="deviceUUID" value="{$deviceUUID}">
+ <input type="text" name="deviceUUID" value="{$deviceUUID}" id="deviceUUID" value="{$deviceUUID}">
{image path="images/lists/reload.png" action="reloadUUID"}
</td>
</tr>
<tr>
<td><LABEL for='deviceStatus'>{t}Status{/t}</LABEL></td>
- <td> <input type="text" name="deviceStatus" value="{$deviceStatus}"></td>
+ <td> <input type="text" name="deviceStatus" value="{$deviceStatus}" id="deviceStatus" value="{$deviceStatus}"></td>
</tr>
</table>
<table>
<tr>
<td><LABEL for='ipHostNumber'>{t}IP-address{/t}</LABEL></td>
- <td> <input type="text" name="ipHostNumber" value="{$ipHostNumber}"></td>
+ <td> <input type="text" name="ipHostNumber" value="{$ipHostNumber}" id="ipHostNumber" value="{$ipHostNumber}"></td>
</tr>
<tr>
<td><LABEL for='macAddress'>{t}MAC-address{/t}</LABEL></td>
- <td> <input type="text" name="macAddress" value="{$macAddress}"></td>
+ <td> <input type="text" name="macAddress" value="{$macAddress}" id="macAddress" value="{$macAddress}"></td>
</tr>
</table>
</td>