Subversion Repositories SmartDukaan

Rev

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

Rev 5407 Rev 5521
Line 246... Line 246...
246
            #if($velocityCount % 2 == 0)
246
            #if($velocityCount % 2 == 0)
247
                #set($trClass = "table-tr-even")
247
                #set($trClass = "table-tr-even")
248
            #end
248
            #end
249
            <tr class="$trClass">
249
            <tr class="$trClass">
250
				<td>
250
				<td>
251
					<a alt="Show Activity Description" title="Show Activity Description" href="#currentActivity" activityId="$activity.getId()" class="show-activity-description">
251
					<a alt="Show Activity Description" title="Show Activity Description" href="#currentActivity" activityId="$activity.getId()" isRead="$activity.isIsRead()"class="show-activity-description">
252
                        $activity.getId()
252
                        $activity.getId()
253
                    </a>
253
                    </a>
254
				</td>
254
				</td>
255
                <!--<td class="truncated-text-for-activity-table">$activity.getId()</td>
255
                <!--<td class="truncated-text-for-activity-table">$activity.getId()</td>
256
				-->
256
				-->