Update of /var/cvs/html/mmbase/admin
In directory james.mmbase.org:/tmp/cvs-serv24677
Modified Files:
index.jsp
Log Message:
i18n not quite working
See also: http://cvs.mmbase.org/viewcvs/html/mmbase/admin
Index: index.jsp
===================================================================
RCS file: /var/cvs/html/mmbase/admin/index.jsp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- index.jsp 22 Feb 2008 09:37:14 -0000 1.26
+++ index.jsp 22 Feb 2008 10:14:41 -0000 1.27
@@ -73,7 +73,7 @@
<mm:frameworkparam
name="component">${b.component.name}</mm:frameworkparam>
<mm:frameworkparam
name="block">${b.name}</mm:frameworkparam>
<li class="${b.name eq block and
subcat.component.name eq component ? 'current' : ''}">
- <a title="${b.description}"
href="${_}">${b.title}
+ <a title="${b.description}"
href="${_}">${mm:string(b.title)}
<span
class="component">(${b.component.name})</span>
</a>
</li>
@@ -89,7 +89,7 @@
</div>
<div id="content">
<c:catch var="exception">
- <h2 class="top">${blockObject.title}</h2>
+ <h2 class="top">${mm:string(blockObject.title)}</h2>
<mm:component debug="xml" name="$component" block="${block}">
<mm:frameworkparam
name="category">${category}</mm:frameworkparam>
</mm:component>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs