Subversion Repositories SmartDukaan

Rev

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

Rev 27822 Rev 27823
Line 1... Line 1...
1
	<div class="row">
1
	<div class="row">
2
		<div class="col-lg-12" >
2
		<div class="col-lg-12">
3
					
-
 
4
			<table class="table  table-advance flag" id ="notificationtable">
3
			<table class="table table-advance flag" id="notificationtable">
-
 
4
				<thead></thead>
5
	   			<tbody>
5
	   			<tbody>
6
	   			#if(!$notifications.isEmpty())
6
	   			#if(!$notifications.isEmpty())
7
		    		#foreach( $request in $notifications )
7
		    		#foreach( $request in $notifications )
8
		    		<tr class="notifications" data="$request.getCid()">			    		    
8
		    		<tr class="notifications" data="$request.getCid()">			    		    
9
		    			#if($request.getMessageType()=="announcement")
9
		    			#if($request.getMessageType()=="announcement")