Index: trunk/kernel/admin_templates/incs/catalog.js =================================================================== diff -u -r5063 -r5078 --- trunk/kernel/admin_templates/incs/catalog.js (.../catalog.js) (revision 5063) +++ trunk/kernel/admin_templates/incs/catalog.js (.../catalog.js) (revision 5078) @@ -176,6 +176,7 @@ this.TabRegistry[$index]['tab_id'] = $tab_id; this.TabRegistry[$index]['prefix'] = $tab.getAttribute('prefix'); this.TabRegistry[$index]['module_path'] = $tab.getAttribute('edit_template').substring(0, $tab.getAttribute('edit_template').indexOf('/')); + this.TabRegistry[$index]['view_template'] = $tab.getAttribute('view_template'); this.TabRegistry[$index]['edit_template'] = $tab.getAttribute('edit_template'); this.TabRegistry[$index]['dep_buttons'] = $tab.getAttribute('dep_buttons').split(','); this.TabRegistry[$index]['index'] = $index;