|
45 | 45 | ?> |
46 | 46 |
|
47 | 47 | <tr class="data-row"> |
48 | | - <td class="data-dotted" width="150"> |
| 48 | + <td class="data-dotted"> |
49 | 49 | <table class="data-col1"> |
50 | 50 | <tr><td><input type="checkbox" class="ch-toggle" name="job[]" value="<?php echo $data[$key]['JOB'] ?>" ></td></tr> |
51 | 51 | <tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE'])) ?></a></td></tr> |
|
81 | 81 | </a> |
82 | 82 | <table class="data-col2" width="800px"> |
83 | 83 | <tr> |
84 | | - <td colspan=5 class="cron" style="padding: 0 0 0 4px;"> |
| 84 | + <td colspan=6 class="cron"> |
85 | 85 | <b><?php echo htmlspecialchars($data[$key]['CMD'], ENT_NOQUOTES) ?></b> |
86 | 86 | </td> |
87 | 87 | </tr> |
88 | 88 | <tr> |
89 | | - <td style="vertical-align:top;" width="80px"> |
90 | | - <table> |
91 | | - <tr> |
92 | | - <td class="cron-counter-name"> |
93 | | - <?php print __('Min');?> |
94 | | - </td> |
95 | | - </tr> |
96 | | - <tr> |
97 | | - <td class="cron-counter-value"> |
98 | | - <?php echo $data[$key]['MIN'] ?> |
99 | | - </td> |
100 | | - </tr> |
101 | | - </table> |
| 89 | + <td style="vertical-align:top; width:80px"> |
| 90 | + <div class="cron-counter-name"> |
| 91 | + <?php print __('Min');?> |
| 92 | + </div> |
| 93 | + <div class="cron-counter-value"> |
| 94 | + <?php echo $data[$key]['MIN'] ?> |
| 95 | + </div> |
102 | 96 | </td> |
103 | | - <td style="vertical-align:top;" width="80px"> |
104 | | - <table> |
105 | | - <tr> |
106 | | - <td class="cron-counter-name"> |
107 | | - <?php print __('Hour');?> |
108 | | - </td> |
109 | | - </tr> |
110 | | - <tr> |
111 | | - <td class="cron-counter-value"> |
112 | | - <?php echo $data[$key]['HOUR'] ?> |
113 | | - </td> |
114 | | - </tr> |
115 | | - </table> |
| 97 | + <td style="vertical-align:top; width:80px"> |
| 98 | + <div class="cron-counter-name"> |
| 99 | + <?php print __('Hour');?> |
| 100 | + </div> |
| 101 | + <div class="cron-counter-value"> |
| 102 | + <?php echo $data[$key]['HOUR'] ?> |
| 103 | + </div> |
116 | 104 | </td> |
117 | | - <td style="vertical-align:top;" width="80px"> |
118 | | - <table> |
119 | | - <tr> |
120 | | - <td class="cron-counter-name"> |
121 | | - <?php print __('Day');?> |
122 | | - </td> |
123 | | - </tr> |
124 | | - <tr> |
125 | | - <td class="cron-counter-value"> |
126 | | - <?php echo $data[$key]['DAY'] ?> |
127 | | - </td> |
128 | | - </tr> |
129 | | - </table> |
| 105 | + <td style="vertical-align:top; width:80px"> |
| 106 | + <div class="cron-counter-name"> |
| 107 | + <?php print __('Day');?> |
| 108 | + </div> |
| 109 | + <div class="cron-counter-value"> |
| 110 | + <?php echo $data[$key]['DAY'] ?> |
| 111 | + </div> |
130 | 112 | </td> |
131 | | - <td style="vertical-align:top;" width="80px"> |
132 | | - <table> |
133 | | - <tr> |
134 | | - <td class="cron-counter-name"> |
135 | | - <?php print __('Month');?> |
136 | | - </td> |
137 | | - </tr> |
138 | | - <tr> |
139 | | - <td class="cron-counter-value"> |
140 | | - <?php echo $data[$key]['MONTH'] ?> |
141 | | - </td> |
142 | | - </tr> |
143 | | - </table> |
| 113 | + <td style="vertical-align:top; width:80px"> |
| 114 | + <div class="cron-counter-name"> |
| 115 | + <?php print __('Month');?> |
| 116 | + </div> |
| 117 | + <div class="cron-counter-value"> |
| 118 | + <?php echo $data[$key]['MONTH'] ?> |
| 119 | + </div> |
144 | 120 | </td> |
145 | | - <td style="vertical-align:top;"> |
146 | | - <table> |
147 | | - <tr> |
148 | | - <td class="cron-counter-name"> |
149 | | - <?php print __('Day of week');?> |
150 | | - </td> |
151 | | - </tr> |
152 | | - <tr> |
153 | | - <td class="cron-counter-value"> |
154 | | - <?php echo $data[$key]['WDAY'] ?> |
155 | | - </td> |
156 | | - </tr> |
157 | | - </table> |
| 121 | + <td style="vertical-align:top; width:80px"> |
| 122 | + <div class="cron-counter-name"> |
| 123 | + <?php print __('Day of week');?> |
| 124 | + </div> |
| 125 | + <div class="cron-counter-value"> |
| 126 | + <?php echo $data[$key]['WDAY'] ?> |
| 127 | + </div> |
158 | 128 | </td> |
| 129 | + <td style="vertical-align:top;"></td> |
159 | 130 | </tr> |
160 | 131 | </table> |
161 | 132 | </td> |
|
0 commit comments