[SSE mobile] refactor captions for "Functions"
This commit is contained in:
parent
4f9c256dee
commit
f18d3874fd
|
@ -19,9 +19,9 @@
|
|||
<% }); %>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="content-block-title"><%= textGroups %></div>
|
||||
<div class="list-block">
|
||||
<ul class="groups">
|
||||
<li class="item-divider">CATEGORIES</li>
|
||||
<% for (var g in groups) { %>
|
||||
<li>
|
||||
<a data-type="<%= g %>" class="item-link group">
|
||||
|
|
|
@ -114,11 +114,12 @@ define([
|
|||
};
|
||||
|
||||
this.layout = $('<div/>').append(_.template(this.template, {
|
||||
android : Common.SharedSettings.get('android'),
|
||||
phone : Common.SharedSettings.get('phone'),
|
||||
quick : quickFunctions,
|
||||
groups : this.groups,
|
||||
view : 'root'
|
||||
android : Common.SharedSettings.get('android'),
|
||||
phone : Common.SharedSettings.get('phone'),
|
||||
textGroups : this.textGroups,
|
||||
quick : quickFunctions,
|
||||
groups : this.groups,
|
||||
view : 'root'
|
||||
}));
|
||||
|
||||
return this;
|
||||
|
@ -170,6 +171,7 @@ define([
|
|||
_openView.call(this, 'info', this.functions[type]);
|
||||
},
|
||||
|
||||
textGroups: 'CATEGORIES',
|
||||
sCatLogical: 'Logical',
|
||||
// sCatCube: 'Cube',
|
||||
// sCatDatabase: 'Database',
|
||||
|
|
Loading…
Reference in a new issue