mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
CSS
This commit is contained in:
parent
3b6f36f2ae
commit
c631d66751
|
|
@ -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>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user