Subversion Repositories SmartDukaan

Rev

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

Rev 28457 Rev 28836
Line 146... Line 146...
146
	    				 </thead>
146
	    				 </thead>
147
	    				<tbody>
147
	    				<tbody>
148
	    				#if(!$positions.isEmpty())
148
	    				#if(!$positions.isEmpty())
149
	 							#foreach($position in $positions)
149
	 							#foreach($position in $positions)
150
	 							<tr>
150
	 							<tr>
151
	 							<td>$authUserIdAndAuthUserMap.get($position.getAuthUserId()).getFirstName()</td>
151
	 							<td>$authUserIdAndAuthUserMap.get($position.getAuthUserId()).getFullName()</td>
152
	 							#if($position.getCategoryId()==0)
152
	 							#if($position.getCategoryId()==0)
153
	 							<td>All Category</td>
153
	 							<td>All Category</td>
154
	 							#else
154
	 							#else
155
	 							<td>$categoryIdAndCategoryMap.get($position.getCategoryId()).getName()</td>
155
	 							<td>$categoryIdAndCategoryMap.get($position.getCategoryId()).getName()</td>
156
	 							#end
156
	 							#end