Code

Added all missing files for gotoEnvironment
[gosa.git] / plugins / personal / environment / hotplugDialog.tpl
1 <h2><img alt="" src="images/house.png" align="middle">&nbsp;{t}Select hotplug entry{/t}</h2>
3     <input type="hidden" name="dialogissubmitted" value="1">
5         <table summary="">
6         <tr>
7             <td width="50%">
8                 <select style="width:350px;" size=20 name="hotplugName">
9                 {html_options values=$hotplugDeviceKeys output=$hotplugDevices}
10                 <option disabled>&nbsp;</option>
11                 </select><br>
12             </td>
13                 </tr>
14         </table>
16     <p align="right">
17     <input type="submit" name="HotPlugSave"     value="{t}Use{/t}">
18     <input type="submit" name="HotPlugCancel"   value="{t}Cancel{/t}">
19     </p>