Cosmetic: for predefined operation add padding

This commit is contained in:
sparkyx 2025-11-30 11:06:13 +01:00
parent 04677310e3
commit a742b881fe

View file

@ -334,6 +334,7 @@ class Pre_operation
if ( $this->p_jrn=='') $value=array();
$r="";
$r.='<div style="padding:5px">';
if (count($value)==0) {
$r.=_("Vous n'avez encore sauvé aucun modèle");
return $r;
@ -350,6 +351,7 @@ class Pre_operation
$r.='</tr>';
}
$r.='</table>';
$r.='</div>';
return $r;
}
public function get_operation()