~ubuntu-branches/debian/squeeze/movabletype-opensource/squeeze

« back to all changes in this revision

Viewing changes to tmpl/cms/list_category.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2008-07-23 22:56:37 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723225637-zsorczl9nhy0t8ap
Tags: 4.2~rc4-1
* New upstream release
* Include SendMailPath explicitly as in some cases it seems
  to be required (closes: #491618)
* Add versioned Depends on libclass-trigger-perl (>= 0.13-1)
  as the version in etch is not compatible with MT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
                    <a href="javascript:void(0)" onclick="return doExpand(<mt:var name="category_id">)" title="<__trans phrase="Expand">"><img alt="<__trans phrase="Expand">" src="<mt:var name="static_uri">images/status_icons/expand.gif" width="9" height="9" class="expcol" /></a>
231
231
    </mt:if>
232
232
</mt:if>
233
 
                    <div style="margin-left: <mt:var name="category_pixel_depth">px;"><a href="<mt:var name="script_url">?__mode=view&amp;_type=<mt:var name="object_type">&amp;blog_id=<mt:var name="blog_id">&amp;id=<mt:var name="category_id">"><mt:var name="category_label_full"></a></div>
 
233
                    <div style="margin-left: <mt:var name="category_pixel_depth">px;"><a href="<mt:var name="script_url">?__mode=view&amp;_type=<mt:var name="object_type" escape="url">&amp;blog_id=<mt:var name="blog_id" escape="url">&amp;id=<mt:var name="category_id" escape="url">"><mt:var name="category_label_full"></a></div>
234
234
                </td>
235
235
                <td id="action-<mt:var name="category_id">" class="actions">
236
236
                    <a href="javascript:void(0)" onclick="return setCreateMode(<mt:var name="category_id">)" class="icon-left icon-create" title="<__trans phrase="Create Subcategory">"><__trans phrase="Create"></a>
239
239
                <td class="entry">
240
240
<mt:if name="category_entrycount">
241
241
    <mt:if name="can_edit_entries">
242
 
                    <a href="<mt:var name="script_url">?__mode=list_entries&amp;_type=<mt:var name="entry_type">&amp;blog_id=<mt:var name="blog_id">&amp;filter=category_id&amp;filter_val=<mt:var name="category_id">"><__trans phrase="[quant,_1,entry,entries]" params="<mt:var name="category_entrycount">"></a>
 
242
                    <a href="<mt:var name="script_url">?__mode=list_entries&amp;_type=<mt:var name="entry_type" escape="url">&amp;blog_id=<mt:var name="blog_id" escape="url">&amp;filter=category_id&amp;filter_val=<mt:var name="category_id" escape="url">"><__trans phrase="[quant,_1,entry,entries]" params="<mt:var name="category_entrycount">"></a>
243
243
    <mt:else>
244
244
                    <__trans phrase="[quant,_1,entry,entries]" params="<mt:var name="category_entrycount">">
245
245
    </mt:if>
249
249
<mt:if name="has_tb">
250
250
    <mt:if name="category_tbcount">
251
251
        <mt:if name="can_edit_entries">
252
 
                    <a href="<mt:var name="script_url">?__mode=list_pings&amp;filter=<$mt:var name="object_type"$>_id&amp;blog_id=<mt:var name="blog_id">&amp;filter_val=<mt:var name="category_id">">
 
252
                    <a href="<mt:var name="script_url">?__mode=list_pings&amp;filter=<mt:var name="object_type" escape="url">_id&amp;blog_id=<mt:var name="blog_id" escape="url">&amp;filter_val=<mt:var name="category_id" escape="url">">
253
253
                        <__trans phrase="[quant,_1,TrackBack,TrackBacks]" params="<mt:var name="category_tbcount">">
254
254
                    </a>
255
255
        </mt:if>
272
272
                            label_class="inline field-no-header"
273
273
                            hint=""
274
274
                            show_hint="0">
275
 
                            <input type="text" name="category-new-parent-<mt:var name="category_id">" id="category-new-parent-<mt:var name="category_id">" value="" maxlength="100"/>
 
275
                            <input type="text" name="category-new-parent-<mt:var name="category_id" escape="html">" id="category-new-parent-<mt:var name="category_id" escape="html">" value="" maxlength="100"/>
276
276
                        </mtapp:setting>
277
277
                        <mtapp:setting
278
278
                            id="actions"
303
303
        <input type="hidden" name="__mode" value="save_cat" />
304
304
        <input type="hidden" name="_type" value="category" />
305
305
        <input type="hidden" name="return_args" value="<$mt:var name="return_args" escape="html"$>" />
306
 
        <input type="hidden" name="blog_id" value="<$mt:var name="blog_id"$>" />
 
306
        <input type="hidden" name="blog_id" value="<$mt:var name="blog_id" escape="html"$>" />
307
307
        <input type="hidden" name="magic_token" value="<$mt:var name="magic_token"$>" />
308
308
        <table width="100%">
309
309
            <tr id="create-0" class="create-row create-inline">