Changeset 3219 for trunk/tmpl/cms/include/template_table.tmpl
- Timestamp:
- 12/03/08 07:58:25 (12 months ago)
- Files:
-
- 1 modified
-
trunk/tmpl/cms/include/template_table.tmpl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tmpl/cms/include/template_table.tmpl
r3082 r3219 31 31 <mt:else if name="template_type" eq="archive"> 32 32 <a href="javascript:void(0)" 33 onclick="doForMarkedInThisWindow(getByID('<$mt:var name="template_type" default="template" $>-listing-form'), '<__trans phrase="template" escape="js">', '<__trans phrase="templates" escape="js">', 'id', 'publish_archive_templates', {}, '<__trans phrase="to publish" escape="js">'); return false;"33 onclick="doForMarkedInThisWindow(getByID('<$mt:var name="template_type" default="template" escape="html"$>-listing-form'), '<__trans phrase="template" escape="js">', '<__trans phrase="templates" escape="js">', 'id', 'publish_archive_templates', {}, '<__trans phrase="to publish" escape="js">'); return false;" 34 34 accesskey="a" 35 35 title="<__trans phrase="Publish selected templates (a)">" … … 74 74 <tbody> 75 75 </mt:if> 76 <tr class="<mt:if name="__odd__">odd<mt:else>even</mt:if> template-<$mt:var name="template_type" default="template" $>">76 <tr class="<mt:if name="__odd__">odd<mt:else>even</mt:if> template-<$mt:var name="template_type" default="template" escape="html"$>"> 77 77 <td class="cb"><input type="checkbox" name="id" class="select" value="<mt:var name="id">" /></td> 78 78 <td class="template-name"><a href="<mt:var name="script_url">?__mode=view&_type=template&id=<mt:var name="id">&blog_id=<mt:var name="blog_id">"><mt:var name="name" escape="html"></a></td> … … 139 139 <mt:else> 140 140 <mt:if name="blog_id"> 141 <div id="<$mt:var name="template_type" default="template" $>-listing" class="listing zero-state-listing zero-state">141 <div id="<$mt:var name="template_type" default="template" escape="html"$>-listing" class="listing zero-state-listing zero-state"> 142 142 <div class="listing-header"> 143 143 <$mt:var name="listing_header"$>
