Index: branches/unlabeled/unlabeled-1.3.2/core/admin_templates/groups/groups_list.tpl
===================================================================
diff -u -r6868 -r7047
--- branches/unlabeled/unlabeled-1.3.2/core/admin_templates/groups/groups_list.tpl (.../groups_list.tpl) (revision 6868)
+++ branches/unlabeled/unlabeled-1.3.2/core/admin_templates/groups/groups_list.tpl (.../groups_list.tpl) (revision 7047)
@@ -21,7 +21,7 @@
}
var a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('new_group', '',
+ a_toolbar.AddButton( new ToolBarButton('new_group', '',
function() {
set_hidden_field('remove_specials[g.total]', 1);
std_precreate_item('g.total', 'in-portal/groups/groups_edit')
Index: branches/unlabeled/unlabeled-1.3.2/kernel/admin_templates/groups/groups_list.tpl
===================================================================
diff -u -r6868 -r7047
--- branches/unlabeled/unlabeled-1.3.2/kernel/admin_templates/groups/groups_list.tpl (.../groups_list.tpl) (revision 6868)
+++ branches/unlabeled/unlabeled-1.3.2/kernel/admin_templates/groups/groups_list.tpl (.../groups_list.tpl) (revision 7047)
@@ -21,7 +21,7 @@
}
var a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('new_group', '',
+ a_toolbar.AddButton( new ToolBarButton('new_group', '',
function() {
set_hidden_field('remove_specials[g.total]', 1);
std_precreate_item('g.total', 'in-portal/groups/groups_edit')
Index: branches/unlabeled/unlabeled-1.15.2/core/units/groups/groups_config.php
===================================================================
diff -u -r6730 -r7047
--- branches/unlabeled/unlabeled-1.15.2/core/units/groups/groups_config.php (.../groups_config.php) (revision 6730)
+++ branches/unlabeled/unlabeled-1.15.2/core/units/groups/groups_config.php (.../groups_config.php) (revision 7047)
@@ -29,7 +29,7 @@
'new_titlefield' => Array('g' => '!la_title_New_Group!'),
),
- 'groups_list' => Array('prefixes' => Array('g_List'), 'format' => "!la_title_Groups! (#g_recordcount#)"),
+ 'groups_list' => Array('prefixes' => Array('g.total_List'), 'format' => "!la_title_Groups! (#g.total_recordcount#)"),
'groups_edit' => Array('prefixes' => Array('g'), 'format' => "#g_status# '#g_titlefield#' - !la_title_General!"),