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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2009-10-06 22:09:27 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091006220927-qusoqt9vtm3fgtgr
Tags: 4.3.2-1
New upstream release (closes: #544206)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
</mt:setvarblock>
23
23
<mt:setvarblock name="action_buttons">
24
24
    <mt:unless name="template_type" eq="system"><mt:unless name="template_type" eq="email">
 
25
    
 
26
    <mt:if name="publish_from_search">
 
27
    <mt:if name="blog_id">
 
28
        <a href="javascript:void(0)"
 
29
            onclick="doForMarkedInThisWindow(getByID('<$mt:var name="template_type" default="template"$>-listing-form'), '<__trans phrase="template" escape="js">', '<__trans phrase="templates" escape="js">', 'id', 'publish_templates_from_search', {}, '<__trans phrase="to publish" escape="js">'); return false;"
 
30
            accesskey="a"
 
31
            title="<__trans phrase="Publish selected templates (a)">"
 
32
            ><__trans phrase="Publish"></a>
 
33
    </mt:if>
 
34
    </mt:if>
 
35
    
25
36
    <mt:if name="template_type" eq="index">
26
37
        <a href="javascript:void(0)"
27
38
            onclick="doForMarkedInThisWindow(getByID('<$mt:var name="template_type" default="template"$>-listing-form'), '<__trans phrase="template" escape="js">', '<__trans phrase="templates" escape="js">', 'id', 'publish_index_templates', {}, '<__trans phrase="to publish" escape="js">'); return false;"