]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Устранение смены даркмода при нажатии на принт origin/bug_smirnov_2025_01_09_print_dark_mode
authorAlexander Smirnov <fredeom@mail.ru>
Thu, 9 Jan 2025 13:12:40 +0000 (16:12 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Thu, 9 Jan 2025 13:12:40 +0000 (16:12 +0300)
erp24/views/layouts/header.php

index 76e99fe7842ef3ec1b5a1ee22ad1c85ebab87b69..e407e05218700946b4516bce0bff3d07f16d48f2 100755 (executable)
@@ -65,7 +65,7 @@ $this->registerCssFile('/css/timetable/style.css');
                                 </div><!-- SEARCH -->
 
                                 <div class="dropdown d-flex">
-                                    <a href="javascript:;" id="reload-js" class="nav-link icon theme-layout nav-link-bg layout-setting" onclick="window.location.reload(true);" title="Сбросить кэш">
+                                    <a href="javascript:;" id="reload-js" class="nav-link icon theme-layout nav-link-bg" onclick="window.location.reload(true);" title="Сбросить кэш">
                                         <span class="t">
                                             <svg xmlns="http://www.w3.org/2000/svg" height="24px" fill="#000000" class="header-icon" viewBox="0 0 24 24" width="24px">
                                                 <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z"/>
@@ -75,7 +75,7 @@ $this->registerCssFile('/css/timetable/style.css');
                                 </div>
 
                                 <div class="dropdown d-flex">
-                                    <a href="javascript:window.print();" class="nav-link icon theme-layout nav-link-bg layout-setting">
+                                    <a href="javascript:window.print();" class="nav-link icon theme-layout nav-link-bg">
                                         <span class="t">
                                             <svg xmlns="http://www.w3.org/2000/svg" height="24px" fill="#000000" class="header-icon" viewBox="0 0 24 24" width="24px" ><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 8h-1V3H6v5H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zM8 5h8v3H8V5zm8 12v2H8v-4h8v2zm2-2v-2H6v2H4v-4c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v4h-2z"/><circle cx="18" cy="11.5" r="1"/></svg>
                                         </span>
@@ -269,4 +269,4 @@ function switchUser() {
     })
 }
 
-</script>
\ No newline at end of file
+</script>