~ubuntu-branches/debian/squeeze/movabletype-opensource/squeeze

« back to all changes in this revision

Viewing changes to tmpl/cms/include/users_content_nav.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2008-06-13 23:28:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080613232840-ya4jfxv1jgl45a3d
Tags: 4.2~rc2-1
* New upstream release candidate
* Update Standards-Version (no changes)
* Ensure that schema upgrade message is always seen

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ul>
 
1
<mt:setvartemplate name="line_items" function="unshift">
2
2
<mt:if name="USER_VIEW">
3
3
    <mt:unless name="EDIT_AUTHOR_ID" eq="PSEUDO">
4
4
    <li><a href="<mt:var name="SCRIPT_URL">?__mode=view&amp;_type=author&amp;id=<mt:var name="EDIT_AUTHOR_ID">"><b><__trans phrase="Profile"></b></a></li>
46
46
        <li><a href="<mt:var name="SCRIPT_URL">?__mode=list_associations&amp;blog_id=<mt:var name="BLOG_ID">"><b><__trans phrase="Permissions"></b></a></li>
47
47
    </mt:if>
48
48
</mt:if>
 
49
</mt:setvartemplate>
49
50
 
 
51
<ul>
 
52
<mt:loop name="line_items"><mt:var name="__value__"></mt:loop>
50
53
</ul>