| Line 48... |
Line 48... |
| 48 |
<?php endif;?>
|
48 |
<?php endif;?>
|
| 49 |
<?php endif;?>
|
49 |
<?php endif;?>
|
| 50 |
<div class="row">
|
50 |
<div class="row">
|
| 51 |
<div class="col-xs-12 ordercontrols">
|
51 |
<div class="col-xs-12 ordercontrols">
|
| 52 |
<?php if(!empty($suborder['detailedStatus'])):?>
|
52 |
<?php if(!empty($suborder['detailedStatus'])):?>
|
| 53 |
<span class="label label-info"><?php echo $suborder['detailedStatus'];?></span>
|
53 |
<span class="label label-info <?php if(strlen($suborder['detailedStatus'])>20):?>hasmoretext<?php endif;?>" data-fulltext="<?php echo $suborder['detailedStatus'];?>"><?php echo $this->Text->truncate($suborder['detailedStatus'],20);?></span>
|
| 54 |
<?php endif;?>
|
54 |
<?php endif;?>
|
| 55 |
</div>
|
55 |
</div>
|
| 56 |
<div class="col-xs-12 ordercontrols">
|
56 |
<div class="col-xs-12 ordercontrols">
|
| 57 |
<?php if($suborder['detailedStatus']!='Cancelled' && $suborder['detailedStatus']!='Delivered' && !empty($suborder['trackingUrl'])):?>
|
57 |
<?php if($suborder['detailedStatus']!='Cancelled' && $suborder['detailedStatus']!='Delivered' && !empty($suborder['trackingUrl'])):?>
|
| 58 |
<a href="<?php echo $suborder['trackingUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Track My Order</button></a>
|
58 |
<a href="<?php echo $suborder['trackingUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Track My Order</button></a>
|