Index: openacs-4/packages/contacts/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/index.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/contacts/www/index.tcl 7 Jun 2005 07:45:40 -0000 1.4 +++ openacs-4/packages/contacts/www/index.tcl 7 Jun 2005 18:55:37 -0000 1.5 @@ -167,6 +167,10 @@ display_col email } } -filters { + rel_type {} + query_id {} + page_size {} + tasks_interval {} } -orderby { first_names { label "[_ contacts.First_Name]" @@ -212,6 +216,7 @@ db_multirow -unclobber contacts contacts_select {} + # TOTAL COUNT CODE set contacts_total_count [db_string contacts_total_count {}] @@ -281,7 +286,7 @@ } if { $contacts_total_count > 0 } { append form_elements { - {result_count:integer(inform),optional {label "  [_ contacts.Results]"} {value "$contacts_total_count"}} + {results_count:integer(inform),optional {label "  [_ contacts.Results] $contacts_total_count"}} } }