Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 7, 2023
1 parent fd846e3 commit d71e396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/admin/mails_templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@
if ($value == 'module') {
print '<td class="liste_titre"><input type="text" name="search_module" class="maxwidth75" value="'.dol_escape_htmltag($search_module).'"></td>';
} elseif ($value == 'label') {
print '<td class="liste_titre"><input type="text" name="search_label" class="maxwidth200" value="'.dol_escape_htmltag($search_label).'"></td>';
print '<td class="liste_titre"><input type="text" name="search_label" class="maxwidth75" value="'.dol_escape_htmltag($search_label).'"></td>';
} elseif ($value == 'lang') {
print '<td class="liste_titre">';
print $formadmin->select_language($search_lang, 'search_lang', 0, null, 1, 0, 0, 'maxwidth100');
Expand Down Expand Up @@ -1227,7 +1227,7 @@
$valuetoshow = dol_escape_htmltag($valuetoshow);
}
if ($value == 'label') {
$class .= ' tdoverflowmax100';
$class .= ' tdoverflowmax200';
}
if ($value == 'topic') {
$class .= ' tdoverflowmax200 small';
Expand Down

0 comments on commit d71e396

Please sign in to comment.