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
88cd2fff
Commit
88cd2fff
authored
Mar 11, 2018
by
Carsten Rose
Browse files
Change notification from 'save: success' to 'Save' and 'delete: success' to 'Delete'
parent
ecbb122d
Changes
2
Hide whitespace changes
Inline
Side-by-side
extension/qfq/api/delete.php
View file @
88cd2fff
...
...
@@ -87,7 +87,7 @@ try {
switch
(
$modeAnswer
)
{
case
MODE_JSON
:
if
(
$flagSuccess
)
{
$answer
[
API_MESSAGE
]
=
'
d
elete
: success
'
;
$answer
[
API_MESSAGE
]
=
'
D
elete'
;
$answer
[
API_REDIRECT
]
=
API_ANSWER_REDIRECT_CLIENT
;
$answer
[
API_STATUS
]
=
API_ANSWER_STATUS_SUCCESS
;
}
else
{
...
...
extension/qfq/api/save.php
View file @
88cd2fff
...
...
@@ -63,7 +63,7 @@ try {
$answer
[
API_REDIRECT_URL
]
=
$arr
[
API_REDIRECT_URL
];
$answer
[
API_STATUS
]
=
API_ANSWER_STATUS_SUCCESS
;
$answer
[
API_MESSAGE
]
=
'
s
ave
: success
'
;
$answer
[
API_MESSAGE
]
=
'
S
ave'
;
if
(
isset
(
$data
[
API_ELEMENT_UPDATE
]))
{
$answer
[
API_ELEMENT_UPDATE
]
=
$data
[
API_ELEMENT_UPDATE
];
}
...
...
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