Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
f80a8caa
Commit
f80a8caa
authored
Jun 24, 2016
by
LE GAC Renaud
Browse files
Change the javaScript namespace Trp to Limbra.
parent
868fde83
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
static/app.js
static/app.js
+2
-2
static/limbra/locale/trp-lang-fr.js
static/limbra/locale/trp-lang-fr.js
+2
-2
static/limbra/src/wizard/Harvester.js
static/limbra/src/wizard/Harvester.js
+1
-1
No files found.
static/app.js
View file @
f80a8caa
...
...
@@ -11,7 +11,7 @@ if (Dbui.debug) {
paths
:
{
'
Dbui
'
:
'
/
'
+
Dbui
.
name
+
'
/static/plugin_dbui/src
'
,
'
Ext
'
:
'
/
'
+
Dbui
.
name
+
'
/static/plugin_extjs/src
'
,
'
Trp
'
:
'
/
'
+
Dbui
.
name
+
'
/static/limbra/src
'
'
Limbra
'
:
'
/
'
+
Dbui
.
name
+
'
/static/limbra/src
'
}
});
}
...
...
@@ -25,7 +25,7 @@ Ext.require('Ext.direct.RemotingProvider');
Ext
.
require
(
'
Ext.EventManager
'
);
Ext
.
require
(
'
Ext.tip.QuickTipManager
'
);
Ext
.
require
(
'
Trp
.wizard.Harvester
'
);
Ext
.
require
(
'
Limbra
.wizard.Harvester
'
);
Ext
.
onReady
(
function
(){
...
...
static/limbra/locale/trp-lang-fr.js
View file @
f80a8caa
...
...
@@ -2,8 +2,8 @@
* French translation
*
*/
Ext
.
define
(
'
Trp
.local.frwizard.Harvester
'
,
{
override
:
'
Trp
.wizard.Harvester
'
,
Ext
.
define
(
'
Limbra
.local.frwizard.Harvester
'
,
{
override
:
'
Limbra
.wizard.Harvester
'
,
textArticle
:
"
article
"
,
textNote
:
"
note
"
,
...
...
static/limbra/src/wizard/Harvester.js
View file @
f80a8caa
...
...
@@ -4,7 +4,7 @@
* @since 0.9.3
*
*/
Ext
.
define
(
'
Trp
.wizard.Harvester
'
,
{
Ext
.
define
(
'
Limbra
.wizard.Harvester
'
,
{
extend
:
'
Dbui.wizard.Wizard
'
,
alias
:
'
widget.xwizardharvester
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment