From 6c0cfbe8daef391de42cd98a2fbc10cd9fc2968c Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Mon, 4 Jun 2007 20:12:20 +0000 Subject: [PATCH] KTC-98 "Remove 'Note to QA' from the UI" Added commented previous code as example. --- plugins/ktstandard/PDFGeneratorAction.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/plugins/ktstandard/PDFGeneratorAction.php b/plugins/ktstandard/PDFGeneratorAction.php index be5c419..68cd5b1 100644 --- a/plugins/ktstandard/PDFGeneratorAction.php +++ b/plugins/ktstandard/PDFGeneratorAction.php @@ -90,6 +90,7 @@ class PDFGeneratorAction extends KTDocumentAction { 'description' => _kt('The following are the types of conversions you can perform on this document.'), //'important_description' => _kt('QA NOTE: Permissions checks are required here...'), 'name' => 'convert_type', + //'vocab' => array('Download as PDF', 'Duplicate as PDF', 'Replace as PDF'), 'vocab' => array('Download as PDF'), 'simple_select' => true, 'required' => true, -- libgit2 0.21.4