Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
5be00383
Commit
5be00383
authored
Aug 24, 2017
by
bbaer
Browse files
Now displays info on save.
parent
c0709268
Changes
2
Hide whitespace changes
Inline
Side-by-side
javascript/src/QfqForm.js
View file @
5be00383
...
...
@@ -568,6 +568,11 @@ var QfqNS = QfqNS || {};
alert
.
show
();
return
;
}
var
info
=
new
n
.
Alert
({
message
:
"
Saving changes
"
,
type
:
"
info
"
});
info
.
show
();
// First, remove all validation states, in case a previous submit has set a validation state, thus we're not
// stockpiling them.
...
...
less/qfq-bs.css.less
View file @
5be00383
...
...
@@ -19,6 +19,10 @@
border-left: none;
border-right: none;
}
.alert+.alert {
margin-top: -2px;
}
}
i.@{spinner_class} {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment