2006/unicorn/WebContent/WEB-INF/resources/templates language.vm,1.22,1.23

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates
In directory hutz:/tmp/cvs-serv6052/WebContent/WEB-INF/resources/templates

Modified Files:
	language.vm 
Log Message:
added defaultLocale displayName of languages in the table header

Index: language.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/language.vm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- language.vm	22 Mar 2010 18:17:41 -0000	1.22
+++ language.vm	22 Mar 2010 18:29:23 -0000	1.23
@@ -62,7 +62,7 @@
 				#set($prop = $languageProps.get($locale))
 				#set($meta = $metadataProps.get($locale))
 				#set($percent = 100 * $math.div($math.add($prop.size(), $meta.size()), $math.add($defaultProps.size(), $defaultMetadata.size())))
-				<th scope="col">$strUtils.capitalize($locale.getDisplayName($locale))<br />$percent.intValue()% <a href="./translations?ucn_lang=$locale.getName()">Edit</a></th>
+				<th scope="col">$strUtils.capitalize($locale.getDisplayName($defaultLocale))<br />$strUtils.capitalize($locale.getDisplayName($locale))<br />$percent.intValue()%<br /><a href="./translations?ucn_lang=$locale.getName()">Edit</a></th>
 			#end
 			#end
 			</tr>

Received on Monday, 22 March 2010 18:29:26 UTC