@@ -358,33 +358,33 @@ protected function output() {
358358 $ txt .= '<div class="row g-0 py-3"> ' ;
359359 $ txt .= '<div class="col-12 msg_actions"> ' ;
360360 $ txt .= '<div class="d-flex flex-wrap gap-2 mb-3"> ' ;
361- $ txt .= '<a href="#" class="hlink all_headers text-decoration-none"> ' .$ this ->trans ('All headers ' ).'</a> ' ;
362- $ txt .= '<a class="hlink small_headers text-decoration-none" href="#"> ' .$ this ->trans ('Small headers ' ).'</a> ' ;
361+ $ txt .= '<a href="#" class="hlink all_headers text-decoration-none btn btn-sm btn-outline-secondary "> ' .$ this ->trans ('All headers ' ).'</a> ' ;
362+ $ txt .= '<a class="hlink small_headers text-decoration-none btn btn-sm btn-outline-secondary " href="#"> ' .$ this ->trans ('Small headers ' ).'</a> ' ;
363363 $ txt .= '</div> ' ;
364364
365365 $ txt .= '<div class="d-flex flex-wrap gap-2"> ' ;
366366 if (!isset ($ headers ['Flags ' ]) || !mb_stristr ($ headers ['Flags ' ], 'draft ' )) {
367- $ txt .= '<a class="reply_link hlink text-decoration-none" href="?page=compose&reply=1 ' .$ reply_args .'"> ' .$ this ->trans ('Reply ' ).'</a> ' ;
367+ $ txt .= '<a class="reply_link hlink text-decoration-none btn btn-sm btn-outline-secondary " href="?page=compose&reply=1 ' .$ reply_args .'"> ' .$ this ->trans ('Reply ' ).'</a> ' ;
368368 if ($ size > 1 ) {
369- $ txt .= '<a class="reply_all_link hlink text-decoration-none" href="?page=compose&reply_all=1 ' .$ reply_args .'"> ' .$ this ->trans ('Reply-all ' ).'</a> ' ;
369+ $ txt .= '<a class="reply_all_link hlink text-decoration-none btn btn-sm btn-outline-secondary " href="?page=compose&reply_all=1 ' .$ reply_args .'"> ' .$ this ->trans ('Reply-all ' ).'</a> ' ;
370370 } else {
371371 $ txt .= '<a class="reply_all_link hlink disabled_link text-decoration-none"> ' .$ this ->trans ('Reply-all ' ).'</a> ' ;
372372 }
373373 $ txt .= forward_dropdown ($ this , $ reply_args );
374374 }
375375 if (isset ($ headers ['Flags ' ]) && mb_stristr ($ headers ['Flags ' ], 'flagged ' )) {
376- $ txt .= '<a id="flag_msg" class="flagged_link hlink text-decoration-none hide" data-state="unflagged" href="#"> ' .$ this ->trans ('Flag ' ).'</a> ' ;
377- $ txt .= '<a id="unflag_msg" class="unflagged_link hlink text-decoration-none" data-state="flagged" href="#"> ' .$ this ->trans ('Unflag ' ).'</a> ' ;
376+ $ txt .= '<a id="flag_msg" class="flagged_link hlink text-decoration-none btn btn-sm btn-outline-secondary hide" data-state="unflagged" href="#"> ' .$ this ->trans ('Flag ' ).'</a> ' ;
377+ $ txt .= '<a id="unflag_msg" class="unflagged_link hlink text-decoration-none btn btn-sm btn-outline-secondary " data-state="flagged" href="#"> ' .$ this ->trans ('Unflag ' ).'</a> ' ;
378378 } else {
379- $ txt .= '<a id="flag_msg" class="flagged_link hlink text-decoration-none" data-state="unflagged" href="#"> ' .$ this ->trans ('Flag ' ).'</a> ' ;
380- $ txt .= '<a id="unflag_msg" class="unflagged_link hlink text-decoration-none hide" data-state="flagged" href="#"> ' .$ this ->trans ('Unflag ' ).'</a> ' ;
379+ $ txt .= '<a id="flag_msg" class="flagged_link hlink text-decoration-none btn btn-sm btn-outline-secondary " data-state="unflagged" href="#"> ' .$ this ->trans ('Flag ' ).'</a> ' ;
380+ $ txt .= '<a id="unflag_msg" class="unflagged_link hlink text-decoration-none btn btn-sm btn-outline-secondary hide" data-state="flagged" href="#"> ' .$ this ->trans ('Unflag ' ).'</a> ' ;
381381 }
382382
383- $ txt .= '<a class="hlink text-decoration-none" id="unread_message" href="#"> ' .$ this ->trans ('Unread ' ).'</a> ' ;
384- $ txt .= '<a class="delete_link hlink text-decoration-none" id="delete_message" href="#"> ' .$ this ->trans ('Delete ' ).'</a> ' ;
385- $ txt .= '<div class="position-relative"><a class="hlink" id="copy_message" href="#" data-bs-toggle="dropdown"> ' .$ this ->trans ('Copy ' ).'</a><div class="move_to_location dropdown-menu" data-bs-auto-close="outside"></div></div> ' ;
386- $ txt .= '<div class="position-relative"><a class="hlink" id="move_message" href="#" data-bs-toggle="dropdown"> ' .$ this ->trans ('Move ' ).'</a><div class="move_to_location dropdown-menu" data-bs-auto-close="outside"></div></div> ' ;
387- $ txt .= '<a class="archive_link hlink text-decoration-none" id="archive_message" href="#"> ' .$ this ->trans ('Archive ' ).'</a> ' ;
383+ $ txt .= '<a class="hlink text-decoration-none btn btn-sm btn-outline-secondary " id="unread_message" href="#"> ' .$ this ->trans ('Unread ' ).'</a> ' ;
384+ $ txt .= '<a class="delete_link hlink text-decoration-none btn btn-sm btn-outline-secondary " id="delete_message" href="#"> ' .$ this ->trans ('Delete ' ).'</a> ' ;
385+ $ txt .= '<div class="position-relative"><a class="hlink text-decoration-none btn btn-sm btn-outline-secondary dropdown-toggle " id="copy_message" href="#" data-bs-toggle="dropdown"> ' .$ this ->trans ('Copy ' ).'</a><div class="move_to_location dropdown-menu" data-bs-auto-close="outside"></div></div> ' ;
386+ $ txt .= '<div class="position-relative"><a class="hlink text-decoration-none btn btn-sm btn-outline-secondary dropdown-toggle " id="move_message" href="#" data-bs-toggle="dropdown"> ' .$ this ->trans ('Move ' ).'</a><div class="move_to_location dropdown-menu" data-bs-auto-close="outside"></div></div> ' ;
387+ $ txt .= '<a class="archive_link hlink text-decoration-none btn btn-sm btn-outline-secondary " id="archive_message" href="#"> ' .$ this ->trans ('Archive ' ).'</a> ' ;
388388
389389 if ($ this ->get ('tags ' )){
390390 $ txt .= tags_dropdown ($ this , $ headers );
@@ -414,10 +414,10 @@ protected function output() {
414414 $ txt .= block_filter_dropdown ($ this );
415415 }
416416 } else {
417- $ txt .= '<span data-bs-toogle="tooltip" title="This functionality requires the email server support "Sieve" technology which is not provided. Contact your email provider to fix it or enable it if supported."><i class="bi bi-lock-fill"></i> <span id="filter_block_txt"> ' .$ this ->trans ('Block Sender ' ).'</span></span> ' ;
417+ $ txt .= '<span class="btn btn-sm" data-bs-toogle="tooltip" title="This functionality requires the email server support "Sieve" technology which is not provided. Contact your email provider to fix it or enable it if supported."><i class="bi bi-lock-fill"></i> <span id="filter_block_txt"> ' .$ this ->trans ('Block Sender ' ).'</span></span> ' ;
418418 }
419419 }
420- $ txt .= '<a class="hlink text-decoration-none" id="show_message_source" href="#"> ' . $ this ->trans ('Show Source ' ) . '</a> ' ;
420+ $ txt .= '<a class="hlink text-decoration-none btn btn-sm btn-outline-secondary " id="show_message_source" href="#"> ' . $ this ->trans ('Show Source ' ) . '</a> ' ;
421421
422422 $ txt .= '</div><span id="extra-header-buttons"></span> ' ;
423423 $ txt .= '<input type="hidden" class="move_to_type" value="" /> ' ;
0 commit comments