Przeglądaj źródła

Fix advanced options link icons

Kristan Kenney 6 lat temu
rodzic
commit
fc18abc167

+ 1 - 1
web/templates/admin/add_dns.html

@@ -70,7 +70,7 @@
                             </tr>
                             <tr>
                                 <td class="vst-text input-label">
-                                    <a href="javascript:elementHideShow('advtable');" class="vst-advanced"><?php print __('Advanced options');?></a>
+                                    <a href="javascript:elementHideShow('advtable');" class="vst-advanced"><?php print __('Advanced options');?>&nbsp;<i class="fas fa-arrow-circle-right"></i></a>
                                 </td>
                             </tr>
                             <tr>

+ 1 - 1
web/templates/admin/add_mail_acc.html

@@ -74,7 +74,7 @@
                         </tr>
                         <tr>
                             <td class="vst-text input-label">
-                                <a href="javascript:elementHideShow('advtable');" class="vst-advanced"> <?php print __('Advanced options');?></a>
+                                <a href="javascript:elementHideShow('advtable');" class="vst-advanced"> <?php print __('Advanced options');?>&nbsp;<i class="fas fa-arrow-circle-right"></i></a>
                             </td>
                         </tr>
                         <tr>

+ 1 - 1
web/templates/admin/edit_server_nginx.html

@@ -166,7 +166,7 @@
 
                             <tr>
                                 <td class="vst-text input-label">
-                                    <a href="javascript:toggleOptions();" class="vst-advanced"><?php print __('Advanced options');?></a>
+                                    <a href="javascript:toggleOptions();" class="vst-advanced"><?php print __('Advanced options');?>&nbsp;<i class="fas fa-arrow-circle-right"></i></a>
                                 </td>
                             </tr>
                         </table>