Пример #1
0
" />
               <?php 
}
?>

         </div>
         <div class="tablenav-pages">
            <?php 
OW_Utility::instance()->get_page_link($count_posts, $pagenum, $per_page);
?>
         </div>
      </div>
      <table class="wp-list-table widefat fixed posts" cellspacing="0" border=0>
         <thead>
            <?php 
$ow_history_service->get_table_header();
?>
         </thead>
         <tfoot>
            <?php 
$ow_history_service->get_table_header();
?>
         </tfoot>
         <tbody id="coupon-list">
            <?php 
if ($histories) {
    $count = 0;
    $start = ($pagenum - 1) * $per_page;
    $end = $start + $per_page;
    foreach ($histories as $row) {
        $workflow_name = "<a href='admin.php?page=oasiswf-admin&wf_id=" . $row->workflow_id . "'><strong>" . $row->wf_name;