Exemplo n.º 1
0
<?php

FrmFormsHelper::get_template_dropdown($all_templates);
?>

<h3><?php 
_e('Default Templates', 'formidable');
?>
</h3>
<table class="widefat post fixed" id="posts-filter" cellspacing="0">
    <thead>
    <tr>
        <th class="manage-column" width="30%"><?php 
_e('Name');
?>
</th>
        <th class="manage-column"><?php 
_e('Description');
?>
</th>
    </tr>
    </thead>
<?php 
if (empty($default_templates)) {
    ?>
    <tr><td colspan="2"><?php 
    _e('No Templates Found', 'formidable');
    ?>
</td></tr>
<?php 
} else {