summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2015-05-04 14:36:28 +0300
committergarbash <dor.garbash@gmail.com>2015-05-04 14:36:31 +0300
commitc1bcb26e8a28864592b5dfce24fcfc3939972223 (patch)
treee0cec584530ae5179f619f4602ddb03c3adb46fa
parent7638ed5e0a14b948cba58c98ae2a6d374b88f1b3 (diff)
Add rtl for ohalo.rhizi.net+ descartes.rhizi.net domain fix
-rw-r--r--src/local/domain/descartes.rhizi.net/domain_types.js6
-rw-r--r--src/local/domain/ohalo.rhizi.net/domain_types.js3
2 files changed, 6 insertions, 3 deletions
diff --git a/src/local/domain/descartes.rhizi.net/domain_types.js b/src/local/domain/descartes.rhizi.net/domain_types.js
index bb15b2d9..0a9f1409 100644
--- a/src/local/domain/descartes.rhizi.net/domain_types.js
+++ b/src/local/domain/descartes.rhizi.net/domain_types.js
@@ -9,7 +9,7 @@ define({
'url'
],
}],
- ['organisation', {
+ ['resource', {
'title':'Organisation',
'attributes':['description', 'url', 'image-url', 'email'],
}],
@@ -18,8 +18,8 @@ define({
'attributes':['description', 'status', 'url', 'budget', 'total days','image-url'],
}],
['skill', {
- 'title':'Compétence',
- 'attributes':['description', 'url', 'image-url'],
+ 'title':'Compétence',
+ 'attributes':['description', 'url', 'image-url'],
}]
],
attribute_titles:{
diff --git a/src/local/domain/ohalo.rhizi.net/domain_types.js b/src/local/domain/ohalo.rhizi.net/domain_types.js
index 585864c3..f57eb637 100644
--- a/src/local/domain/ohalo.rhizi.net/domain_types.js
+++ b/src/local/domain/ohalo.rhizi.net/domain_types.js
@@ -43,4 +43,7 @@ define({
'image-url': 'image',
'url': 'url',
},
+ misc: {
+ 'direction': 'rtl'
+ }
});