Subversion Repositories SmartDukaan

Rev

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

Rev 6111 Rev 7372
Line 111... Line 111...
111
				#if($action.canViewReturnRequests())
111
				#if($action.canViewReturnRequests())
112
                <span>Return Request tickets:
112
                <span>Return Request tickets:
113
                    <a class="return-request-tickets" href="#">$action.getReturnRequestCount()</a>
113
                    <a class="return-request-tickets" href="#">$action.getReturnRequestCount()</a>
114
                </span>
114
                </span>
115
                <br />
115
                <br />
-
 
116
				#end
-
 
117
				#if($action.canViewLowInventoryCancellation())
-
 
118
                <span>Low Inventory Cancellation:
-
 
119
                    <a class="low-inventory-tickets" href="#">$action.getLowInventoryTicketsCount()</a>
-
 
120
                </span>
-
 
121
                <br />
116
                #end 
122
                #end 
117
				<br />
123
				<br />
118
				#if($action.canViewOrderCancellation())
124
				#if($action.canViewOrderCancellation())
119
				<span>Order Cancellation Tickets:
125
				<span>Order Cancellation Tickets:
120
					<a id="order-cancellation-tickets" href="#">$action.getOrderCancellationCount()</a>
126
					<a id="order-cancellation-tickets" href="#">$action.getOrderCancellationCount()</a>