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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user