Skip to content

Commit 4186ea0

Browse files
author
Serghey Rodin
committed
styling for configure links
1 parent 8eb499d commit 4186ea0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

web/templates/admin/edit_server.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<?php if (!empty($_SESSION['PROXY_SYSTEM'])) { ?>
114114
<tr>
115115
<td class="vst-text">
116-
<?php print __('Proxy Server') ?> / <a href="/edit/server/<? echo $_SESSION['PROXY_SYSTEM'] ?>/"><?=__('configure')?> <i></i></a>
116+
<?php print __('Proxy Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['PROXY_SYSTEM'] ?>/"><?=__('configure')?></a>
117117
</td>
118118
</tr>
119119
<tr>
@@ -125,7 +125,7 @@
125125
<?php } ?>
126126
<tr>
127127
<td class="vst-text">
128-
<?php print __('Web Server') ?> / <a href="/edit/server/<? echo $_SESSION['WEB_SYSTEM'] ?>/"><?=__('configure')?> <i></i></a>
128+
<?php print __('Web Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['WEB_SYSTEM'] ?>/"><?=__('configure')?></a>
129129
</td>
130130
</tr>
131131
<tr>
@@ -137,7 +137,7 @@
137137
<?php if (!empty($_SESSION['WEB_BACKEND'])) { ?>
138138
<tr>
139139
<td class="vst-text">
140-
<?php print __('Backend Server') ?> / <a href="/edit/server/<? echo $_SESSION['WEB_BACKEND'] ?>/"><?=__('configure')?> <i></i></a>
140+
<?php print __('Backend Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['WEB_BACKEND'] ?>/"><?=__('configure')?></a>
141141
</td>
142142
</tr>
143143
<tr>
@@ -176,7 +176,7 @@
176176
<table style="display:<?php if (empty($v_adv)) echo 'none';?> ;" id="dns">
177177
<tr>
178178
<td class="vst-text">
179-
<?php print __('DNS Server') ?> / <a href="/edit/server/<? echo $_SESSION['DNS_SYSTEM'] ?>/"><?=__('configure')?> <i></i></a>
179+
<?php print __('DNS Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['DNS_SYSTEM'] ?>/"><?=__('configure')?></a>
180180
</td>
181181
</tr>
182182
<tr>
@@ -234,7 +234,7 @@
234234
<table style="display:<?php if (empty($v_mail_adv)) echo 'none';?> ;" id="mail">
235235
<tr>
236236
<td class="vst-text">
237-
<?php print __('MAIL Server') ?> / <a href="/edit/server/<? echo $_SESSION['MAIL_SYSTEM'] ?>/"><?=__('configure')?> <i></i></a>
237+
<?php print __('MAIL Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['MAIL_SYSTEM'] ?>/"><?=__('configure')?></a>
238238
</td>
239239
</tr>
240240
<tr>
@@ -246,7 +246,7 @@
246246
<?php if (!empty($_SESSION['ANTIVIRUS_SYSTEM'])) { ?>
247247
<tr>
248248
<td class="vst-text">
249-
<?php print __('Antivirus') ?> / <a href="/edit/server/<? echo $_SESSION['ANTIVIRUS_SYSTEM'] ?>/"><?=__('configure')?> <i></i></a>
249+
<?php print __('Antivirus') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['ANTIVIRUS_SYSTEM'] ?>/"><?=__('configure')?></a>
250250
</td>
251251
</tr>
252252
<tr>
@@ -259,7 +259,7 @@
259259
<?php if (!empty($_SESSION['ANTISPAM_SYSTEM'])) { ?>
260260
<tr>
261261
<td class="vst-text">
262-
<?php print __('AntiSpam') ?> / <a href="/edit/server/<? echo $_SESSION['ANTISPAM_SYSTEM'] ?>/"><?=__('configure')?> <i></i></a>
262+
<?php print __('AntiSpam') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['ANTISPAM_SYSTEM'] ?>/"><?=__('configure')?></a>
263263
</td>
264264
</tr>
265265
<tr>
@@ -298,7 +298,7 @@
298298
<table style="display:<?php if (empty($v_db_adv)) echo 'none';?> ;" id="db">
299299
<tr>
300300
<td class="vst-text input-label">
301-
<?php print __('MySQL Support');?> / <a href="/edit/server/mysql/"><?=__('configure')?> <i></i></a>
301+
<?php print __('MySQL Support');?> / <a class="generate" href="/edit/server/mysql/"><?=__('configure')?></a>
302302
</td>
303303
</tr>
304304
<tr>

0 commit comments

Comments
 (0)