Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
admin_table_filter.php
Go to the documentation of this file.
00001 <?php
00025 ?>
00026 <div class="left" style="width:75%">
00027 <p><?= $link_insert ?></p>
00028 <?= $formstart ?>
00029 <?= $input_where_query ?>
00030 <?= $table ?>
00031 <?= $input_edit?> <?= $input_delete ?> <?= $input_export_selected ?> <?= $input_export_all ?>
00032 <?= $formend ?>
00033 <div class="left"><?= $psummary ?></div><div class="right"><?= $pnavigation ?></div>
00034 <div class="clear"></div>
00035 </div>
00036 <div class="right" style="width:23%">
00037 <h2><?= $form_filters_title ?> <span style="cursor:help" title="<?= __('FiltersTooltip') ?>" class="tooltip">?</span></h2>
00038         <div class="at_filters"><?= $form_filters ?></div>
00039 </div>
00040 <div class="clear"></div>