Cosmetic : move tags in operation details, small cosmetic bug

This commit is contained in:
sparkyx 2022-12-02 17:37:41 +01:00
parent a501c10054
commit 97988bfeb8
13 changed files with 179 additions and 132 deletions

View file

@ -249,7 +249,7 @@ class HtmlInput
$href="";
if ($p_value!="")
$href=sprintf(' href ="%s" ', $p_value);
$r=sprintf('<span id="%s" > <A class="'.$p_class.'" style="display:inline;" %s %s >%s</A></span>',
$r=sprintf('<span id="%s" > <A class="'.$p_class.'" style="display:inline-block;" %s %s >%s</A></span>',
$p_name, $href, $p_javascript, $p_label);
return $r;
}