Subversion Repositories SmartDukaan

Rev

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

Rev 25683 Rev 25684
Line 8... Line 8...
8
					<table class="table table-striped table-advance table-hover">
8
					<table class="table table-striped table-advance table-hover">
9
	    			<tbody>
9
	    			<tbody>
10
	    			#if(!$notifications.isEmpty())
10
	    			#if(!$notifications.isEmpty())
11
			    		#foreach( $request in $notifications )
11
			    		#foreach( $request in $notifications )
12
			    		<tr class="notifications" data="$request.getCid()">
12
			    		<tr class="notifications" data="$request.getCid()">
13
			    		    #if($request.getMessageType()=="notification")
-
 
14
			    			<td width=32px;><i class="fas fa-bell"></i></td>
-
 
15
			    			#elseif($request.getMessageType()=="announcement")
13
			    		    #if($request.getMessageType()=="announcement")
16
			    			<td width=32px;><i class="fa fa-bullhorn "></i></td>
14
			    			<td width=32px;><i class="fa fa-bullhorn "></i></td>
17
			    			#elseif($request.getMessageType()=="scheme")
15
			    			#elseif($request.getMessageType()=="scheme")
18
			    			<td width=32px;><i class="fa fa-tags"></i></td>
16
			    			<td width=32px;><i class="fa fa-tags"></i></td>
-
 
17
			    			#else
-
 
18
			    			<td width=32px;><i class="fas fa-bell"></i></td>
19
			    			#end		
19
			    			#end		
20
			    			<td>
20
			    			<td>
21
			    				<div style="float:right;font-size:12px;">$request.getDate().format($dateTimeFormatter)</div>
21
			    				<div style="float:right;font-size:12px;">$request.getDate().format($dateTimeFormatter)</div>
22
			    			     <span><b>$request.getTitle()</b></span>
22
			    			     <span><b>$request.getTitle()</b></span>
23
			    			     <br> 
23
			    			     <br>