[cvs] eforum commit by ppilgrim: Added banner and header text font
styles to
JCorporate Ltd
jcorp at jcorporate.com
Tue Dec 28 00:08:08 UTC 2004
Log Message:
-----------
Added banner and header text font styles to the controller and forum
option data objects. Begin the process of internationalisation of
the eforum controllers
Modified Files:
--------------
eforum/src/WEB-INF/src/com/jcorporate/eforum:
MessagesBundle.properties
Revision Data
-------------
Index: MessagesBundle.properties
===================================================================
RCS file: /home/javacorp/.cvs/expresso/eforum/src/WEB-INF/src/com/jcorporate/eforum/MessagesBundle.properties,v
retrieving revision 1.10
retrieving revision 1.11
diff -Lsrc/WEB-INF/src/com/jcorporate/eforum/MessagesBundle.properties -Lsrc/WEB-INF/src/com/jcorporate/eforum/MessagesBundle.properties -u -r1.10 -r1.11
--- src/WEB-INF/src/com/jcorporate/eforum/MessagesBundle.properties
+++ src/WEB-INF/src/com/jcorporate/eforum/MessagesBundle.properties
@@ -158,8 +158,12 @@
FN_Var_Text_Font_Id=Proportional Message Text Font
FN_Mono_Text_Font_Id=Monospace Message Text Font
FN_DisplayVariable=Display Message in Proportional Font?
+FN_Header_Text_Font_Id = Header Text Font
+FN_Banner_Text_Font_Id = Banner Text Font
FN_Mono_Text_Font_CssName=Monospace Message Text Font Css Name
FN_Var_Text_Font_CssName=Proportional Message Text Font Css Name
+FN_Header_Text_Font_CssName=Header Text Font Css Name
+FN_Banner_Text_Font_CssName=Banner Text Font Css Name
# ---------------------------------------------
TN_FORUMMONOTEXTDEF=Forum Monospace Text Font Definitions
@@ -171,6 +175,9 @@
TN_FORUMVARTEXTDEF=Forum Proportional Text Font Definitions
# ---------------------------------------------
+TN_FORUMTEXTDEF=Forum Text Font Definitions
+
+# ---------------------------------------------
# ---------------------------------------------
# ---------------------------------------------------------------------------
@@ -330,6 +337,8 @@
editOptions.useSignature = Use Signature in Replies and New Messages?
editOptions.varTextFont = Variable space Text Font Style
editOptions.wordWrapLength = Word Wrap Length
+editOptions.headerTextFont = Header Text Font Style
+editOptions.bannerTextFont = Banner Text Font Style
# ---------------------------------------------
More information about the cvs
mailing list