|
|
@@ -96,11 +96,9 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td class="section-title" onclick="javascript:elementHideShow('web-options')">
|
|
|
+ <td class="section-title" onclick="javascript:elementHideShow('web-options',this)">
|
|
|
<?=_('Web');?>
|
|
|
- </td>
|
|
|
- <td class="section-hide-button">
|
|
|
- <a href="javascript:elementHideShow('web-options');"><i class="fas fa-minus-square status-icon dim maroon"></i></a>
|
|
|
+ <i class="fas fa-plus-square status-icon dim maroon section-hide-button"></i>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -205,11 +203,9 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td class="section-title" onclick="javascript:elementHideShow('dns-options')">
|
|
|
+ <td class="section-title" onclick="javascript:elementHideShow('dns-options',this)">
|
|
|
<?=_('DNS');?>
|
|
|
- </td>
|
|
|
- <td class="section-hide-button">
|
|
|
- <a href="javascript:elementHideShow('dns-options');"><i class="fas fa-minus-square status-icon dim maroon"></i></a>
|
|
|
+ <i class="fas fa-plus-square status-icon dim maroon section-hide-button"></i>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -339,11 +335,9 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td class="section-title" onclick="javascript:elementHideShow('mail-options')">
|
|
|
+ <td class="section-title" onclick="javascript:elementHideShow('mail-options',this)">
|
|
|
<?=_('Mail');?>
|
|
|
- </td>
|
|
|
- <td class="section-hide-button">
|
|
|
- <a href="javascript:elementHideShow('mail-options');"><i class="fas fa-minus-square status-icon dim maroon"></i></a>
|
|
|
+ <i class="fas fa-plus-square status-icon dim maroon section-hide-button"></i>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -375,11 +369,9 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td class="section-title" onclick="javascript:elementHideShow('database-options')">
|
|
|
+ <td class="section-title" onclick="javascript:elementHideShow('database-options',this)">
|
|
|
<?=_('Databases');?>
|
|
|
- </td>
|
|
|
- <td class="section-hide-button">
|
|
|
- <a href="javascript:elementHideShow('database-options');"><i class="fas fa-minus-square status-icon dim maroon"></i></a>
|
|
|
+ <i class="fas fa-plus-square status-icon dim maroon section-hide-button"></i>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -400,11 +392,9 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td class="section-title" onclick="javascript:elementHideShow('system-options')">
|
|
|
+ <td class="section-title" onclick="javascript:elementHideShow('system-options',this)">
|
|
|
<?=_('System');?>
|
|
|
- </td>
|
|
|
- <td class="section-hide-button">
|
|
|
- <a href="javascript:elementHideShow('system-options');"><i class="fas fa-minus-square status-icon dim maroon"></i></a>
|
|
|
+ <i class="fas fa-plus-square status-icon dim maroon section-hide-button"></i>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|