summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2015-05-04 14:22:19 +0300
committergarbash <dor.garbash@gmail.com>2015-05-04 14:22:19 +0300
commit407efb9d9b0b6d3c47a0013c1bb6d54501380de4 (patch)
tree5780f260c3e5061d6ecdc25bc4c3f3e8e450ccd6
parent927cdee14ba88197a17415daff40851b11d18f35 (diff)
Fixes for ohalo.rhizi.net domain
-rw-r--r--res/local/template/fragment/by-domain/ohalo.rhizi.net/login__header.html4
-rw-r--r--src/local/domain/ohalo.rhizi.net/domain_types.js12
2 files changed, 5 insertions, 11 deletions
diff --git a/res/local/template/fragment/by-domain/ohalo.rhizi.net/login__header.html b/res/local/template/fragment/by-domain/ohalo.rhizi.net/login__header.html
index d0d8105f..54dbcd2b 100644
--- a/res/local/template/fragment/by-domain/ohalo.rhizi.net/login__header.html
+++ b/res/local/template/fragment/by-domain/ohalo.rhizi.net/login__header.html
@@ -1,5 +1,5 @@
-<p class="login-text"><em>ברוכים הבאים לריזי, מערכת המאפשרת לסטודנטים של אוהלו לבנות ביחד רשת ידע משותפת!.</em></p>
-<p class="login-text">זוהי גרסת אלפא, צפו לבאגים.
+<p class="login-text" style="direction: rtl;"><em>ברוכים הבאים לריזי, מערכת המאפשרת לסטודנטים של אוהלו לבנות ביחד רשת ידע משותפת!</em></p>
+<p class="login-text" style="direction: rtl;">זוהי גרסת אלפא, צפו לבאגים.
</p>
<a href="http://rhizinet.strikingly.com/#contact-form"> לקבלת עדכונים לגבי התוכנה </p></a>
<br>
diff --git a/src/local/domain/ohalo.rhizi.net/domain_types.js b/src/local/domain/ohalo.rhizi.net/domain_types.js
index 09a779bd..585864c3 100644
--- a/src/local/domain/ohalo.rhizi.net/domain_types.js
+++ b/src/local/domain/ohalo.rhizi.net/domain_types.js
@@ -9,7 +9,7 @@ define({
],
}],
['keyword', {
- 'title': 'מילת-מפצח',
+ 'title': 'מילת-מפתח',
'attributes': ['description', 'url', 'image-url'],
}],
['project', {
@@ -17,11 +17,11 @@ define({
'attributes': ['description', 'url', 'image-url'],
}],
['idea', {
- 'title': 'שאלות-ראיון',
+ 'title': 'שאלת-ראיון',
'attributes': ['description', 'url', 'image-url'],
}],
['skill', {
- 'title': 'מאפיןן-מנהיגות',
+ 'title': 'מאפין-מנהיגות',
'attributes': ['description', 'url', 'image-url'],
}],
['resource', {
@@ -30,23 +30,17 @@ define({
}]
],
attribute_titles: {
- 'affiliation': 'Affiliation',
'description': 'תיאור',
- 'email': 'מייל',
'name': 'שם',
'type': 'סוג',
'url': 'לינק',
'image-url': 'לינק-תמונה',
- 'rhizi-url': 'Rhizi URL',
},
attribute_ui: {
- 'affiliation': 'textarea',
'description': 'textarea',
- 'email': 'input',
'name': 'input',
'type': 'type',
'image-url': 'image',
'url': 'url',
- 'rhizi-url': 'rhizi-url',
},
});