Subversion Repositories SmartDukaan

Rev

Rev 14888 | Rev 15808 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14888 Rev 14889
Line 51... Line 51...
51
			<?php if(!empty($suborder['estimatedDeliveryDate'])):?>
51
			<?php if(!empty($suborder['estimatedDeliveryDate'])):?>
52
			<div class="row orderdetails">
52
			<div class="row orderdetails">
53
				<div class="col-xs-7">Delivery by</div>
53
				<div class="col-xs-7">Delivery by</div>
54
				<div class="col-xs-5"><?php echo formatOrderDate($suborder['estimatedDeliveryDate'],$suborder['storeId'],'edd');?></div>
54
				<div class="col-xs-5"><?php echo formatOrderDate($suborder['estimatedDeliveryDate'],$suborder['storeId'],'edd');?></div>
55
			</div>			
55
			</div>			
-
 
56
			<?php endif;?>
56
		<?php endif;?>
57
		<?php endif;?>
57
		<div class="row">
58
		<div class="row">
58
			<div class="col-xs-12 ordercontrols">
59
			<div class="col-xs-12 ordercontrols">
59
				<?php if(!empty($suborder['detailedStatus'])):?>
60
				<?php if(!empty($suborder['detailedStatus'])):?>
60
				<span class="label label-info <?php if(strlen($suborder['detailedStatus'])>50):?>hasmoretext<?php endif;?>" data-fulltext="<?php echo $suborder['detailedStatus'];?>"><?php echo $this->Text->truncate($suborder['detailedStatus'],50);?></span>
61
				<span class="label label-info <?php if(strlen($suborder['detailedStatus'])>50):?>hasmoretext<?php endif;?>" data-fulltext="<?php echo $suborder['detailedStatus'];?>"><?php echo $this->Text->truncate($suborder['detailedStatus'],50);?></span>