File size: 760B
<?php
/**
* SocialEngine
*
* @category Application_Core
* @package Core
* @copyright Copyright 2006-2020 Webligo Developments
* @license http://www.socialengine.com/license/
* @version $Id: Edit.php 9747 2012-07-26 02:08:08Z john $
* @author Jung
*/
/**
* @category Application_Core
* @package Core
* @copyright Copyright 2006-2020 Webligo Developments
* @license http://www.socialengine.com/license/
*/
class Core_Form_Admin_Ads_Edit extends Core_Form_Admin_Ads_Create
{
public function init()
{
parent::init();
$this->setTitle('Edit Advertising Campaign');
$this->setDescription('Follow this guide to design and launch a new advertising campaign.');
$this->submit->setLabel('Save Changes');
}
}