• Main Page
  • Modules
  • Classes
  • Files
  • File List

controllers/tab/settings/guidelines/form/GuidelinesForm.inc.php

00001 <?php
00002 
00016 // Import the base Form.
00017 import('controllers.tab.settings.form.PressSettingsForm');
00018 
00019 class GuidelinesForm extends PressSettingsForm {
00020 
00024    function GuidelinesForm($wizardMode = false) {
00025       $settings = array(
00026          'authorGuidelines' => 'string'
00027       );
00028 
00029       parent::PressSettingsForm($settings, 'controllers/tab/settings/guidelines/form/guidelinesForm.tpl', $wizardMode);
00030    }
00031 
00032 
00033    //
00034    // Implement template methods from Form.
00035    //
00039    function getLocaleFieldNames() {
00040       return array('authorGuidelines');
00041    }
00042 }
00043 
00044 ?>

Generated on Mon Sep 17 2012 13:58:56 for Open Monograph Press by  doxygen 1.7.1