Subversion Repositories SmartDukaan

Rev

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

Rev 27763 Rev 27819
Line 381... Line 381...
381
	    				 #end
381
	    				 #end
382
	    			
382
	    			
383
	    				
383
	    				
384
	    		    </tbody>
384
	    		    </tbody>
385
	    		</table>
385
	    		</table>
-
 
386
	    		
-
 
387
	    		
-
 
388
	    		
386
					
389
					
387
			 </div>
390
			 </div>
388
			</div>
391
			</div>
389
			
392
			
390
			#end
393
			#end
Line 522... Line 525...
522
	    		    </tbody>
525
	    		    </tbody>
523
	    		</table>  
526
	    		</table>  
524
			</div>
527
			</div>
525
			
528
			
526
			<div class="col-lg-6">
529
			<div class="col-lg-6">
-
 
530
			
-
 
531
			#if($authUserTicketCount)
-
 
532
				<div class="row col-lg-8">
-
 
533
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>Auth User Tickets</strong></h3>
-
 
534
					</div>
-
 
535
			
-
 
536
				<table class="table table-striped table-advance table-hover" style="width:65%">
-
 
537
	    			<tbody>
-
 
538
	    				<tr>
-
 
539
	    				<th>Auth User</th>
-
 
540
	    				<th>Tickets</th>
-
 
541
	    				
-
 
542
	    				</tr>
-
 
543
	    				#foreach($authUserTicket in $authUserTicketCount.entrySet())
-
 
544
	    			
-
 
545
	    				<tr>
-
 
546
	    					<td>$authUserTicket.getKey().getName()</td>
-
 
547
	    					<td>$authUserTicket.getValue()</td>
-
 
548
	    				  		
-
 
549
		                  </tr>
-
 
550
		              
-
 
551
	    				 #end
-
 
552
	    			
-
 
553
	    				
-
 
554
	    		    </tbody>
-
 
555
	    		</table>
-
 
556
	    	#end
527
					<div class="row col-lg-4">
557
					<div class="row col-lg-4">
528
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>Reports</strong></h3>
558
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>Reports</strong></h3>
529
					</div>
559
					</div>
530
					<div class="row col-lg-12 info-box white-bg">
560
					<div class="row col-lg-12 info-box white-bg">
531
						<table class="table table-striped reports-table" style="display:none">
561
						<table class="table table-striped reports-table" style="display:none">