/**
 * @file
 *
 * 	EasyContactFormsCustomFormsEntries main view html template
 *
 * 	@see EasyContactFormsCustomFormsEntries ::getMainView()
 */
/*  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-mainview ufo-' . strtolower($obj->type));
echo EasyContactFormsUtils::getViewDescriptionLabel(EasyContactFormsT::get('CustomFormsEntries'));
EasyContactFormsLayout::getFormHeader2Body();
?>
  <div>
    <div class='buttons'>
      <div class='ufo-float-left'>
        <?php 
EasyContactFormsIHTML::getScroller($obj);
?>
      </div>
      <div class='ufo-float-left'>
        <?php 
echo EasyContactFormsIHTML::getButton(array('title' => EasyContactFormsT::get('Delete'), 'events' => " onclick='ufo.mdelete({$obj->jsconfig}, {$obj->mdeleteconfig})'", 'iclass' => " class='icon_button_delete' ", 'bclass' => "ufo-imagebutton"));
?>
      </div>
      <div class='ufo-float-left'>
/**
 * @file
 *
 * 	EasyContactFormsContactTypes main view html template
 *
 * 	@see EasyContactFormsContactTypes ::getMainView()
 */
/*  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-mainview ufo-' . strtolower($obj->type));
echo EasyContactFormsUtils::getViewDescriptionLabel(EasyContactFormsT::get('ContactTypes'));
EasyContactFormsLayout::getFormHeader2Body();
?>
  <div>
    <div class='buttons'>
      <div class='ufo-float-left'>
        <?php 
EasyContactFormsIHTML::getScroller($obj);
?>
      </div>
      <div class='ufo-float-left'>
        <?php 
echo EasyContactFormsIHTML::getButton(array('title' => EasyContactFormsT::get('Delete'), 'events' => " onclick='ufo.mdelete({$obj->jsconfig})'", 'iclass' => " class='icon_button_delete' ", 'bclass' => "ufo-imagebutton"));
?>
      </div>
      <div class='ufo-float-left'>
/**
 * @file
 *
 * 	EasyContactFormsDashBoard DashBoard form html template
 *
 * 	@see EasyContactFormsDashBoard::getDashBoardForm()
 */
/*  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-dashboardform ufo-' . strtolower($obj->type));
echo EasyContactFormsUtils::getViewDescriptionLabel(EasyContactFormsT::get('DashBoard'));
EasyContactFormsLayout::getFormHeader2Body();
?>
  <div>
    <div>
      <div style='width:300px;float:left'>
        <div class='ufo-dashboard-header'>
          <?php 
echo EasyContactFormsT::get('UserStatistics');
?>
        </div>
        <div>
          <?php 
$obj->getUserStatistics();
?>
        </div>