Explorar el Código

added .hide-on-edit

ryuichi-e hace 6 años
padre
commit
f112a24237
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/server/views/widget/page_alerts.html

+ 2 - 2
src/server/views/widget/page_alerts.html

@@ -29,7 +29,7 @@
     {% endif %}
     {% endif %}
 
 
     {% if redirectFrom or req.query.renamed or req.query.redirectFrom %}
     {% if redirectFrom or req.query.renamed or req.query.redirectFrom %}
-    <div class="alert alert-info py-3 px-4 d-flex align-items-center justify-content-between">
+    <div class="alert alert-info hide-on-edit py-3 px-4 d-flex align-items-center justify-content-between">
       <span>
       <span>
         {% set fromPath = req.query.renamed or req.query.redirectFrom %}
         {% set fromPath = req.query.renamed or req.query.redirectFrom %}
         {% if redirectFrom or req.query.redirectFrom %}
         {% if redirectFrom or req.query.redirectFrom %}
@@ -61,7 +61,7 @@
     {% endif %}
     {% endif %}
 
 
     {% if req.query.unlinked %}
     {% if req.query.unlinked %}
-    <div class="alert alert-info py-3 px-4">
+    <div class="alert alert-info hide-on-edit py-3 px-4">
       <strong>{{ t('Unlinked') }}: </strong> {{ t('page_page.notice.unlinked') }}
       <strong>{{ t('Unlinked') }}: </strong> {{ t('page_page.notice.unlinked') }}
     </div>
     </div>
     {% endif %}
     {% endif %}