summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d025d4c)
raw | patch | inline | side by side (parent: d025d4c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 24 Jun 2005 13:06:34 +0000 (13:06 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 24 Jun 2005 13:06:34 +0000 (13:06 +0000) |
plugins/admin/systems/server.tpl | patch | blob | history | |
plugins/admin/systems/terminal.tpl | patch | blob | history | |
plugins/admin/systems/workstation.tpl | patch | blob | history |
index 108e7570b5115f848f2740f1ede56885ecfe8172..efcb4a8c7c756ce91d8bbc3edd8954941f839e52 100644 (file)
<tr>
<td>
<select size="1" name="action" title="{t}Select action to execute for this server{/t}">
- <option></option>
+ <option disabled> </option>
{html_options options=$actions}
</select>
</td>
index 764f5a587b2739e11381b7f84ed23d6fef1f25a5..ac34098dae82477a09651cd80a79cb78fbd277de 100644 (file)
<tr>
<td>
<select size="1" name="saction" {$actionACL} title="{t}Select action to execute for this terminal{/t}">
- <option></option>
+ <option disabled> </option>
{html_options options=$actions}
</select>
</td>
index 6083651faebd48e88f14cefc4b8b2baa67378865..c58eea6f1dee72b6693abc45895995016573056a 100644 (file)
<tr>
<td>
<select size="1" name="saction" {$actionACL} title="{t}Select action to execute for this terminal{/t}">
- <option></option>
+ <option disabled> </option>
{html_options options=$actions}
</select>
</td>