Browse Source

removed alert-inverse and alert-grant

ryuichi-e 6 years ago
parent
commit
04663dcf4f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/server/views/widget/page_alerts.html

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

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