|
15 | 15 |
|
16 | 16 | <div class="l-center animated fadeIn"> |
17 | 17 |
|
18 | | - <div class="u-pt18 helper-container"> |
| 18 | + <div class="helper-container"> |
19 | 19 | <div id="tabs" class="cron-helper-tabs"> |
20 | 20 | <ul> |
21 | 21 | <li><a href="#tabs-1"><?=_('Minutes');?></a></li> |
|
63 | 63 | </p> |
64 | 64 | <p> |
65 | 65 | <label for="h_min_2" class="form-label first"><?=_('Minute');?>:</label> |
66 | | - <select class="form-select short" name="h_min" id="h_min_2"> |
| 66 | + <select class="form-select" name="h_min" id="h_min_2" style="width:70px;"> |
67 | 67 | <option value="0" selected="selected">00</option> |
68 | 68 | <option value="15">15</option> |
69 | 69 | <option value="30">30</option> |
|
94 | 94 | </p> |
95 | 95 | <p> |
96 | 96 | <label for="h_hour_3" class="form-label first"><?=_('Hour');?>:</label> |
97 | | - <select class="form-select short" name="h_hour" id="h_hour_3"> |
| 97 | + <select class="form-select" name="h_hour" id="h_hour_3" style="width:70px;"> |
98 | 98 | <option value="0">00</option> |
99 | 99 | <option value="1">01</option> |
100 | 100 | <option value="2">02</option> |
|
121 | 121 | <option value="23">23</option> |
122 | 122 | </select> |
123 | 123 | <label for="h_min_3" class="form-label"><?=_('Minute');?>:</label> |
124 | | - <select class="form-select short" name="h_min" id="h_min_3"> |
| 124 | + <select class="form-select" name="h_min" id="h_min_3" style="width:70px;"> |
125 | 125 | <option value="0" selected="selected">00</option> |
126 | 126 | <option value="1">01</option> |
127 | 127 | <option value="2">02</option> |
|
165 | 165 | </p> |
166 | 166 | <p> |
167 | 167 | <label for="h_hour_4" class="form-label first"><?=_('Hour');?>:</label> |
168 | | - <select class="form-select short" name="h_hour" id="h_hour_4"> |
| 168 | + <select class="form-select" name="h_hour" id="h_hour_4" style="width:70px;"> |
169 | 169 | <option value="0">00</option> |
170 | 170 | <option value="1">01</option> |
171 | 171 | <option value="2">02</option> |
|
192 | 192 | <option value="23">23</option> |
193 | 193 | </select> |
194 | 194 | <label for="h_min_4" class="form-label"><?=_('Minute');?>:</label> |
195 | | - <select class="form-select short" name="h_min" id="h_min_4"> |
| 195 | + <select class="form-select" name="h_min" id="h_min_4" style="width:70px;"> |
196 | 196 | <option value="0" selected="selected">00</option> |
197 | 197 | <option value="1">01</option> |
198 | 198 | <option value="2">02</option> |
|
242 | 242 | </p> |
243 | 243 | <p> |
244 | 244 | <label for="h_day_5" class="form-label first"><?=_('Date');?>:</label> |
245 | | - <select class="form-select short" name="h_day" id="h_day_5"> |
| 245 | + <select class="form-select" name="h_day" id="h_day_5" style="width:70px;"> |
246 | 246 | <option value="1" selected="selected">1</option> |
247 | 247 | <option value="2">2</option> |
248 | 248 | <option value="3">3</option> |
|
276 | 276 | <option value="31">31</option> |
277 | 277 | </select> |
278 | 278 | <label for="h_hour_5" class="form-label"><?=_('Hour');?>:</label> |
279 | | - <select class="form-select short" name="h_hour" id="h_hour_5"> |
| 279 | + <select class="form-select" name="h_hour" id="h_hour_5" style="width:70px;"> |
280 | 280 | <option value="0">00</option> |
281 | 281 | <option value="1">01</option> |
282 | 282 | <option value="2">02</option> |
|
303 | 303 | <option value="23">23</option> |
304 | 304 | </select> |
305 | 305 | <label for="h_min_5" class="form-label"><?=_('Minute');?>:</label> |
306 | | - <select class="form-select short" name="h_min" id="h_min_5"> |
| 306 | + <select class="form-select" name="h_min" id="h_min_5" style="width:70px;"> |
307 | 307 | <option value="0" selected="selected">00</option> |
308 | 308 | <option value="1">01</option> |
309 | 309 | <option value="2">02</option> |
|
341 | 341 | </table> |
342 | 342 | </td> |
343 | 343 | <td class="data-dotted"> |
344 | | - <table class="data-col2" width="600px"> |
| 344 | + <table class="data-col2" width="850px"> |
345 | 345 | <tr> |
346 | 346 | <td class="u-pt18"> |
347 | 347 | <span class="page-title"><?=_('Adding Cron Job');?></span> |
|
354 | 354 | </tr> |
355 | 355 | <tr> |
356 | 356 | <td class="u-pt6"> |
357 | | - <?=_('Command');?> |
358 | | - </td> |
359 | | - </tr> |
360 | | - <tr> |
361 | | - <td> |
362 | | - <input type="text" class="vst-input long" name="v_cmd" value="<?=htmlentities(trim($v_cmd, "'"))?>"> |
| 357 | + <label for="v_cmd" class="form-label"><?=_('Command');?></label> |
| 358 | + <input type="text" class="form-control" name="v_cmd" id="v_cmd" value="<?=htmlentities(trim($v_cmd, "'"))?>"> |
363 | 359 | </td> |
364 | 360 | </tr> |
365 | 361 | <tr> |
366 | 362 | <td class="u-pt18"> |
367 | | - <?=_('Minute');?> |
368 | | - </td> |
369 | | - </tr> |
370 | | - <tr> |
371 | | - <td> |
372 | | - <input type="text" class="vst-input short" name="v_min" value="<?=htmlentities(trim($v_min, "'"))?>"> |
| 363 | + <label for="v_min" class="form-label"><?=_('Minute');?></label> |
| 364 | + <input type="text" class="form-control" name="v_min" id="v_min" style="width:220px;" value="<?=htmlentities(trim($v_min, "'"))?>"> |
373 | 365 | </td> |
374 | 366 | </tr> |
375 | 367 | <tr> |
376 | 368 | <td class="u-pt6"> |
377 | | - <?=_('Hour');?> |
378 | | - </td> |
379 | | - </tr> |
380 | | - <tr> |
381 | | - <td> |
382 | | - <input type="text" class="vst-input short" name="v_hour" value="<?=htmlentities(trim($v_hour, "'"))?>"> |
| 369 | + <label for="v_hour" class="form-label"><?=_('Hour');?></label> |
| 370 | + <input type="text" class="form-control" name="v_hour" id="v_hour" style="width:220px;" value="<?=htmlentities(trim($v_hour, "'"))?>"> |
383 | 371 | </td> |
384 | 372 | </tr> |
385 | 373 | <tr> |
386 | 374 | <td class="u-pt6"> |
387 | | - <?=_('Day');?> |
| 375 | + <label for="v_day" class="form-label"><?=_('Day');?></label> |
| 376 | + <input type="text" class="form-control" name="v_day" id="v_day" style="width:220px;" value="<?=htmlentities(trim($v_day, "'"))?>"> |
388 | 377 | </td> |
389 | 378 | </tr> |
390 | 379 | <tr> |
391 | | - <td> |
392 | | - <input type="text" class="vst-input short" name="v_day" value="<?=htmlentities(trim($v_day, "'"))?>"> |
393 | | - </td> |
394 | | - </tr> |
395 | | - <tr> |
396 | | - <td class="u-pt6"> |
397 | | - <?=_('Month');?> |
398 | | - </td> |
399 | | - </tr> |
400 | | - <tr> |
401 | | - <td> |
402 | | - <input type="text" class="vst-input short" name="v_month" value="<?=htmlentities(trim($v_month, "'"))?>"> |
| 380 | + <td class="u-pt18"> |
| 381 | + <label for="v_month" class="form-label"><?=_('Month');?></label> |
| 382 | + <input type="text" class="form-control" name="v_month" id="v_month" style="width:220px;" value="<?=htmlentities(trim($v_month, "'"))?>"> |
403 | 383 | </td> |
404 | 384 | </tr> |
405 | 385 | <tr> |
406 | 386 | <td class="u-pt6"> |
407 | | - <?=_('Day of week');?> |
408 | | - </td> |
409 | | - </tr> |
410 | | - <tr> |
411 | | - <td> |
412 | | - <input type="text" class="vst-input short" name="v_wday" value="<?=htmlentities(trim($v_wday, "'"))?>"> |
| 387 | + <label for="v_wday" class="form-label"><?=_('Day of week');?></label> |
| 388 | + <input type="text" class="form-control" name="v_wday" id="v_wday" style="width:220px;" value="<?=htmlentities(trim($v_wday, "'"))?>"> |
413 | 389 | </td> |
414 | 390 | </tr> |
415 | 391 | </table> |
416 | | - <table class="data-col2"> |
417 | | - </table> |
| 392 | + <table class="data-col2"></table> |
418 | 393 | </td> |
419 | 394 | </tr> |
420 | 395 | </table> |
|
0 commit comments