Author: sevein
Date: Wed Aug 17 10:30:42 2011
New Revision: 9516

Log:
Show country name instead of its code

Modified:
   trunk/apps/qubit/modules/right/templates/_relatedRights.php

Modified: trunk/apps/qubit/modules/right/templates/_relatedRights.php
==============================================================================
--- trunk/apps/qubit/modules/right/templates/_relatedRights.php Tue Aug 16 
17:29:20 2011        (r9515)
+++ trunk/apps/qubit/modules/right/templates/_relatedRights.php Wed Aug 17 
10:30:42 2011        (r9516)
@@ -29,7 +29,7 @@
 
         <?php echo render_show(__('Copyright status date'), 
render_value($item->object->copyrightStatusDate)) ?>
 
-        <?php echo render_show(__('Copyright jurisdiction'), 
render_value($item->object->copyrightJurisdiction)) ?>
+        <?php echo render_show(__('Copyright jurisdiction'), 
render_value(format_country($item->object->copyrightJurisdiction))) ?>
 
         <?php echo render_show(__('Copyright note'), 
render_value($item->object->getCopyrightNote(array('cultureFallback' => 
true)))) ?>
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to