Changeset 3082 for trunk/tmpl/cms/include/template_table.tmpl
- Timestamp:
- 10/03/08 01:07:01 (14 months ago)
- Files:
-
- 1 modified
-
trunk/tmpl/cms/include/template_table.tmpl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tmpl/cms/include/template_table.tmpl
r2934 r3082 25 25 <mt:if name="template_type" eq="index"> 26 26 <a href="javascript:void(0)" 27 onclick="doForMarkedInThisWindow(getByID('<$mt:var name="template_type" $>-listing-form'), '<__trans phrase="template" escape="js">', '<__trans phrase="templates" escape="js">', 'id', 'publish_index_templates', {}, '<__trans phrase="to publish" escape="js">'); return false;"27 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;" 28 28 accesskey="a" 29 29 title="<__trans phrase="Publish selected templates (a)">" … … 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" $>-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"$>-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)">" … … 37 37 </mt:if> 38 38 <a href="javascript:void(0)" 39 onclick="doRemoveItems(getByID('<$mt:var name="template_type" $>-listing-form'), '<__trans phrase="template" escape="js">', '<__trans phrase="templates" escape="js">'); return false;"39 onclick="doRemoveItems(getByID('<$mt:var name="template_type" default="template"$>-listing-form'), '<__trans phrase="template" escape="js">', '<__trans phrase="templates" escape="js">'); return false;" 40 40 accesskey="x" 41 41 title="<__trans phrase="Delete selected [_1] (x)" params="<$mt:var name="object_label_plural"$>">" … … 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" $>">76 <tr class="<mt:if name="__odd__">odd<mt:else>even</mt:if> template-<$mt:var name="template_type" default="template"$>"> 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" $>-listing" class="listing zero-state-listing zero-state">141 <div id="<$mt:var name="template_type" default="template"$>-listing" class="listing zero-state-listing zero-state"> 142 142 <div class="listing-header"> 143 143 <$mt:var name="listing_header"$>
