equal
deleted
inserted
replaced
133 Rkns.Ldt.Search.prototype.getBgClass = function() { |
133 Rkns.Ldt.Search.prototype.getBgClass = function() { |
134 return "Rk-Ldt-Icon"; |
134 return "Rk-Ldt-Icon"; |
135 } |
135 } |
136 |
136 |
137 Rkns.Ldt.Search.prototype.getSearchTitle = function() { |
137 Rkns.Ldt.Search.prototype.getSearchTitle = function() { |
138 return this.renkan.l10n.search_ldt; |
138 return this.renkan.translate("Lignes de Temps"); |
139 } |
139 } |
140 |
140 |
141 Rkns.Ldt.Search.prototype.search = function(_q) { |
141 Rkns.Ldt.Search.prototype.search = function(_q) { |
142 this.renkan.tabs.push( |
142 this.renkan.tabs.push( |
143 new Rkns.Ldt.ResultsBin(this.renkan, { |
143 new Rkns.Ldt.ResultsBin(this.renkan, { |