|
75 | 75 | <tr class="data-row"> |
76 | 76 | <td class="data-dotted" style="padding: 0px 10px 0px 0px" width="150"> |
77 | 77 | <table class="data-col1"> |
78 | | - <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="web[]" value="<?php echo $key ?>" ></td></tr> |
| 78 | + <tr><td style="padding: 18 0 4 18;"><input type="checkbox" class="ch-toggle" name="web[]" value="<?php echo $key ?>" ></td></tr> |
79 | 79 | </table> |
80 | 80 | </td> |
81 | 81 | <td class="data-dotted" width="830px" style="vertical-align:top;"> |
|
112 | 112 | <tr class="data-row"> |
113 | 113 | <td class="data-dotted" style="padding: 0px 10px 0px 0px" width="150"> |
114 | 114 | <table class="data-col1"> |
115 | | - <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="dns[]" value="<?php echo $key ?>" ></td></tr> |
| 115 | + <tr><td style="padding: 18 0 4 18;"><input type="checkbox" class="ch-toggle" name="dns[]" value="<?php echo $key ?>" ></td></tr> |
116 | 116 | </table> |
117 | 117 | </td> |
118 | 118 | <td class="data-dotted" width="830px" style="vertical-align:top;"> |
|
149 | 149 | <tr class="data-row"> |
150 | 150 | <td class="data-dotted" style="padding: 0px 10px 0px 0px" width="150"> |
151 | 151 | <table class="data-col1"> |
152 | | - <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="mail[]" value="<?php echo $key ?>" ></td></tr> |
| 152 | + <tr><td style="padding: 18 0 4 18;"><input type="checkbox" class="ch-toggle" name="mail[]" value="<?php echo $key ?>" ></td></tr> |
153 | 153 | </table> |
154 | 154 | </td> |
155 | 155 | <td class="data-dotted" width="830px" style="vertical-align:top;"> |
|
186 | 186 | <tr class="data-row"> |
187 | 187 | <td class="data-dotted" style="padding: 0px 10px 0px 0px" width="150"> |
188 | 188 | <table class="data-col1"> |
189 | | - <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="db[]" value="<?php echo $key ?>" ></td></tr> |
| 189 | + <tr><td style="padding: 18 0 4 18;"><input type="checkbox" class="ch-toggle" name="db[]" value="<?php echo $key ?>" ></td></tr> |
190 | 190 | </table> |
191 | 191 | </td> |
192 | 192 | <td class="data-dotted" width="830px" style="vertical-align:top;"> |
|
223 | 223 | <tr class="data-row"> |
224 | 224 | <td class="data-dotted" style="padding: 0px 10px 0px 0px" width="150"> |
225 | 225 | <table class="data-col1"> |
226 | | - <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="cron[]" value="<?php echo 'yes' ?>" ></td></tr> |
| 226 | + <tr><td style="padding: 18 0 4 18;"><input type="checkbox" class="ch-toggle" name="cron[]" value="<?php echo 'yes' ?>" ></td></tr> |
227 | 227 | </table> |
228 | 228 | </td> |
229 | 229 | <td class="data-dotted" width="830px" style="vertical-align:top;"> |
|
260 | 260 | <tr class="data-row"> |
261 | 261 | <td class="data-dotted" style="padding: 0px 10px 0px 0px" width="150"> |
262 | 262 | <table class="data-col1"> |
263 | | - <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="udir[]" value="<?php echo $key ?>" ></td></tr> |
| 263 | + <tr><td style="padding: 18 0 4 18;"><input type="checkbox" class="ch-toggle" name="udir[]" value="<?php echo $key ?>" ></td></tr> |
264 | 264 | </table> |
265 | 265 | </td> |
266 | 266 | <td class="data-dotted" width="830px" style="vertical-align:top;"> |
|
0 commit comments