Show
Ignore:
Timestamp:
07/04/08 00:13:52 (17 months ago)
Author:
bchoate
Message:

Restored widget list actions. BugId:79874

Files:
1 modified

Legend:

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

    r2178 r2707  
    8888</mtapp:listing> 
    8989 
    90 <mt:setvarblock name="create_link"> 
     90<mt:SetVarBlock name="create_link"> 
    9191<p><a href="<mt:var name="script_url">?__mode=view&amp;_type=template&amp;type=widget&amp;blog_id=<mt:var name="blog_id">" class="icon-left icon-create"><__trans phrase="Create widget template"></a></p> 
    92 </mt:setvarblock> 
    93  
     92</mt:SetVarBlock> 
     93<mt:SetVarBlock name="label_singular"><__trans phrase='Widget Template'></mt:SetVarBlock> 
     94<mt:SetVarBlock name="label_plural"><__trans phrase='Widget Templates'></mt:SetVarBlock> 
    9495<mt:include name="include/template_table.tmpl" 
    9596    object_loop="$widget_table" 
    9697    template_type="widget" 
    97     object_label="<__trans phrase="Widget Template">" 
    98     object_label_plural="<__trans phrase="Widget Templates">" 
    99     template_type_label="<__trans phrase="Widget Templates">"> 
     98    has_list_actions="$widget_has_list_actions" 
     99    list_actions="$widget_list_actions" 
     100    more_list_actions="$widget_more_list_actions" 
     101    object_label="$label_singular" 
     102    object_label_plural="$label_plural" 
     103    template_type_label="$label_plural"> 
    100104 
    101105<mt:include name="include/footer.tmpl">