BUG-13914 Browser not recognizing PDF Output Document

New feature added in Output Document Properties and new column added in OUTPUT DOCUMENT table.
This commit is contained in:
norahmollo
2014-03-19 10:17:29 -04:00
parent 98a8ae045b
commit d8287363a1
7 changed files with 96 additions and 16 deletions

View File

@@ -124,6 +124,10 @@
<!-- <td class='FormFieldContent' width="{$form_width}" >{$form.OUT_DOC_TAGS} </td> //-->
<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.OUT_DOC_TAGS}</td>
</tr>
<tr>
<td class="FormLabel" width="{$form_labelWidth}">{$OUT_DOC_OPEN_TYPE}</td>
<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.OUT_DOC_OPEN_TYPE}</td>
</tr>
<tr>
<td class="FormButton" colspan="2" align="center"></td>
</tr>

View File

@@ -103,6 +103,9 @@
</en>
</OUT_DOC_PDF_SECURITY_PERMISSIONS>
<OUT_DOC_OPEN_TYPE type="dropdown">
<en>By clicking on the generated file link<option name="0">Download the file</option><option name="1">Open the file</option></en>
</OUT_DOC_OPEN_TYPE>
<BTN_CANCEL type="button" onclick="cancel();">
<en>Cancel</en>