ryuichi-e пре 6 година
родитељ
комит
4c53900eca
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/server/views/widget/page_alerts.html

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

@@ -2,7 +2,7 @@
   <div class="col-sm-12">
   <div class="col-sm-12">
     {% if page && page.grant && page.grant > 1 %}
     {% if page && page.grant && page.grant > 1 %}
 
 
-      <p class="alert py-3 px-4">
+      <p class="alert alert-primary py-3 px-4">
       {% if page.grant == 2 %}
       {% if page.grant == 2 %}
         <i class="icon-fw icon-link"></i><strong>{{ consts.pageGrants[page.grant] }}</strong> ({{ t('Browsing of this page is restricted') }})
         <i class="icon-fw icon-link"></i><strong>{{ consts.pageGrants[page.grant] }}</strong> ({{ t('Browsing of this page is restricted') }})
       {% elseif page.grant == 4 %}
       {% elseif page.grant == 4 %}