Code

Followup commit for #4271
[gosa.git] / trunk / gosa-plugins / goto / addons / goto / events / time_offset.tpl
index 26f6a25a6e8f45ced7c536b1197c8554a023e29b..bbff194695bda57b28b000b1b0038f7d93165377 100644 (file)
@@ -1,14 +1,28 @@
+<p>&nbsp;</p>
+<b>{t}Extended settings for delayed operations{/t}</b>
 <table cellspacing="0" cellpadding="0">
     <tr>
         <td>&nbsp;</td>
         <td>&nbsp;</td>
     </tr>
        <tr>
-               <td>
-            {t}Time offset (min.){/t} <input type="text" name="time_offset" value={$time_offset} length=2 size=2>&nbsp;&nbsp;
+               <td style="width: 175px;">
+            {t}Time offset in minutes{/t}
         </td>
         <td>
-            {t}Concurrent operations{/t} <input type="text" name="concurrent_operations" value={$concurrent_operations} length=2 size=2>
+            <select name="time_offset">
+            {html_options options=$offset_minutes values=$offset_minutes selected=$time_offset}
+            </select>
+        </td>
+    </tr>
+    <tr>
+        <td>
+            {t}Concurrent operations{/t}
+        </td>
+        <td>
+            <select name="concurrent_operations">
+            {html_options options=$offset_operations values=$offset_operations selected=$concurrent_operations}
+            </select>
         </td>
     </tr>
 </table>