Changeset 1336

Show
Ignore:
Timestamp:
01/24/08 08:47:48 (7 months ago)
Author:
auno
Message:

Hide 'System Information' menu if blog_id is specified. BugzID:65280

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-29/tmpl/cms/include/tools_content_nav.tmpl

    r1108 r1336  
    11<ul> 
    22    <mt:if name="is_administrator"> 
     3    <mt:unless name="blog_id"> 
    34    <li<mt:if name="system-information"> class="active"</mt:if>><a href="<$mt:var name="mt_url"$>?__mode=system_check&amp;blog_id=<$mt:var name="blog_id"$>"><b><__trans phrase="System Information"></b></a></li> 
     5    </mt:unless> 
    46    </mt:if> 
    57    <mt:if name="can_view_log">