File size: 722B
<?php
/**
* SocialEngine
*
* @category Application_Core
* @package Core
* @copyright Copyright 2006-2020 Webligo Developments
* @license http://www.socialengine.com/license/
* @version $Id: delete.tpl 9747 2012-07-26 02:08:08Z john $
* @author John
*/
?>
<?php if( $this->form ): ?>
<?php echo $this->form->render($this) ?>
<?php elseif( $this->status ): ?>
<div class="admin_popup_success_msg"><?php echo $this->translate("Deleted") ?></div>
<script type="text/javascript">
var name = '<?php echo $this->name ?>';
setTimeout(function() {
parent.scriptJquery('#admin_menus_item_' + name).remove();
parent.Smoothbox.close();
}, 500);
</script>
<?php endif; ?>