Explorar o código

Fix spacing of Add Web Domain button icon

Kristan Kenney %!s(int64=5) %!d(string=hai) anos
pai
achega
a0e925d769
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/templates/user/list_web.html

+ 1 - 1
web/templates/user/list_web.html

@@ -4,7 +4,7 @@
             <?php
             if ((isset($_SESSION['WEB_SYSTEM'])) && (!empty($_SESSION['WEB_SYSTEM']))) {
                 if (intval($panel[$user]['WEB_DOMAINS']) > 0 || $panel[$user]['WEB_DOMAINS'] == 'unlimited') {
-                    echo '<a href="/add/web/" id="btn-create" class="ui-button cancel" title="'.__('Add Web Domain').'"><i class="fas fa-plus-circle status-icon green"></i>'.__('Add Web Domain').'</a>';
+                    echo '<a href="/add/web/" id="btn-create" class="ui-button cancel" title="'.__('Add Web Domain').'"> <i class="fas fa-plus-circle status-icon green"></i> '.__('Add Web Domain').'</a>';
                 }
             }
             ?>