Changeset 3219 for trunk/tmpl/cms/list_template.tmpl
- Timestamp:
- 12/03/08 07:58:25 (12 months ago)
- Files:
-
- 1 modified
-
trunk/tmpl/cms/list_template.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tmpl/cms/list_template.tmpl
r3082 r3219 71 71 function init() { 72 72 <mt:loop name="template_type_loop"> 73 tableSelect.push(new TC.TableSelect( '<mt:var name="template_type" >-listing-table' ));73 tableSelect.push(new TC.TableSelect( '<mt:var name="template_type" escape="html">-listing-table' )); 74 74 tableSelect[tableSelect.length-1].rowSelect = true; 75 75 </mt:loop>
