From f940633dad32d00fbc69e36a5061b38e84b5ec80 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 6 Oct 2008 17:44:14 +0000 Subject: [PATCH] missing prefs --- preferences/inc/hook_settings.inc.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/preferences/inc/hook_settings.inc.php b/preferences/inc/hook_settings.inc.php index a7d32562d3..ee3a2b406d 100755 --- a/preferences/inc/hook_settings.inc.php +++ b/preferences/inc/hook_settings.inc.php @@ -161,9 +161,13 @@ 'admin' => False ), 'link_list_thumbnail' => array( - 'type' => 'check', + 'type' => 'select', 'label' => 'Display thumbnails for linked images', 'name' => 'link_list_thumbnail', + 'values' => array( + '1' => lang('Yes'), + '0' => lang('No'), + ), 'help' => 'Images linked to an entry can be displayed as thumbnails. You can turn this off to speed up page display.', 'xmlrpc' => True, 'admin' => False