From 75b32f25527efef2ea5475cfd833a5cb284de214 Mon Sep 17 00:00:00 2001 From: Guillaume Lajarige Date: Thu, 28 Apr 2016 08:19:42 +0000 Subject: [PATCH] Attachments : Delete button's label of an attachment was hard-coded. Putted dictionnary entry instead. SVN:trunk[4013] --- datamodels/2.x/itop-attachments/main.attachments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datamodels/2.x/itop-attachments/main.attachments.php b/datamodels/2.x/itop-attachments/main.attachments.php index 2f47d503c..1d7d42c29 100755 --- a/datamodels/2.x/itop-attachments/main.attachments.php +++ b/datamodels/2.x/itop-attachments/main.attachments.php @@ -279,7 +279,7 @@ EOF $sIcon = utils::GetAbsoluteUrlAppRoot().AttachmentPlugIn::GetFileIcon($sFileName); $sPreview = $oDoc->IsPreviewAvailable() ? 'true' : 'false'; $sDownloadLink = utils::GetAbsoluteUrlAppRoot().ATTACHMENT_DOWNLOAD_URL.$iAttId; - $oPage->add('

'.$sFileName.'

  
'); + $oPage->add('

' . $sFileName . '

  
'); } // Suggested attachments are listed here but treated as temporary