Plugin Directory

Changeset 2314737


Ignore:
Timestamp:
05/29/2020 07:44:47 PM (6 years ago)
Author:
pcis
Message:

Additional minor text changes

Location:
zsquared-connector-for-zoho-inventory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • zsquared-connector-for-zoho-inventory/tags/1.0/templates/options.php

    r2314716 r2314737  
    149149    <div class="zspl-tab" id="zspl-tab-solist"<?php echo $showtab == 'solist' ? "" : ' style="display:none;"'; ?>>
    150150        <h2>Recently processed sales orders</h2>
     151        <?php if(!empty($orders)) : ?>
    151152        <table class="wp-list-table widefat fixed striped posts">
    152153            <thead>
    153154            <tr>
    154155                <th scope="col" class="manage-column">#</th>
    155                 <th scope="col" class="manage-column">Added to ZSquared</th>
     156                <th scope="col" class="manage-column">Processed at</th>
    156157                <th scope="col" class="manage-column">Customer</th>
    157158                <th scope="col" class="manage-column">Total</th>
     
    175176            <tr>
    176177                <th scope="col" class="manage-column">#</th>
    177                 <th scope="col" class="manage-column">Added to ZSquared</th>
     178                <th scope="col" class="manage-column">Processed at</th>
    178179                <th scope="col" class="manage-column">Customer</th>
    179180                <th scope="col" class="manage-column">Total</th>
     
    181182            </tr>
    182183            </tfoot>
    183 
    184184        </table>
     185        <?php else : ?>
     186            <p>No orders found</p>
     187        <?php endif; ?>
    185188    </div>
    186189</div>
  • zsquared-connector-for-zoho-inventory/trunk/templates/options.php

    r2314716 r2314737  
    149149    <div class="zspl-tab" id="zspl-tab-solist"<?php echo $showtab == 'solist' ? "" : ' style="display:none;"'; ?>>
    150150        <h2>Recently processed sales orders</h2>
     151        <?php if(!empty($orders)) : ?>
    151152        <table class="wp-list-table widefat fixed striped posts">
    152153            <thead>
    153154            <tr>
    154155                <th scope="col" class="manage-column">#</th>
    155                 <th scope="col" class="manage-column">Added to ZSquared</th>
     156                <th scope="col" class="manage-column">Processed at</th>
    156157                <th scope="col" class="manage-column">Customer</th>
    157158                <th scope="col" class="manage-column">Total</th>
     
    175176            <tr>
    176177                <th scope="col" class="manage-column">#</th>
    177                 <th scope="col" class="manage-column">Added to ZSquared</th>
     178                <th scope="col" class="manage-column">Processed at</th>
    178179                <th scope="col" class="manage-column">Customer</th>
    179180                <th scope="col" class="manage-column">Total</th>
     
    181182            </tr>
    182183            </tfoot>
    183 
    184184        </table>
     185        <?php else : ?>
     186            <p>No orders found</p>
     187        <?php endif; ?>
    185188    </div>
    186189</div>
Note: See TracChangeset for help on using the changeset viewer.