|
113 | 113 | <?php if (!empty($_SESSION['PROXY_SYSTEM'])) { ?> |
114 | 114 | <tr> |
115 | 115 | <td class="vst-text"> |
116 | | - <?php print __('Proxy Server') ?> |
| 116 | + <?php print __('Proxy Server') ?> / <a href="/edit/server/<? echo $_SESSION['PROXY_SYSTEM'] ?>/"><?=__('configure')?> <i></i></a> |
117 | 117 | </td> |
118 | 118 | </tr> |
119 | 119 | <tr> |
|
125 | 125 | <?php } ?> |
126 | 126 | <tr> |
127 | 127 | <td class="vst-text"> |
128 | | - <?php print __('Web Server') ?> |
| 128 | + <?php print __('Web Server') ?> / <a href="/edit/server/<? echo $_SESSION['WEB_SYSTEM'] ?>/"><?=__('configure')?> <i></i></a> |
129 | 129 | </td> |
130 | 130 | </tr> |
131 | 131 | <tr> |
|
137 | 137 | <?php if (!empty($_SESSION['WEB_BACKEND'])) { ?> |
138 | 138 | <tr> |
139 | 139 | <td class="vst-text"> |
140 | | - <?php print __('Backend Server') ?> |
| 140 | + <?php print __('Backend Server') ?> / <a href="/edit/server/<? echo $_SESSION['WEB_BACKEND'] ?>/"><?=__('configure')?> <i></i></a> |
141 | 141 | </td> |
142 | 142 | </tr> |
143 | 143 | <tr> |
|
176 | 176 | <table style="display:<?php if (empty($v_adv)) echo 'none';?> ;" id="dns"> |
177 | 177 | <tr> |
178 | 178 | <td class="vst-text"> |
179 | | - <?php print __('DNS Server') ?> |
| 179 | + <?php print __('DNS Server') ?> / <a href="/edit/server/<? echo $_SESSION['DNS_SYSTEM'] ?>/"><?=__('configure')?> <i></i></a> |
180 | 180 | </td> |
181 | 181 | </tr> |
182 | 182 | <tr> |
|
234 | 234 | <table style="display:<?php if (empty($v_mail_adv)) echo 'none';?> ;" id="mail"> |
235 | 235 | <tr> |
236 | 236 | <td class="vst-text"> |
237 | | - <?php print __('MAIL Server') ?> |
| 237 | + <?php print __('MAIL Server') ?> / <a href="/edit/server/<? echo $_SESSION['MAIL_SYSTEM'] ?>/"><?=__('configure')?> <i></i></a> |
238 | 238 | </td> |
239 | 239 | </tr> |
240 | 240 | <tr> |
|
246 | 246 | <?php if (!empty($_SESSION['ANTIVIRUS_SYSTEM'])) { ?> |
247 | 247 | <tr> |
248 | 248 | <td class="vst-text"> |
249 | | - <?php print __('Antivirus') ?> |
| 249 | + <?php print __('Antivirus') ?> / <a href="/edit/server/<? echo $_SESSION['ANTIVIRUS_SYSTEM'] ?>/"><?=__('configure')?> <i></i></a> |
250 | 250 | </td> |
251 | 251 | </tr> |
252 | 252 | <tr> |
|
259 | 259 | <?php if (!empty($_SESSION['ANTISPAM_SYSTEM'])) { ?> |
260 | 260 | <tr> |
261 | 261 | <td class="vst-text"> |
262 | | - <?php print __('AntiSpam') ?> |
| 262 | + <?php print __('AntiSpam') ?> / <a href="/edit/server/<? echo $_SESSION['ANTISPAM_SYSTEM'] ?>/"><?=__('configure')?> <i></i></a> |
263 | 263 | </td> |
264 | 264 | </tr> |
265 | 265 | <tr> |
|
298 | 298 | <table style="display:<?php if (empty($v_db_adv)) echo 'none';?> ;" id="db"> |
299 | 299 | <tr> |
300 | 300 | <td class="vst-text input-label"> |
301 | | - <?php print __('MySQL Support');?> |
| 301 | + <?php print __('MySQL Support');?> / <a href="/edit/server/mysql/"><?=__('configure')?> <i></i></a> |
302 | 302 | </td> |
303 | 303 | </tr> |
304 | 304 | <tr> |
|
0 commit comments