Show
Ignore:
Timestamp:
07/01/08 06:52:55 (17 months ago)
Author:
auno
Message:

Added permission error message for refreshing templates. BugzID:80385

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/tmpl/cms/list_blog.tmpl

    r1309 r2669  
    1313            class="success"> 
    1414            <__trans phrase="You have successfully refreshed your templates."> 
     15        </mtapp:statusmsg> 
     16    </mt:if> 
     17    <mt:if name="error"> 
     18        <mtapp:statusmsg 
     19            id="error" 
     20            class="error"> 
     21            <__trans phrase="You can not refresh templates: [_1]" params="<mt:var name="blog_name" escape="html">"> 
    1522        </mtapp:statusmsg> 
    1623    </mt:if>