Change message when search and no find data. Tiquet: #2039

This commit is contained in:
m-lopez-f 2015-03-25 10:31:32 +01:00
parent ee17fad784
commit 97bfae819c
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ TreeController = {
index: -1,
recipient: '',
tree: [],
emptyMessage: "Empty",
emptyMessage: "No data found.",
errorMessage: "Error",
baseURL: "",
ajaxURL: "ajax.php",
@ -709,7 +709,7 @@ TreeNodeDetailController = {
type: 'none',
id: -1,
serverID: -1,
emptyMessage: "Empty",
emptyMessage: "No data found.",
errorMessage: "Error",
baseURL: "",
ajaxURL: "ajax.php",