Index: branches/RC/core/admin_templates/categories/categories_edit_permissions.tpl =================================================================== diff -u -r11495 -r11538 --- branches/RC/core/admin_templates/categories/categories_edit_permissions.tpl (.../categories_edit_permissions.tpl) (revision 11495) +++ branches/RC/core/admin_templates/categories/categories_edit_permissions.tpl (.../categories_edit_permissions.tpl) (revision 11538) @@ -1,14 +1,11 @@ - - - + - - + + + - - @@ -61,6 +58,10 @@ this.TabRegistry[$index]['index'] = $index; } + Catalog.prototype.displaySearch = function ($prefix) { + + } + Catalog.prototype.submit_event = function($prefix_special, $event, $t) { var $prev_template = get_hidden_field('t'); if (isset($event)) set_hidden_field('events[' + $prefix_special + ']', $event); @@ -114,7 +115,7 @@ - +
@@ -190,5 +191,11 @@ document.getElementById(access_cb_id).disabled = false; } } + + $(document).ready( + function() { + $PermManager.Init(); + } + );