Skip to content

Commit

Permalink
Only on mail preview is click-child relevant.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Sep 8, 2023
1 parent 0b3d68b commit 77033eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mailsender.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,9 @@ private function print_prep($prep) {
$show_prep->finalize();
}

echo '<fieldset class="mail-preview-send main-width uimd ui js-click-child';
echo '<fieldset class="mail-preview-send main-width';
if (!$this->sending) {
echo ' d-flex"><div class="pr-2">',
echo ' uimd ui js-click-child d-flex"><div class="pr-2">',
Ht::checkbox(self::prep_key($prep), 1, true, [
"class" => "uic js-range-click js-mail-preview-choose",
"data-range-type" => "mhcb", "id" => "psel{$this->cbcount}"
Expand Down

0 comments on commit 77033eb

Please sign in to comment.