|
6 | 6 | </div> |
7 | 7 | <div class="submenu-search-block"> |
8 | 8 | <form action="/search/" method="get"> |
9 | | - <input type="text" name="q" class="submenu-search-field"> |
10 | | - <input type="submit" value="<?php print __('Search');?>" class="submenu-button" style="width: 96px;"> |
| 9 | + <input type="text" name="q" class="submenu-search-field"> |
| 10 | + <input type="submit" value="<?php print __('Search');?>" class="submenu-button" style="width: 96px;"> |
11 | 11 | </form> |
12 | 12 | </div> |
13 | 13 | <div class="submenu-select-block"> |
|
33 | 33 | ++$i; |
34 | 34 | if ($data[$key]['SUSPENDED'] == 'yes') { |
35 | 35 | $status = 'suspended'; |
36 | | - $spnd_action = 'unsuspend' ; |
37 | 36 | } else { |
38 | 37 | $status = 'active'; |
39 | | - $spnd_action = 'suspend'; |
40 | 38 | } |
41 | 39 | ?> |
42 | 40 |
|
|
67 | 65 | </a> |
68 | 66 | <table class="data-col2" width="800px"> |
69 | 67 | <tr> |
70 | | - <td colspan=5 class="cron" style="padding: 0 0 0 4px;"> |
| 68 | + <td colspan=6 class="cron"> |
71 | 69 | <b><?php echo htmlspecialchars($data[$key]['CMD'], ENT_NOQUOTES) ?></b> |
72 | 70 | </td> |
73 | 71 | </tr> |
74 | 72 | <tr> |
75 | | - <td style="vertical-align:top;" width="80px"> |
76 | | - <table> |
77 | | - <tr> |
78 | | - <td class="cron-counter-name"> |
79 | | - <?php print __('Min');?> |
80 | | - </td> |
81 | | - </tr> |
82 | | - <tr> |
83 | | - <td class="cron-counter-value"> |
84 | | - <?php echo $data[$key]['MIN'] ?> |
85 | | - </td> |
86 | | - </tr> |
87 | | - </table> |
| 73 | + <td style="vertical-align:top; width:80px"> |
| 74 | + <div class="cron-counter-name"> |
| 75 | + <?php print __('Min');?> |
| 76 | + </div> |
| 77 | + <div class="cron-counter-value"> |
| 78 | + <?php echo $data[$key]['MIN'] ?> |
| 79 | + </div> |
88 | 80 | </td> |
89 | | - <td style="vertical-align:top;" width="80px"> |
90 | | - <table> |
91 | | - <tr> |
92 | | - <td class="cron-counter-name"> |
93 | | - <?php print __('Hour');?> |
94 | | - </td> |
95 | | - </tr> |
96 | | - <tr> |
97 | | - <td class="cron-counter-value"> |
98 | | - <?php echo $data[$key]['HOUR'] ?> |
99 | | - </td> |
100 | | - </tr> |
101 | | - </table> |
| 81 | + <td style="vertical-align:top; width:80px"> |
| 82 | + <div class="cron-counter-name"> |
| 83 | + <?php print __('Hour');?> |
| 84 | + </div> |
| 85 | + <div class="cron-counter-value"> |
| 86 | + <?php echo $data[$key]['HOUR'] ?> |
| 87 | + </div> |
102 | 88 | </td> |
103 | | - <td style="vertical-align:top;" width="80px"> |
104 | | - <table> |
105 | | - <tr> |
106 | | - <td class="cron-counter-name"> |
107 | | - <?php print __('Day');?> |
108 | | - </td> |
109 | | - </tr> |
110 | | - <tr> |
111 | | - <td class="cron-counter-value"> |
112 | | - <?php echo $data[$key]['DAY'] ?> |
113 | | - </td> |
114 | | - </tr> |
115 | | - </table> |
| 89 | + <td style="vertical-align:top; width:80px"> |
| 90 | + <div class="cron-counter-name"> |
| 91 | + <?php print __('Day');?> |
| 92 | + </div> |
| 93 | + <div class="cron-counter-value"> |
| 94 | + <?php echo $data[$key]['DAY'] ?> |
| 95 | + </div> |
116 | 96 | </td> |
117 | | - <td style="vertical-align:top;" width="80px"> |
118 | | - <table> |
119 | | - <tr> |
120 | | - <td class="cron-counter-name"> |
121 | | - <?php print __('Month');?> |
122 | | - </td> |
123 | | - </tr> |
124 | | - <tr> |
125 | | - <td class="cron-counter-value"> |
126 | | - <?php echo $data[$key]['MONTH'] ?> |
127 | | - </td> |
128 | | - </tr> |
129 | | - </table> |
| 97 | + <td style="vertical-align:top; width:80px"> |
| 98 | + <div class="cron-counter-name"> |
| 99 | + <?php print __('Month');?> |
| 100 | + </div> |
| 101 | + <div class="cron-counter-value"> |
| 102 | + <?php echo $data[$key]['MONTH'] ?> |
| 103 | + </div> |
130 | 104 | </td> |
131 | | - <td style="vertical-align:top;"> |
132 | | - <table> |
133 | | - <tr> |
134 | | - <td class="cron-counter-name"> |
135 | | - <?php print __('Day of week');?> |
136 | | - </td> |
137 | | - </tr> |
138 | | - <tr> |
139 | | - <td class="cron-counter-value"> |
140 | | - <?php echo $data[$key]['WDAY'] ?> |
141 | | - </td> |
142 | | - </tr> |
143 | | - </table> |
| 105 | + <td style="vertical-align:top; width:180px"> |
| 106 | + <div class="cron-counter-name"> |
| 107 | + <?php print __('Day of week');?> |
| 108 | + </div> |
| 109 | + <div class="cron-counter-value"> |
| 110 | + <?php echo $data[$key]['WDAY'] ?> |
| 111 | + </div> |
144 | 112 | </td> |
| 113 | + <td style="vertical-align:top;"></td> |
145 | 114 | </tr> |
146 | 115 | </table> |
147 | 116 | </td> |
|
155 | 124 |
|
156 | 125 | <table class="data-count"> |
157 | 126 | <tr> |
158 | | - <td width="160px"></td> |
| 127 | + <td width="168px"></td> |
159 | 128 | <td> |
160 | 129 | <?php |
161 | 130 | if ( $i == 1) { |
|
0 commit comments