]> _ Git - psq.git/commitdiff
email
authorLouis Jeckel <louis.jeckel@outlook.cm>
Thu, 10 Sep 2020 15:28:21 +0000 (17:28 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Thu, 10 Sep 2020 15:28:21 +0000 (17:28 +0200)
public/admin/js/admin.js
public/js/app.js
resources/js/components/Publish/Step2PrepareMail.vue
resources/sass/_articles.scss
resources/views/vendor/mail/html/themes/default.css

index 6b556b0f327a66589663e525658efc1085ea7570..32bad112981a409bebe6cfb0d02bd855125149b8 100644 (file)
@@ -3480,7 +3480,7 @@ __webpack_require__.r(__webpack_exports__);
       }, "");
       return {
         content: "\n                    <p>Bonjour %recipient.name%,</p>\n                    <p>Voici la nouvelle \xE9dition du jour !</p>\n                    <br>\n                    <h2>\xC0 LA UNE AUJOURD'HUI</h2>\n                    ".concat(headlines, "\n\n                "),
-        subject: "[".concat(this.$root.publishState.file.title, "] "),
+        subject: "L'\xE9dition du jour [".concat(this.$root.publishState.file.title, "] "),
         type: 1
       };
     }
index b3529d260268d4dddb2ef00fcc682250c5a61864..9fa5a912da61e5f622af36c9a5df2c1421d26c60 100644 (file)
@@ -8675,7 +8675,7 @@ __webpack_require__.r(__webpack_exports__);
       }, "");
       return {
         content: "\n                    <p>Bonjour %recipient.name%,</p>\n                    <p>Voici la nouvelle \xE9dition du jour !</p>\n                    <br>\n                    <h2>\xC0 LA UNE AUJOURD'HUI</h2>\n                    ".concat(headlines, "\n\n                "),
-        subject: "[".concat(this.$root.publishState.file.title, "] "),
+        subject: "L'\xE9dition du jour [".concat(this.$root.publishState.file.title, "] "),
         type: 1
       };
     }
index f97a3f19602396e8f348e1809f604c553ae6b36d..45fa5390719455fdd5e3ac764f9501b71cc8372e 100644 (file)
@@ -92,7 +92,7 @@
                         ${headlines}
 
                     `,
-                    subject: `[${this.$root.publishState.file.title}] `,
+                    subject: `L'édition du jour [${this.$root.publishState.file.title}] `,
                     type: 1
                 }
             }
index 165e26baa59d981c113ab232724323c9daaf365d..7a51b5d0d87b4b01c36925dc7b07775647826533 100644 (file)
@@ -74,7 +74,7 @@
         h3, .ck-heading_heading2.ck.ck-button.ck-button_with-text span {
             font-size: 14px;
             font-weight: bold;
-            margin-top: 0;
+            margin-top: 10px;
             text-align: left;
             text-transform: uppercase;
             color: #074e9c;
index 9f42925dc80cd56b3402be031f929a1bcf63c21f..415380c468dc947dfac785d013b0f50f6cc1f49c 100644 (file)
@@ -58,13 +58,14 @@ h2 {
 h3 {
     font-size: 14px;
     font-weight: bold;
-    margin-top: 0;
+    margin-top: 10px;
     text-align: left;
     text-transform: uppercase;
     color: #074e9c;
     margin-bottom: 0;
 
 
+
 }
 
 p {