Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Tue, Nov 11, 9:22 AM

in-portal

Index: branches/unlabeled/unlabeled-1.4.4/core/admin_templates/categories/ci_blocks.tpl
===================================================================
--- branches/unlabeled/unlabeled-1.4.4/core/admin_templates/categories/ci_blocks.tpl (nonexistent)
+++ branches/unlabeled/unlabeled-1.4.4/core/admin_templates/categories/ci_blocks.tpl (revision 6131)
@@ -0,0 +1,47 @@
+<inp2:m_DefineElement name="status_mark">
+ <inp2:m_if check="FieldEquals" name="$field" value="1">
+ <img src="img/ic_<inp2:m_param name="type"/>.gif" title="<inp2:m_phrase label="la_{$type}"/>" width="11" height="11" align="absmiddle" />
+ </inp2:m_if>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="grid_catitem_td" format="" no_special="">
+ <td valign="top" class="text">
+ <inp2:Field field="$field" grid="$grid" no_special="$no_special" format="$format" cut_first="100"/>
+ <inp2:m_if check="FieldEquals" field="Priority" value="0" inverse="inverse">
+ <span class="priority"><sup><inp2:Field field="Priority"/></sup></span>
+ </inp2:m_if>
+ <inp2:m_RenderElement name="status_mark" field="EditorsPick" type="pick" PrefixSpecial="$PrefixSpecial"/>
+ <inp2:m_RenderElement name="status_mark" field="IsPop" type="pop" PrefixSpecial="$PrefixSpecial"/>
+ <inp2:m_RenderElement name="status_mark" field="IsNew" type="new" PrefixSpecial="$PrefixSpecial"/>
+ <inp2:m_RenderElement name="status_mark" field="IsHot" type="hot" PrefixSpecial="$PrefixSpecial"/>
+ </td>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="grid_category_td" format="" no_special="">
+ <td valign="top" class="text">
+ <inp2:CategoryName />
+ </td>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="no_perm_grid" prefix="" perm_label="">
+ <table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder_full" height="200">
+ <tr class="table_color1">
+ <td align="center" valign="middle" class="text">
+ <inp2:m_phrase name="$perm_label"/>
+ </td>
+ </tr>
+ </table>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="inp_edit_relation">
+ <tr class="<inp2:m_odd_even odd="table_color1" even="table_color2"/>">
+ <inp2:m_ParseBlock name="inp_edit_field_caption" prefix="$prefix" field="$field" title="$title"/>
+ <td valign="top" class="text">
+ <inp2:m_if check="{$prefix}_Field" field="$field">
+ <img src="<inp2:$prefix_ModulePath />img/itemicons/<inp2:$prefix_ItemIcon grid="Default"/>" align="absmiddle"/>
+ <inp2:$prefix_Field field="ItemName" no_special="1"/> (<inp2:$prefix_Field field="ItemType"/>)
+ </inp2:m_if>
+ </td>
+ <td class="error"><inp2:$prefix_Error field="$field"/>&nbsp;</td>
+ </tr>
+</inp2:m_DefineElement>
\ No newline at end of file
Property changes on: branches/unlabeled/unlabeled-1.4.4/core/admin_templates/categories/ci_blocks.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.4
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property

Event Timeline