<%= setting_text_area :notifications_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %>
<%= setting_text_area :welcome_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %>
<%= wikitoolbar_for 'settings_welcome_text' %>
diff -r 9c8afcb2f7e5 -r 22ae926000f9 app/views/welcome/index.rhtml
--- a/app/views/welcome/index.rhtml Tue Nov 23 12:32:08 2010 +0000
+++ b/app/views/welcome/index.rhtml Tue Nov 23 12:47:15 2010 +0000
@@ -1,11 +1,14 @@
+
<%= textilizable Setting.welcome_text %>
-
-
<%=l(:label_tipoftheday)%>
+ <%=l(:label_tipoftheday)%>
<%= textilizable Setting.tipoftheday_text %>
diff -r 9c8afcb2f7e5 -r 22ae926000f9 config/locales/en-GB.yml
--- a/config/locales/en-GB.yml Tue Nov 23 12:32:08 2010 +0000
+++ b/config/locales/en-GB.yml Tue Nov 23 12:47:15 2010 +0000
@@ -292,6 +292,7 @@
setting_app_subtitle: Application subtitle
setting_welcome_text: Welcome text
setting_tipoftheday_text: Tip of the Day
+ setting_notifications_text: Notifications
setting_default_language: Default language
setting_login_required: Authentication required
setting_self_registration: Self-registration
@@ -408,6 +409,7 @@
project_module_boards: Boards
label_tipoftheday: Tip of the day
+ label_notifications: Important Message
label_user: User
label_user_plural: Users
label_user_new: New user
diff -r 9c8afcb2f7e5 -r 22ae926000f9 config/locales/en.yml
--- a/config/locales/en.yml Tue Nov 23 12:32:08 2010 +0000
+++ b/config/locales/en.yml Tue Nov 23 12:47:15 2010 +0000
@@ -303,6 +303,7 @@
setting_app_subtitle: Application subtitle
setting_welcome_text: Welcome text
setting_tipoftheday_text: Tip of the Day
+ setting_notifications_text: Notifications
setting_default_language: Default language
setting_login_required: Authentication required
setting_self_registration: Self-registration
diff -r 9c8afcb2f7e5 -r 22ae926000f9 config/settings.yml
--- a/config/settings.yml Tue Nov 23 12:32:08 2010 +0000
+++ b/config/settings.yml Tue Nov 23 12:47:15 2010 +0000
@@ -27,6 +27,8 @@
default:
tipoftheday_text:
default:
+notifications_text:
+ default:
login_required:
default: 0
self_registration: