This commit is contained in:
Laurent Destailleur (aka Eldy) 2025-01-27 18:26:56 +01:00
parent 3b6f36f2ae
commit c631d66751

View File

@ -1743,7 +1743,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
$out .= $formadmin->select_language($defaultlang, 'lang_idrib'.$rib->id, 0, array(), 0, 0, 0, $morecss);
}
// Button
$out .= '<input class="button buttongen reposition nomargintop nomarginbottom '.$morecss.'" id="'.$forname.'_generatebutton" name="'.$forname.'_generatebutton"';
$out .= '<input class="button buttongen reposition nomargintop nomarginbottom small '.$morecss.'" id="'.$forname.'_generatebutton" name="'.$forname.'_generatebutton"';
$out .= ' type="submit" value="'.$buttonlabel.'"';
$out .= '>';
$out .= '</form>';