Commit 6c0cfbe8daef391de42cd98a2fbc10cd9fc2968c
1 parent
87be8161
KTC-98
"Remove 'Note to QA' from the UI" Added commented previous code as example. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6674 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
plugins/ktstandard/PDFGeneratorAction.php
| ... | ... | @@ -90,6 +90,7 @@ class PDFGeneratorAction extends KTDocumentAction { |
| 90 | 90 | 'description' => _kt('The following are the types of conversions you can perform on this document.'), |
| 91 | 91 | //'important_description' => _kt('QA NOTE: Permissions checks are required here...'), |
| 92 | 92 | 'name' => 'convert_type', |
| 93 | + //'vocab' => array('Download as PDF', 'Duplicate as PDF', 'Replace as PDF'), | |
| 93 | 94 | 'vocab' => array('Download as PDF'), |
| 94 | 95 | 'simple_select' => true, |
| 95 | 96 | 'required' => true, | ... | ... |