Author: rhirsch
Date: Tue Sep 29 13:45:21 2009
New Revision: 819946
URL: http://svn.apache.org/viewvc?rev=819946&view=rev
Log:
[ESME-40] Static Texts in Resource File
Modified:
incubator/esme/trunk/server/src/main/webapp/templates-hidden/default.html
Modified:
incubator/esme/trunk/server/src/main/webapp/templates-hidden/default.html
URL:
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/templates-hidden/default.html?rev=819946&r1=819945&r2=819946&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/templates-hidden/default.html
(original)
+++ incubator/esme/trunk/server/src/main/webapp/templates-hidden/default.html
Tue Sep 29 13:45:21 2009
@@ -2,7 +2,7 @@
xml:lang="eng">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
- <title>Enterprise Social Messaging Experiment</title>
+ <title><lift:loc>ui_default_title</lift:loc></title>
<lift:Style.header />
@@ -48,7 +48,7 @@
</div>
<div class="foot">
- <center>ESME</center>
+ <center><lift:loc>ui_default_footer</lift:loc></center>
</div>
</body>
</html>