X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Fdefault%2Fmessage_list_controls.tpl;h=39dc38328f78ee7d1b79fc592e55928526499941;hp=bd650ed2c130e34183859c1a02fdd095081eef4e;hb=c4faef335b2362c81b8ebf026d4066c12d70536c;hpb=69a023cff70c943d30c800d301204c82a99b9bba diff --git a/templates/default/message_list_controls.tpl b/templates/default/message_list_controls.tpl index bd650ed2..39dc3832 100644 --- a/templates/default/message_list_controls.tpl +++ b/templates/default/message_list_controls.tpl @@ -49,7 +49,8 @@ * $trash_folder * $sent_folder * $draft_folder - * $thread_link_str + * $thread_link_uri + * $thread_name * $php_self * $mailbox * $enablesort @@ -62,7 +63,7 @@ * $compact_paginator * $aErrors * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright 1999-2020 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -85,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; } @@ -104,12 +122,12 @@ extract($t);  '; + echo ' '; if (isset($aFormElements['bypass_trash'])) { - echo ' '; + echo ' '; } if (isset($aFormElements['undeleteButton'])) { - echo ' '; + echo ' '; } ?> @@ -120,15 +138,15 @@ extract($t); if (isset($aFormElements['moveButton']) || isset($aFormElements['copyButton'])) { ?> - > '; + echo ''; } if (isset($aFormElements['copyButton'])) { - echo ''; + echo ''; } ?>