From 31f5ebd4c1679fbd5018655321300b13b2767034 Mon Sep 17 00:00:00 2001 From: avel Date: Thu, 28 Sep 2006 17:13:14 +0000 Subject: [PATCH 1/1] Checkboxes without labels are a pain to use... Now text is clickable as well. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11761 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/folder_manip.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/default/folder_manip.tpl b/templates/default/folder_manip.tpl index f06cc102..ec2c2f83 100644 --- a/templates/default/folder_manip.tpl +++ b/templates/default/folder_manip.tpl @@ -192,7 +192,8 @@ extract($t); */ foreach ($subbox_option_list as $folder) { - echo ''.$folder['Display'].'
'; + echo ' '. + '
'; } ?> -- 2.25.1