summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 45a2173)
raw | patch | inline | side by side (parent: 45a2173)
author | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Oct 2009 13:50:33 +0000 (13:50 +0000) | ||
committer | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Oct 2009 13:50:33 +0000 (13:50 +0000) |
as "inherited [drivername]" by properly generating
the drop-down in the template
(Trac: #3020)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@14483 594d385d-05f5-0310-b6e9-bd551577e9d8
the drop-down in the template
(Trac: #3020)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@14483 594d385d-05f5-0310-b6e9-bd551577e9d8
trunk/gosa-plugins/goto/admin/systems/goto/workstationService.tpl | patch | blob | history |
diff --git a/trunk/gosa-plugins/goto/admin/systems/goto/workstationService.tpl b/trunk/gosa-plugins/goto/admin/systems/goto/workstationService.tpl
index 19d3896b16c85947967d8ee4445a566e718cd627..1268e6c4888e4f1a73cd5f2c3d6900b3ca5476f8 100644 (file)
{render acl=$gotoXDriverACL}
<select id="gotoXDriver" name="gotoXDriver" title="{t}Choose graphic driver that is needed by the installed graphic board{/t}">
- {html_options values=$XDrivers output=$XDrivers selected=$gotoXDriver_select}
+ {html_options options=$XDrivers output=$XDrivers selected=$gotoXDriver_select}
</select>
{/render}