/**
 * @file
 *
 * 	EasyContactFormsCustomFormsEntries main form html template
 *
 * 	@see EasyContactFormsCustomFormsEntries::getMainForm()
 */
/*  Copyright championforms.com, 2012-2013 | http://championforms.com  
 * -----------------------------------------------------------
 * Easy Contact Forms
 *
 * This product is distributed under terms of the GNU General Public License. http://www.gnu.org/licenses/gpl-2.0.txt.
 * 
 */
EasyContactFormsLayout::getFormHeader('ufo-formpage ufo-mainform ufo-' . strtolower($obj->type));
echo EasyContactFormsUtils::getTypeFormDescription($obj->getId(), 'CustomFormsEntries', 'id', 'Entry id:%d');
EasyContactFormsLayout::getFormHeader2Body();
?>
  <div>
    <?php 
EasyContactFormsLayout::getTabHeader(array('GeneralInfo', 'CustomFormEntryFiles'), 'top');
?>
    <div class='ufo-tab-wrapper ufo-tab-top'>
      <div id='GeneralInfo' class='ufo-tabs ufo-tab ufo-active'>
        <div>
          <div style='width:100%'>
            <label><?php 
echo EasyContactFormsT::get('CustomForm');
?>
</label>
            <span>
/**
 * @file
 *
 * 	EasyContactFormsContactTypes main form html template
 *
 * 	@see EasyContactFormsContactTypes::getMainForm()
 */
/*  Copyright championforms.com, 2012-2013 | http://championforms.com  
 * -----------------------------------------------------------
 * Easy Contact Forms
 *
 * This product is distributed under terms of the GNU General Public License. http://www.gnu.org/licenses/gpl-2.0.txt.
 * 
 */
EasyContactFormsLayout::getFormHeader('ufo-formpage ufo-simple ufo-mainform ufo-' . strtolower($obj->type));
echo EasyContactFormsUtils::getTypeFormDescription($obj->getId(), 'ContactTypes');
EasyContactFormsLayout::getFormHeader2Body();
?>
  <div>
    <div>
      <label for='Description'>
        <?php 
echo EasyContactFormsT::get('Description');
?>
        <span class='mandatoryast'>*</span>
      </label>
      <input type='text' id='Description' value='<?php 
echo $obj->get('Description');
?>
' class='textinput ufo-text ufo-formvalue' style='width:100%'/>
      <input type='hidden' value='var c = {};c.id = "Description";c.events = {};c.events.blur = [];c.minmax={};c.minmax.msg=AppMan.resources.ValueLengthShouldBeLessThan;c.minmax.args=[];c.minmax.args.push("200");c.max="200";c.events.blur.push("minmax");c.required={};c.required.msg=AppMan.resources.ThisFieldIsRequired;c.events.blur.push("required");c.InvalidCSSClass = "ufo-fields-invalid-field";AppMan.addValidation(c);' class='ufo-eval'/>
/**
 * @file
 *
 * 	EasyContactFormsUsers main form html template
 *
 * 	@see EasyContactFormsUsers::getMainForm()
 */
/*  Copyright championforms.com, 2012-2013 | http://championforms.com  
 * -----------------------------------------------------------
 * Easy Contact Forms
 *
 * This product is distributed under terms of the GNU General Public License. http://www.gnu.org/licenses/gpl-2.0.txt.
 * 
 */
EasyContactFormsLayout::getFormHeader('ufo-formpage ufo-mainform ufo-' . strtolower($obj->type));
echo EasyContactFormsUtils::getTypeFormDescription($obj->getId(), 'Users', 'Description,Name', '%s, %s');
EasyContactFormsLayout::getFormHeader2Body();
?>
  <div>
    <?php 
EasyContactFormsLayout::getTabHeader(array('GeneralInfo', 'ContactInfo', 'History', 'More'), 'top');
?>
    <div class='ufo-tab-wrapper ufo-tab-top'>
      <div id='GeneralInfo' class='ufo-tabs ufo-tab ufo-active'>
        <div>
          <div class='ufo-float-left ufo-width50'>
            <div>
              <label for='Description'>
                 <?php 
echo EasyContactFormsT::get('LastName');
?>
/**
 * @file
 *
 * 	EasyContactFormsApplicationSettings main form html template
 *
 * 	@see EasyContactFormsApplicationSettings::getMainForm()
 */
/*  Copyright championforms.com, 2012-2013 | http://championforms.com  
 * -----------------------------------------------------------
 * Easy Contact Forms
 *
 * This product is distributed under terms of the GNU General Public License. http://www.gnu.org/licenses/gpl-2.0.txt.
 * 
 */
EasyContactFormsLayout::getFormHeader('ufo-formpage ufo-mainform ufo-' . strtolower($obj->type));
echo EasyContactFormsUtils::getTypeFormDescription($obj->getId(), 'ApplicationSettings');
EasyContactFormsLayout::getFormHeader2Body();
?>
  <div>
    <?php 
EasyContactFormsLayout::getTabHeader(array('GeneralSettings', 'AdditionalSettings', 'TinyMCESettings'), 'top');
?>
    <div class='ufo-tab-wrapper ufo-tab-top'>
      <div id='GeneralSettings' class='ufo-tabs ufo-tab ufo-active'>
        <div class='ufo-float-left ufo-width50'>
          <label for='ShowPoweredBy'><?php 
echo EasyContactFormsT::get('ShowPoweredBy');
?>
</label>
          <input type='checkbox' id='ShowPoweredBy' value='<?php 
echo $obj->ShowPoweredBy;
 * 	EasyContactFormsUsers AS form html template
 *
 * 	@see EasyContactFormsUsers::getASForm()
 */
/*  Copyright championforms.com, 2012-2013 | http://championforms.com  
 * -----------------------------------------------------------
 * Easy Contact Forms
 *
 * This product is distributed under terms of the GNU General Public License. http://www.gnu.org/licenses/gpl-2.0.txt.
 * 
 */
?>
  <div class='ufo-as-form ufo-users'>
    <div class='ufo-as-list-hidden'>
      <?php 
echo EasyContactFormsUtils::getTypeFormDescription($obj->getId(), 'Users', 'Name,Description');
?>
    </div>
    <?php 
if (!$obj->isEmpty('ContactTypeDescription')) {
    ?>
      <div>
        <label><?php 
    echo EasyContactFormsT::get('ContactType');
    ?>
</label>
        <?php 
    echo $obj->get('ContactTypeDescription');
    ?>
      </div>
    <?php