Improved search description.
This commit is contained in:
parent
73f27f48ae
commit
06e9a6abbe
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ class App.FirstStepsClues extends App.Controller
|
||||||
{
|
{
|
||||||
container: '.search-holder'
|
container: '.search-holder'
|
||||||
headline: 'Search'
|
headline: 'Search'
|
||||||
text: 'Here you can search for ticket, customers and organizations. To find everything use the §*§-Placeholder'
|
text: 'Here you can search for ticket, customers and organizations. You can use the §*§-Placeholder as wildcard. E. g. §smi*§ or §rosent*l§. You also can use ||double quotes|| for searching phrases §"some phrase"§.'
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
container: '.user-menu'
|
container: '.user-menu'
|
||||||
|
|
|
@ -2,7 +2,7 @@ class App.Dashboard extends App.Controller
|
||||||
clueAccess: true
|
clueAccess: true
|
||||||
events:
|
events:
|
||||||
'click .tabs .tab': 'toggle'
|
'click .tabs .tab': 'toggle'
|
||||||
'click .intro': 'clues'
|
'click .js-intro': 'clues'
|
||||||
|
|
||||||
constructor: ->
|
constructor: ->
|
||||||
super
|
super
|
||||||
|
|
Loading…
Reference in a new issue