[open-ils-commits] r12086 - trunk/Open-ILS/web/templates (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Feb 5 18:10:34 EST 2009


Author: erickson
Date: 2009-02-05 18:10:29 -0500 (Thu, 05 Feb 2009)
New Revision: 12086

Modified:
   trunk/Open-ILS/web/templates/base.tt2
Log:
repaired old pylons-ism with TT context locale.  note, the locale will need some cleaning-up in EGWeb.pm to be wholly functional

Modified: trunk/Open-ILS/web/templates/base.tt2
===================================================================
--- trunk/Open-ILS/web/templates/base.tt2	2009-02-05 22:00:41 UTC (rev 12085)
+++ trunk/Open-ILS/web/templates/base.tt2	2009-02-05 23:10:29 UTC (rev 12086)
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns='http://www.w3.org/1999/xhtml' lang='${locale}' xml:lang='${locale}'>
+<html xmlns='http://www.w3.org/1999/xhtml' lang='[% ctx.locale %]' xml:lang='[% ctx.locale %]'>
     <head>
         <link rel='stylesheet' type='text/css' 
             href='[% ctx.media_prefix %]/css/skin/[% ctx.skin %].css'></link>



More information about the open-ils-commits mailing list