Index: branches/unlabeled/unlabeled-1.27.2/core/units/admin/admin_tag_processor.php =================================================================== diff -u -r6865 -r6867 --- branches/unlabeled/unlabeled-1.27.2/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 6865) +++ branches/unlabeled/unlabeled-1.27.2/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 6867) @@ -534,10 +534,20 @@ return $o; } + /** + * Allows to set popup size (key - current template name) + * + * @param Array $params + */ function SetPopupSize($params) { } + + function UsePopups($params) + { + return true; + } } ?> \ No newline at end of file