X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2Fdefault%2Fmessage_list_controls.tpl;h=09849f8b95abe5928fa499786b02c65e89ba07b6;hb=14095490f3fb6743e538dd464ec217f583a04568;hp=5ca52d9f5212a75823e965fbd98c61e2e1c79558;hpb=cd693cf42cd1a7b71ed75f6d72811a33d3e068ca;p=squirrelmail.git diff --git a/templates/default/message_list_controls.tpl b/templates/default/message_list_controls.tpl index 5ca52d9f..09849f8b 100644 --- a/templates/default/message_list_controls.tpl +++ b/templates/default/message_list_controls.tpl @@ -63,7 +63,7 @@ * $compact_paginator * $aErrors * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright 1999-2021 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -86,16 +86,33 @@ extract($t); switch ($widget_attrs['type']) { case 'submit': if ($widget_name != 'moveButton' && $widget_name != 'copyButton' && $widget_name != 'delete' && $widget_name != 'undeleteButton') { // add these later in another table cell - echo ' '; + echo ' $val) { + echo ' ' . $attr . '="' . $val . '"'; + } + } + echo ' /> '; } break; case 'checkbox': if ($widget_name != 'bypass_trash') { - echo ' '; + echo ' $val) { + echo ' ' . $attr . '="' . $val . '"'; + } + } + echo ' /> '; } break; case 'hidden': - echo '\n"; + echo '"; break; default: break; } @@ -105,12 +122,12 @@ extract($t);  '; + echo ' '; if (isset($aFormElements['bypass_trash'])) { - echo ' '; + echo ' '; } if (isset($aFormElements['undeleteButton'])) { - echo ' '; + echo ' '; } ?> @@ -121,15 +138,15 @@ extract($t); if (isset($aFormElements['moveButton']) || isset($aFormElements['copyButton'])) { ?> - > '; + echo ''; } if (isset($aFormElements['copyButton'])) { - echo ''; + echo ''; } ?>