Code

26f6a25a6e8f45ced7c536b1197c8554a023e29b
[gosa.git] / trunk / gosa-plugins / goto / addons / goto / events / time_offset.tpl
1 <table cellspacing="0" cellpadding="0">
2     <tr>
3         <td>&nbsp;</td>
4         <td>&nbsp;</td>
5     </tr>
6         <tr>
7                 <td>
8             {t}Time offset (min.){/t} <input type="text" name="time_offset" value={$time_offset} length=2 size=2>&nbsp;&nbsp;
9         </td>
10         <td>
11             {t}Concurrent operations{/t} <input type="text" name="concurrent_operations" value={$concurrent_operations} length=2 size=2>
12         </td>
13     </tr>
14 </table>