#set ($attach_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "fileattachment.attach"))
#set ($attachdoc_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "fileattachment.attachdoc"))
#set ($delete_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "fileattachment.delete"))
#set ($deletedoc_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "fileattachment.deletedoc"))
#set ($select_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "fileattachment.select"))
#set ($name_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "fileattachment.name"))
#set ($size_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "fileattachment.size"))
|
$select_text
|
$name_text
|
$size_text
|
|
|
#if ($fileAttachmentList.size() > 0)
#else
No documents...
#end
|
|