summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-11-11 09:19:42 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-11-11 09:19:42 +0000
commit4f90ce5421e1ef2e7f422e7ea85ffc321c22543e (patch)
tree649674eab0e0b97ee1256404e41d42168841c992 /admin
parent4435442786f81c20df405018c53e46cfd1b89755 (diff)
downloadliberty-4f90ce5421e1ef2e7f422e7ea85ffc321c22543e.tar.gz
liberty-4f90ce5421e1ef2e7f422e7ea85ffc321c22543e.tar.bz2
liberty-4f90ce5421e1ef2e7f422e7ea85ffc321c22543e.zip
fix the new optional liberty pdf thumbnail option and add it to liberty as an option with tonnes of warnings
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_liberty_inc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/admin_liberty_inc.php b/admin/admin_liberty_inc.php
index 2c3b864..30cd712 100644
--- a/admin/admin_liberty_inc.php
+++ b/admin/admin_liberty_inc.php
@@ -109,6 +109,11 @@ $formCaptcha = array(
$gBitSmarty->assign( 'formCaptcha', $formCaptcha );
$formImageFeatures = array(
+ "liberty_thumbnail_pdf" => array(
+ 'label' => 'Create PDF Thumbnails',
+ 'note' => 'Create thumbnails from PDF files. This is a <strong>very resource intensive process</strong>. Even the simplest text files can take up hundreds of MB of memory to convert. Additionally, any PDF files that can not be converted will cause the upload process to be aborted without the uploaded file being stored on the server. This option requires that you have <strong>GhostScript</strong> installed.',
+ 'page' => '',
+ ),
"liberty_jpeg_originals" => array(
'label' => 'JPEG Originals',
'note' => 'Automatically create JPEG versions of original images named \'original.jpg\' in the attachment directory with other thumbnails.',