Changeset 2314736
- Timestamp:
- 05/29/2020 07:44:25 PM (6 years ago)
- Location:
- zsquared-connector-for-zoho-crm
- Files:
-
- 2 edited
-
tags/1.0/templates/options.php (modified) (3 diffs)
-
trunk/templates/options.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zsquared-connector-for-zoho-crm/tags/1.0/templates/options.php
r2314718 r2314736 163 163 <div class="zspl-tab" id="zspl-tab-solist"<?php echo $showtab == 'solist' ? "" : ' style="display:none;"'; ?>> 164 164 <h2>Recently processed sales orders</h2> 165 <?php if(!empty($orders)) : ?> 165 166 <table class="wp-list-table widefat fixed striped posts"> 166 167 <thead> 167 168 <tr> 168 169 <th scope="col" class="manage-column">#</th> 169 <th scope="col" class="manage-column"> Added to ZSquared</th>170 <th scope="col" class="manage-column">Processed at</th> 170 171 <th scope="col" class="manage-column">Customer</th> 171 172 <th scope="col" class="manage-column">Total</th> … … 189 190 <tr> 190 191 <th scope="col" class="manage-column">#</th> 191 <th scope="col" class="manage-column"> Added to ZSquared</th>192 <th scope="col" class="manage-column">Processed at</th> 192 193 <th scope="col" class="manage-column">Customer</th> 193 194 <th scope="col" class="manage-column">Total</th> … … 195 196 </tr> 196 197 </tfoot> 197 198 198 </table> 199 <?php else : ?> 200 <p>No orders found</p> 201 <?php endif; ?> 199 202 </div> 200 203 </div> -
zsquared-connector-for-zoho-crm/trunk/templates/options.php
r2314718 r2314736 163 163 <div class="zspl-tab" id="zspl-tab-solist"<?php echo $showtab == 'solist' ? "" : ' style="display:none;"'; ?>> 164 164 <h2>Recently processed sales orders</h2> 165 <?php if(!empty($orders)) : ?> 165 166 <table class="wp-list-table widefat fixed striped posts"> 166 167 <thead> 167 168 <tr> 168 169 <th scope="col" class="manage-column">#</th> 169 <th scope="col" class="manage-column"> Added to ZSquared</th>170 <th scope="col" class="manage-column">Processed at</th> 170 171 <th scope="col" class="manage-column">Customer</th> 171 172 <th scope="col" class="manage-column">Total</th> … … 189 190 <tr> 190 191 <th scope="col" class="manage-column">#</th> 191 <th scope="col" class="manage-column"> Added to ZSquared</th>192 <th scope="col" class="manage-column">Processed at</th> 192 193 <th scope="col" class="manage-column">Customer</th> 193 194 <th scope="col" class="manage-column">Total</th> … … 195 196 </tr> 196 197 </tfoot> 197 198 198 </table> 199 <?php else : ?> 200 <p>No orders found</p> 201 <?php endif; ?> 199 202 </div> 200 203 </div>
Note: See TracChangeset
for help on using the changeset viewer.