Exemplo n.º 1
0
<div id="form_views_page" class="wrap">
    <div class="frmicon icon32"><br/></div>
    <h2>
        <?php 
_e('Views', 'formidable');
?>
        <a href="#" class="add-new-h2" style="visibility:hidden;"><?php 
_e('Add New', 'formidable');
?>
</a>
    </h2>

    <?php 
if ($form) {
    FrmAppController::get_form_nav($form);
}
require FrmAppHelper::plugin_path() . '/classes/views/shared/errors.php';
FrmAppController::update_message('display collected data in lists, calendars, and other formats');
?>

    <img src="http://fp.strategy11.com/images/custom-display-settings.png" alt="Display" style="max-width:100%"/>

</div>
Exemplo n.º 2
0
</h2>

    <?php 
require FRM_VIEWS_PATH . '/shared/errors.php';
?>
    <?php 
require FRM_VIEWS_PATH . '/shared/nav.php';
?>
    <?php 
if ($form) {
    FrmAppController::get_form_nav($form->id, true);
}
?>

    <?php 
FrmAppController::update_message('view, search, export, and bulk delete your saved entries');
?>

    <?php 
if (!$form or $entry_count) {
    ?>
    <img src="<?php 
    echo FRM_URL;
    ?>
/screenshot-3.png" alt="Entries List" style="max-width:100%"/>
    <?php 
} else {
    ?>
    <table class="wp-list-table widefat post fixed" cellspacing="0">
        <thead>
            <tr><th class="manage-column" scope="col"> </th></tr>
Exemplo n.º 3
0
<div class="wrap">
    <div class="frm_report_icon icon32"><br/></div>
    <h2><?php 
_e('Form Statistics', 'formidable');
?>
</h2>

    <?php 
require FRM_VIEWS_PATH . '/shared/errors.php';
?>
    <?php 
require FRM_VIEWS_PATH . '/shared/nav.php';
?>
    <?php 
if ($form) {
    FrmAppController::get_form_nav($form, true);
}
?>

    <?php 
FrmAppController::update_message('view reports and statistics on your saved entries');
?>

    <img src="http://fp.strategy11.com/wp-content/themes/formidablepro/images/reports1.png" alt="Reports" style="max-width:100%"/>

</div>
Exemplo n.º 4
0
?>
 /> <?php 
_e('Append IP Address, Browser, and Referring URL to message', 'formidable');
?>
</label>

    <p><label for="plain_text_<?php 
echo $email_key;
?>
"><input type="checkbox" name="notification[<?php 
echo $email_key;
?>
][plain_text]" id="plain_text_<?php 
echo $email_key;
?>
" value="1" <?php 
checked($notification['plain_text'], 1);
?>
 /> <?php 
_e('Send Emails in Plain Text', 'formidable');
?>
</label></p>
<?php 
if (!$frm_vars['pro_is_installed']) {
    FrmAppController::update_message('send autoresponders or conditionally send email notifications');
}
do_action('frm_additional_form_notification_options', $values, compact('notification', 'email_key'));
?>
</td></tr>
</table>
</div>
Exemplo n.º 5
0
                <p><label class="frm_primary_label"><?php 
_e('After Fields', 'formidable');
?>
</label>
                <textarea name="options[after_html]" rows="3" class="frm_long_input"><?php 
echo FrmAppHelper::esc_textarea($values['after_html']);
?>
</textarea></p> 
            </div>
        </div>
        <div id="post_settings" class="post_settings tabs-panel" style="display:none;">
            <?php 
if ($frmpro_is_installed) {
    FrmProFormsController::post_options($values);
} else {
    FrmAppController::update_message('create and edit posts, pages, and custom post types through your forms');
}
?>
        </div>
        
        <?php 
foreach ($sections as $sec_name => $section) {
    if (isset($section['class'])) {
        call_user_func(array($section['class'], $section['function']), $values);
    } else {
        call_user_func(isset($section['function']) ? $section['function'] : $section, $values);
    }
}
?>
    
        <?php 
Exemplo n.º 6
0
    FrmProDisplaysController::mb_tags_box($id);
} else {
    ?>
        <div id="taxonomy-linkcategory" class="categorydiv">
            <ul id="category-tabs" class="category-tabs frm-category-tabs">
        		<li class="tabs" ><a href="#frm-insert-fields-box" id="frm_insert_fields_tab" ><?php 
    _e('Insert Fields', 'formidable');
    ?>
</a></li>
        		<li class="hide-if-no-js"><a href="#frm-html-tags" id="frm_html_tags_tab" ><?php 
    _e('HTML Tags', 'formidable');
    ?>
</a></li>
        	</ul>
        	<div id="frm-insert-fields-box" class="tabs-panel" style="max-height:none;padding-right:0;">
        	    <br/><br/>
                <?php 
    FrmAppController::update_message('insert field values into your messages');
    ?>
        	</div>
        	<?php 
    include FrmAppHelper::plugin_path() . '/classes/views/frm-forms/mb_html_tab.php';
    ?>
        </div>
<?php 
}
?>


</div>
</div>