From: avel Date: Thu, 28 Sep 2006 17:13:14 +0000 (+0000) Subject: Checkboxes without labels are a pain to use... Now text is clickable as well. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=31f5ebd4c1679fbd5018655321300b13b2767034;p=squirrelmail.git 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 --- 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 ' '. + '
'; } ?>