Changeset 2314737
- Timestamp:
- 05/29/2020 07:44:47 PM (6 years ago)
- Location:
- zsquared-connector-for-zoho-inventory
- 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-inventory/tags/1.0/templates/options.php
r2314716 r2314737 149 149 <div class="zspl-tab" id="zspl-tab-solist"<?php echo $showtab == 'solist' ? "" : ' style="display:none;"'; ?>> 150 150 <h2>Recently processed sales orders</h2> 151 <?php if(!empty($orders)) : ?> 151 152 <table class="wp-list-table widefat fixed striped posts"> 152 153 <thead> 153 154 <tr> 154 155 <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> 156 157 <th scope="col" class="manage-column">Customer</th> 157 158 <th scope="col" class="manage-column">Total</th> … … 175 176 <tr> 176 177 <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> 178 179 <th scope="col" class="manage-column">Customer</th> 179 180 <th scope="col" class="manage-column">Total</th> … … 181 182 </tr> 182 183 </tfoot> 183 184 184 </table> 185 <?php else : ?> 186 <p>No orders found</p> 187 <?php endif; ?> 185 188 </div> 186 189 </div> -
zsquared-connector-for-zoho-inventory/trunk/templates/options.php
r2314716 r2314737 149 149 <div class="zspl-tab" id="zspl-tab-solist"<?php echo $showtab == 'solist' ? "" : ' style="display:none;"'; ?>> 150 150 <h2>Recently processed sales orders</h2> 151 <?php if(!empty($orders)) : ?> 151 152 <table class="wp-list-table widefat fixed striped posts"> 152 153 <thead> 153 154 <tr> 154 155 <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> 156 157 <th scope="col" class="manage-column">Customer</th> 157 158 <th scope="col" class="manage-column">Total</th> … … 175 176 <tr> 176 177 <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> 178 179 <th scope="col" class="manage-column">Customer</th> 179 180 <th scope="col" class="manage-column">Total</th> … … 181 182 </tr> 182 183 </tfoot> 183 184 184 </table> 185 <?php else : ?> 186 <p>No orders found</p> 187 <?php endif; ?> 185 188 </div> 186 189 </div>
Note: See TracChangeset
for help on using the changeset viewer.