View file application/modules/Core/views/scripts/admin-report/action.tpl
<?php
/**
* SocialEngine
*
* @category Application_Core
* @package Core
* @copyright Copyright 2006-2020 Webligo Developments
* @license http://www.socialengine.com/license/
* @version $Id: action.tpl 9747 2012-07-26 02:08:08Z john $
* @author John Boehr <j@webligo.com>
*/
?>
<?php echo $this->form->setAttrib('class', 'global_form_popup')->render($this) ?>
<?php if( @$this->closeSmoothbox ): ?>
<script type="text/javascript">
parent.Smoothbox.close();
</script>
<?php endif; ?>