|
96 | 96 | </td> |
97 | 97 | </tr> |
98 | 98 | <tr> |
99 | | - <td class="section-title" onclick="javascript:elementHideShow('web-options')"> |
| 99 | + <td class="section-title" onclick="javascript:elementHideShow('web-options',this)"> |
100 | 100 | <?=_('Web');?> |
101 | | - </td> |
102 | | - <td class="section-hide-button"> |
103 | | - <a href="javascript:elementHideShow('web-options');"><i class="fas fa-minus-square status-icon dim maroon"></i></a> |
| 101 | + <i class="fas fa-plus-square status-icon dim maroon section-hide-button"></i> |
104 | 102 | </td> |
105 | 103 | </tr> |
106 | 104 | <tr> |
|
205 | 203 | </td> |
206 | 204 | </tr> |
207 | 205 | <tr> |
208 | | - <td class="section-title" onclick="javascript:elementHideShow('dns-options')"> |
| 206 | + <td class="section-title" onclick="javascript:elementHideShow('dns-options',this)"> |
209 | 207 | <?=_('DNS');?> |
210 | | - </td> |
211 | | - <td class="section-hide-button"> |
212 | | - <a href="javascript:elementHideShow('dns-options');"><i class="fas fa-minus-square status-icon dim maroon"></i></a> |
| 208 | + <i class="fas fa-plus-square status-icon dim maroon section-hide-button"></i> |
213 | 209 | </td> |
214 | 210 | </tr> |
215 | 211 | <tr> |
|
339 | 335 | </td> |
340 | 336 | </tr> |
341 | 337 | <tr> |
342 | | - <td class="section-title" onclick="javascript:elementHideShow('mail-options')"> |
| 338 | + <td class="section-title" onclick="javascript:elementHideShow('mail-options',this)"> |
343 | 339 | <?=_('Mail');?> |
344 | | - </td> |
345 | | - <td class="section-hide-button"> |
346 | | - <a href="javascript:elementHideShow('mail-options');"><i class="fas fa-minus-square status-icon dim maroon"></i></a> |
| 340 | + <i class="fas fa-plus-square status-icon dim maroon section-hide-button"></i> |
347 | 341 | </td> |
348 | 342 | </tr> |
349 | 343 | <tr> |
|
375 | 369 | </td> |
376 | 370 | </tr> |
377 | 371 | <tr> |
378 | | - <td class="section-title" onclick="javascript:elementHideShow('database-options')"> |
| 372 | + <td class="section-title" onclick="javascript:elementHideShow('database-options',this)"> |
379 | 373 | <?=_('Databases');?> |
380 | | - </td> |
381 | | - <td class="section-hide-button"> |
382 | | - <a href="javascript:elementHideShow('database-options');"><i class="fas fa-minus-square status-icon dim maroon"></i></a> |
| 374 | + <i class="fas fa-plus-square status-icon dim maroon section-hide-button"></i> |
383 | 375 | </td> |
384 | 376 | </tr> |
385 | 377 | <tr> |
|
400 | 392 | </td> |
401 | 393 | </tr> |
402 | 394 | <tr> |
403 | | - <td class="section-title" onclick="javascript:elementHideShow('system-options')"> |
| 395 | + <td class="section-title" onclick="javascript:elementHideShow('system-options',this)"> |
404 | 396 | <?=_('System');?> |
405 | | - </td> |
406 | | - <td class="section-hide-button"> |
407 | | - <a href="javascript:elementHideShow('system-options');"><i class="fas fa-minus-square status-icon dim maroon"></i></a> |
| 397 | + <i class="fas fa-plus-square status-icon dim maroon section-hide-button"></i> |
408 | 398 | </td> |
409 | 399 | </tr> |
410 | 400 | <tr> |
|
0 commit comments