Code

Implement reinstall with offsets (#4271)
[gosa.git] / trunk / gosa-plugins / goto / addons / goto / events / time_offset.tpl
diff --git a/trunk/gosa-plugins/goto/addons/goto/events/time_offset.tpl b/trunk/gosa-plugins/goto/addons/goto/events/time_offset.tpl
new file mode 100644 (file)
index 0000000..26f6a25
--- /dev/null
@@ -0,0 +1,15 @@
+<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>
+        <td>
+            {t}Concurrent operations{/t} <input type="text" name="concurrent_operations" value={$concurrent_operations} length=2 size=2>
+        </td>
+    </tr>
+</table>
+