From 407efb9d9b0b6d3c47a0013c1bb6d54501380de4 Mon Sep 17 00:00:00 2001
From: garbash
Date: Mon, 4 May 2015 14:22:19 +0300
Subject: Fixes for ohalo.rhizi.net domain
---
.../fragment/by-domain/ohalo.rhizi.net/login__header.html | 4 ++--
src/local/domain/ohalo.rhizi.net/domain_types.js | 12 +++---------
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 @@
-ברוכים הבאים לריזי, מערכת המאפשרת לסטודנטים של אוהלו לבנות ביחד רשת ידע משותפת!.
-זוהי גרסת אלפא, צפו לבאגים.
+
ברוכים הבאים לריזי, מערכת המאפשרת לסטודנטים של אוהלו לבנות ביחד רשת ידע משותפת!
+זוהי גרסת אלפא, צפו לבאגים.
לקבלת עדכונים לגבי התוכנה
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',
},
});
--
cgit v1.3.1