Subversion Repositories SmartDukaan

Rev

Rev 9181 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9181 Rev 9184
Line 31... Line 31...
31
        <br/>
31
        <br/>
32
		#set($attachments = $action.getAttachments())
32
		#set($attachments = $action.getAttachments())
33
		<label class="bold">Attachments: </label>
33
		<label class="bold">Attachments: </label>
34
		#foreach($attachment in $attachments)
34
		#foreach($attachment in $attachments)
35
           <br/>
35
           <br/>
36
		   <a alt="Download Attachment" title="Download Attachment" href="/crm/activity-info!downloadAttachment?attachment=$attachment" attachment="$attachment" target="_blank">
36
		   <a alt="Download Attachment" title="Download Attachment" href="/crm/activity-info!downloadAttachment?attachment=encodeURIComponent($attachment)" attachment="encodeURIComponent($attachment)" target="_blank">
37
			$attachment
37
			$attachment
38
		   </a>
38
		   </a>
39
		#end
39
		#end
40
		<br/>
40
		<br/>
41
        <label class="bold">Timestamp: </label>
41
        <label class="bold">Timestamp: </label>