projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
106bb5d
)
CRM-18652 - Localize label for no results
author
Effy Elden
<git@effy.is>
Mon, 23 May 2016 14:32:17 +0000
(10:32 -0400)
committer
Seamus Lee
<seamuslee001@gmail.com>
Sun, 5 Jun 2016 07:46:32 +0000
(17:46 +1000)
----------------------------------------
* CRM-18652: Quick search should provide feedback to user if no matches are found
https://issues.civicrm.org/jira/browse/CRM-18652
templates/CRM/common/navigation.js.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/common/navigation.js.tpl
b/templates/CRM/common/navigation.js.tpl
index 54cbe9c3139cd7c2c592ce480421a4b248f607ed..ff43fbd7ade2d4947936b31699267abbf4e2d687 100644
(file)
--- a/
templates/CRM/common/navigation.js.tpl
+++ b/
templates/CRM/common/navigation.js.tpl
@@
-108,7
+108,7
@@
$('#civicrm-menu').ready(function() {
ret.push({value: v.id, label: v.data});
});
} else {
- ret.push({value: '0', label:
'No matches'
});
+ ret.push({value: '0', label:
{/literal}'{ts escape='js'}None found.{/ts}'{literal}
});
}
response(ret);
})