andre 7 месяцев назад
Родитель
Сommit
8c11f9724b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      clientarea.tpl

+ 2 - 2
clientarea.tpl

@@ -168,7 +168,7 @@
                         {if $sites|count > 0}
                         {if $sites|count > 0}
                           <h4>Ihre Webseiten</h4>
                           <h4>Ihre Webseiten</h4>
                           {foreach $sites as $site}
                           {foreach $sites as $site}
-                            <div class="tiles clearfix" id="tiles">
+                            <div class="tiles clearfix">
     <div class="my-3 my-md-0" aria-live="polite">
     <div class="my-3 my-md-0" aria-live="polite">
         <div class="tile" onclick="window.location='clientarea.php?action=services'">
         <div class="tile" onclick="window.location='clientarea.php?action=services'">
             <a class="stats" href="clientarea.php?action=services">
             <a class="stats" href="clientarea.php?action=services">
@@ -186,7 +186,7 @@
         </div>
         </div>
         <div class="tile" onclick="window.location='supporttickets.php'">
         <div class="tile" onclick="window.location='supporttickets.php'">
             <a class="stats" href="supporttickets.php">
             <a class="stats" href="supporttickets.php">
-                <div class="icon"><i class="fad fa-comments"></i></div>
+                <div class="icon"><i class="fad fa-del"></i></div>
                 <div class="stat">0</div>
                 <div class="stat">0</div>
                 <div class="title">Tickets</div>
                 <div class="title">Tickets</div>
             </a>
             </a>