BUG 8835 In all browsers to choose an output only. Doc or. Pdf Displa... SOLVED

- It was verified that no distinction was being the type of file that was downloaded.
- Added code to identify the Tido powerful file so just download and display the correct download link.
This commit is contained in:
Marco Antonio Nina
2012-04-05 15:59:49 -04:00
parent 561832bb06
commit 1c3634ce75
2 changed files with 66 additions and 43 deletions

View File

@@ -19,6 +19,7 @@
<FILE2 type="phpVariable"/>
<APP_DOC_FILENAME1 type="link" value="@#VIEW" link="@#FILE1" target="_blank">
<en>File (.doc)</en>
</APP_DOC_FILENAME1>
@@ -30,5 +31,15 @@
<BACK type="button" onclick="history.go(-1);return false;">
<en>Back</en>
</BACK>
<JS type="javascript"><![CDATA[
if (@@FILE1 == '')
{
hideRowById('APP_DOC_FILENAME1');
}
if (@@FILE2 == '')
{
hideRowById('APP_DOC_FILENAME2');
}
</dynaForm>
]]></JS>
</dynaForm>