2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-11 07:24:15 +00:00

Modal forms fixes

- Update bootstrap classes and terminology
- Visual tweaks to modal form title block
This commit is contained in:
Oliver
2021-10-27 16:26:28 +11:00
parent 1e31774ce7
commit 827ff0f58b
3 changed files with 11 additions and 10 deletions

View File

@ -1296,7 +1296,7 @@ function addSecondaryModal(field, fields, options) {
var html = `
<span style='float: right;'>
<div type='button' class='btn btn-primary btn-secondary' title='${secondary.title || secondary.label}' id='btn-new-${name}'>
<div type='button' class='btn btn-primary btn-secondary btn-form-secondary' title='${secondary.title || secondary.label}' id='btn-new-${name}'>
${secondary.label || secondary.title}
</div>
</span>`;