Update of /cvsroot/phpwebapp/web_app/append
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22457/append
Modified Files:
append.html
Log Message:
added translation (i18n/l10n) support for messages in the JS code
Index: append.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/append/append.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** append.html 8 Oct 2004 10:01:56 -0000 1.7
--- append.html 21 Jun 2005 08:39:51 -0000 1.8
***************
*** 13,16 ****
--- 13,19 ----
</div>
+ <!--# include JS localization (translation) messages #-->
+ <include src="{{L10N_PATH}}wbJSL10n.html" />
+
<!--# include session variables #-->
<include src="{{SESSION_PATH}}wbSession.html" />
|