getModule()), $osC_Template->getPageTitle()); ?>

size($osC_Template->getModule()) > 0) { echo $osC_MessageStack->get($osC_Template->getModule()); } ?>
get('action_heading_batch_edit_cards'); ?>

get('introduction_batch_edit_cards'); ?>

query('select id, credit_card_name from :table_credit_cards where id in (":id") order by credit_card_name'); $Qcc->bindTable(':table_credit_cards', TABLE_CREDIT_CARDS); $Qcc->bindRaw(':id', implode('", "', array_unique(array_filter(array_slice($_POST['batch'], 0, MAX_DISPLAY_SEARCH_RESULTS), 'is_numeric')))); $Qcc->execute(); $names_string = ''; while ($Qcc->next()) { $names_string .= osc_draw_hidden_field('batch[]', $Qcc->valueInt('id')) . '' . $Qcc->valueProtected('credit_card_name') . ', '; } if ( !empty($names_string) ) { $names_string = substr($names_string, 0, -2) . osc_draw_hidden_field('subaction', 'confirm'); } echo '

' . $names_string . '

'; echo '

' . osc_draw_radio_field('type', array(array('id' => 'activate', 'text' => $osC_Language->get('activate')), array('id' => 'deactivate', 'text' => $osC_Language->get('deactivate'))), 'activate') . '

'; ?>

get('button_save') . '" class="operationButton" /> '; ?>