add.partial.phtml #1

  • //
  • main/
  • guest/
  • perforce_software/
  • chronicle/
  • main/
  • application/
  • content/
  • views/
  • scripts/
  • type/
  • add.partial.phtml
  • View
  • Commits
  • Open Download .zip Download (189 B)
<?
// render the form to collect dojo requires
$form = $this->form->render();

// include necessary dojo requires
print $this->dojo(array('extras', 'layers'));

// display form
print $form;
# Change User Description Committed
#1 16170 perforce_software Move Chronicle files to follow new path scheme for branching.
//guest/perforce_software/chronicle/application/content/views/scripts/type/add.partial.phtml
#1 8972 Matt Attaway Initial add of the Chronicle source code