Show
Ignore:
Timestamp:
04/04/08 20:05:22 (20 months ago)
Author:
bchoate
Message:

Fixed itemset actions to work for template listing screen. BugId:74595

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-33/tmpl/cms/include/itemset_action_widget.tmpl

    r1309 r1772  
    2525</select> 
    2626</div> 
    27 <a href="javascript:void(0)" class="small-button" onclick="doPluginAction(getByID('<$mt:var name="object_type"$>-listing-form'), '<mt:if name="object_label_plural"><mt:var name="object_label_plural" escape="js"></mt:if>', '<__trans phrase="to act upon" escape="js">'); return false;"><__trans phrase="Go"></a> 
     27<a href="javascript:void(0)" class="small-button" onclick="doPluginAction(getByID('<mt:if name="form_id"><mt:var name="form_id"><mt:else><$mt:var name="object_type"$>-listing-form</mt:if>'), '<mt:if name="object_label_plural"><mt:var name="object_label_plural" escape="js"></mt:if>', '<__trans phrase="to act upon" escape="js">'); return false;"><__trans phrase="Go"></a> 
    2828</mt:if>