Geert,

Herewith a patch for template/crud/admin/browse.html to be able to get the L10N messsages.

Regards

Pierre


Index: C:/DEV/Rife/rife-crud-svn/src/templates/crud/admin/browse.html
===================================================================
--- C:/DEV/Rife/rife-crud-svn/src/templates/crud/admin/browse.html      
(revision 2755)
+++ C:/DEV/Rife/rife-crud-svn/src/templates/crud/admin/browse.html      
(working copy)
@@ -27,13 +27,15 @@
                <tr>
                        <!--V 'columnheaders'--><!--/V-->
                        <!--B 'columnheader'-->
-                       <th nowrap="nowrap"><div>\<!--V 'L10N:[!V 
'property'/]'--><!--V 'property'/-->\<!--/V--></div></th>
+                         <th nowrap="nowrap"><div>\<!--V 'L10N:[!V 
'property'/]'--><!--V 'property'/-->\<!--/V--></div></th>
                        <!--/B-->
                        <th nowrap="nowrap"><div>\<!--V 
'L10N:column_label-actions'-->column_label-actions\<!--/V--></div></th>
                        <!--V 'associationheaders'--><!--/V-->
                        <!--B 'associationheader'-->
-                       <th nowrap="nowrap"><div id="association_header[!V 
'association_count'/]">\<!--V 'L10N:association_header-[!V 
'association_classname'/]'-->association_header-<!--V 
'association_classname'/-->\<!--/V--></div></th>
-                       \<!--BV 'L10N:association_header-[!V 
'association_classname'/]'--><!--V 'association_short-classname'/-->\<!--/BV-->
+                         <th nowrap="nowrap">
+                         <div id="association_header[!V 
'association_count'/]">\<!--V 'L10N:association_header-[!V 
'association_classname'/]'-->\<!--/V--></div></th>
+                         \<!--BV 'L10N:association_header-[!V 
'association_classname'/]'-->\<!--V 'L10N:association_header-[!V 
'association_short-classname'/]'-->\<!--/V-->\<!--/BV-->
+                         \<!--BV 'L10N:association_header-[!V 
'association_short-classname'/]'-->[!V 
'association_short-classname'/]\<!--/BV-->
                        <!--/B-->
                </tr>
        </thead>
_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://www.uwyn.com/mailman/listinfo/rife-users

Reply via email to