mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@64082 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
0686faf64b
commit
9a0e053c1e
@ -183,7 +183,7 @@ showonlydrafts.prototype = {
|
|||||||
statusMessage(ss.i18n._t('CMSMAIN.FILTEREDTREE'),'good');
|
statusMessage(ss.i18n._t('CMSMAIN.FILTEREDTREE'),'good');
|
||||||
},
|
},
|
||||||
onFailure : function(response) {
|
onFailure : function(response) {
|
||||||
errorMessage(ss.i18n.printf(
|
errorMessage(ss.i18n.sprintf(
|
||||||
ss.i18n._t('CMSMAIN.ERRORFILTERPAGES'),
|
ss.i18n._t('CMSMAIN.ERRORFILTERPAGES'),
|
||||||
response.responseText
|
response.responseText
|
||||||
));
|
));
|
||||||
@ -276,7 +276,7 @@ batchActionGlobals = {
|
|||||||
statusMessage(ss.i18n._t('CMSMAIN.SUCCESSUNFILTER'),'good');
|
statusMessage(ss.i18n._t('CMSMAIN.SUCCESSUNFILTER'),'good');
|
||||||
},
|
},
|
||||||
onFailure : function(response) {
|
onFailure : function(response) {
|
||||||
errorMessage(ss.i18n.printf(
|
errorMessage(ss.i18n.sprintf(
|
||||||
ss.i18n._t('CMSMAIN.ERRORUNFILTER'),
|
ss.i18n._t('CMSMAIN.ERRORUNFILTER'),
|
||||||
response.responseText
|
response.responseText
|
||||||
));
|
));
|
||||||
@ -331,7 +331,7 @@ deletepage.prototype = {
|
|||||||
if(csvIDs || batchActionGlobals.newNodes.length > 0) {
|
if(csvIDs || batchActionGlobals.newNodes.length > 0) {
|
||||||
batchActionGlobals.count += batchActionGlobals.newNodes.length;
|
batchActionGlobals.count += batchActionGlobals.newNodes.length;
|
||||||
|
|
||||||
if(confirm(ss.i18n.printf(
|
if(confirm(ss.i18n.sprintf(
|
||||||
ss.i18n._t('CMSMAIN.REALLYDELETEPAGES'),
|
ss.i18n._t('CMSMAIN.REALLYDELETEPAGES'),
|
||||||
batchActionGlobals.count
|
batchActionGlobals.count
|
||||||
))) {
|
))) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user