EditBranch.php #1

  • //
  • guest/
  • perforce_software/
  • chronicle/
  • main/
  • application/
  • site/
  • forms/
  • EditBranch.php
  • View
  • Commits
  • Open Download .zip Download (526 B)
<?php
/**
 * Form to edit site branches.
 *
 * @copyright   2011 Perforce Software. All rights reserved.
 * @license     Please see LICENSE.txt in top-level folder of this distribution.
 * @version     <release>/<patch>
 */
class Site_Form_EditBranch extends Site_Form_Branch
{
    /**
     * Setup form to collect branch information.
     * Customise the parent label for the edit form.
     */
    public function init()
    {
        parent::init();
        
        $this->getElement('parent')->setLabel('Parent');
    }
}
# Change User Description Committed
#1 16170 perforce_software Move Chronicle files to follow new path scheme for branching.
//guest/perforce_software/chronicle/application/site/forms/EditBranch.php
#1 8972 Matt Attaway Initial add of the Chronicle source code