Changeset 1107:3943962d69b8 for plugins/attachments
- Timestamp:
- 02/27/13 11:48:32 (13 years ago)
- Branch:
- sexy
- Parents:
- 880:02c78f56f430 (diff), 1105:ce855d61f9ce (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- plugins/attachments
- Files:
-
- 4 edited
-
_admin.php (modified) (1 diff)
-
_admin.php (modified) (1 diff)
-
_public.php (modified) (1 diff)
-
_public.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/attachments/_admin.php
r416 r1107 11 11 # -- END LICENSE BLOCK ----------------------------------------- 12 12 if (!defined('DC_CONTEXT_ADMIN')) { return; } 13 13 /* 14 14 $core->addBehavior ('adminPostFormSidebar',array('attachmentAdmin','adminPostFormSidebar')); 15 15 $core->addBehavior ('adminPostAfterForm',array('attachmentAdmin','adminPostAfterForm')); 16 16 */ 17 17 class attachmentAdmin 18 18 { -
plugins/attachments/_admin.php
r416 r1107 11 11 # -- END LICENSE BLOCK ----------------------------------------- 12 12 if (!defined('DC_CONTEXT_ADMIN')) { return; } 13 13 /* 14 14 $core->addBehavior ('adminPostFormSidebar',array('attachmentAdmin','adminPostFormSidebar')); 15 15 $core->addBehavior ('adminPostAfterForm',array('attachmentAdmin','adminPostAfterForm')); 16 16 */ 17 17 class attachmentAdmin 18 18 { -
plugins/attachments/_public.php
r852 r1107 89 89 $if = array(); 90 90 91 $operator = isset($attr['operator']) ? $this->getOperator($attr['operator']) : '&&';91 $operator = isset($attr['operator']) ? dcTemplate::getOperator($attr['operator']) : '&&'; 92 92 93 93 if (isset($attr['is_image'])) { -
plugins/attachments/_public.php
r944 r1107 13 13 14 14 # Attachments 15 $core->tpl->addBlock('Attachments',array('attachmentTpl','Attachments'));15 /*$core->tpl->addBlock('Attachments',array('attachmentTpl','Attachments')); 16 16 $core->tpl->addBlock('AttachmentsHeader',array('attachmentTpl','AttachmentsHeader')); 17 17 $core->tpl->addBlock('AttachmentsFooter',array('attachmentTpl','AttachmentsFooter')); … … 29 29 30 30 $core->addBehavior('tplIfConditions',array('attachmentBehavior','tplIfConditions')); 31 31 */ 32 32 class attachmentTpl { 33 33
Note: See TracChangeset
for help on using the changeset viewer.
