Index: modules/customerprint.php =================================================================== RCS file: /cvsroot/lms/modules/customerprint.php,v retrieving revision 1.21 diff -u -r1.21 customerprint.php --- modules/customerprint.php 18 Jan 2011 08:12:21 -0000 1.21 +++ modules/customerprint.php 19 Mar 2011 09:22:46 -0000 @@ -72,12 +72,12 @@ $SMARTY->assign('customerlist', $LMS->GetCustomerList($_POST['order'].','.$_POST['direction'], $_POST['filter'], $_POST['network'], $_POST['customergroup'], $search, $date, 'AND', $_POST['nodegroup'])); break; case 1: - $layout['pagetitle'] = trans('Interested Customers List'); - $SMARTY->assign('customerlist', $LMS->GetCustomerList($_POST['order'].','.$_POST['direction'], $_POST['filter'], NULL, NULL, $search, $date)); + $layout['pagetitle'] = trans('Interested Customers List $0',($_POST['customergroup'] ? trans('(Group: $0)',$LMS->CustomergroupGetName($_POST['customergroup'])) : ''));; + $SMARTY->assign('customerlist', $LMS->GetCustomerList($_POST['order'].','.$_POST['direction'], $_POST['filter'], NULL, $_POST['customergroup'], $search, $date)); break; case 2: - $layout['pagetitle'] = trans('List of awaiting customers'); - $SMARTY->assign('customerlist', $LMS->GetCustomerList($_POST['order'].','.$_POST['direction'], $_POST['filter'], NULL, NULL, $search, $date)); + $layout['pagetitle'] = trans('List of awaiting customers $0',($_POST['customergroup'] ? trans('(Group: $0)',$LMS->CustomergroupGetName($_POST['customergroup'])) : '')); + $SMARTY->assign('customerlist', $LMS->GetCustomerList($_POST['order'].','.$_POST['direction'], $_POST['filter'], NULL, $_POST['customergroup'], $search, $date)); break; case 3: $layout['pagetitle'] = trans('List of Connected Customers $0$1',($_POST['network'] ? trans(' (Net: $0)',$LMS->GetNetworkName($_POST['network'])) : ''),($_POST['customergroup'] ? trans('(Group: $0)',$LMS->CustomergroupGetName($_POST['customergroup'])) : '')); Index: lib/locale/pl/strings.php =================================================================== RCS file: /cvsroot/lms/lib/locale/pl/strings.php,v retrieving revision 1.374 diff -u -r1.374 strings.php --- lib/locale/pl/strings.php 18 Jan 2011 08:12:07 -0000 1.374 +++ lib/locale/pl/strings.php 19 Mar 2011 09:22:46 -0000 @@ -171,7 +171,7 @@ $_LANG['Attachments:'] = 'Załączniki:'; $_LANG['Avg. monthly income:'] = 'Śr. mies. przychód:'; $_LANG['awaiting'] = 'oczekujący'; -$_LANG['List of awaiting customers'] = 'Lista klientów oczekujących'; +$_LANG['List of awaiting customers $0'] = 'Lista klientów oczekujących $0'; $_LANG['$0'] = '$0'; $_LANG['Backup Delete'] = 'Backup Delete'; $_LANG['Backups'] = 'Kopie zapasowe'; @@ -686,7 +686,7 @@ $_LANG['interested'] = 'zainteresowani'; $_LANG['interested'] = 'zainteresowany'; $_LANG['Interested:'] = 'Zainteresowani:'; -$_LANG['Interested Customers List'] = 'Lista zainteresowanych klientów'; +$_LANG['Interested Customers List $0'] = 'Lista zainteresowanych klientów $0'; $_LANG['Interface:'] = 'Interfejs:'; $_LANG['Invalid chars in group name!'] = 'Niedozwolone znaki w nazwie grupy!'; $_LANG['Invalid date format!'] = 'Nieprawidłowy format daty!';