getModule() . '&gID=' . $_GET['gID']), $osC_Template->getPageTitle()); ?>

size($osC_Template->getModule()) > 0 ) { echo $osC_MessageStack->output($osC_Template->getModule()); } $Qcfg = $osC_Database->query('select configuration_id, configuration_title, configuration_description, configuration_value, use_function from :table_configuration where configuration_group_id = :configuration_group_id order by sort_order'); $Qcfg->bindTable(':table_configuration', TABLE_CONFIGURATION); $Qcfg->bindInt(':configuration_group_id', $_GET['gID']); $Qcfg->execute(); ?>
get('batch_results_number_of_entries'), ($Qcfg->numberOfRows() > 0 ? 1 : 0), $Qcfg->numberOfRows(), $Qcfg->numberOfRows()); ?>
next() ) { if ( !osc_empty($Qcfg->value('use_function')) ) { $cfgValue = osc_call_user_func($Qcfg->value('use_function'), $Qcfg->value('configuration_value')); } else { $cfgValue = $Qcfg->value('configuration_value'); } ?>
get('table_heading_title'); ?> get('table_heading_value'); ?> get('table_heading_action'); ?>
 
value('configuration_title'); ?> getModule() . '&gID=' . $_GET['gID'] . '&cID=' . $Qcfg->valueInt('configuration_id') . '&action=save'), osc_icon('edit.png')); ?>
' . $osC_Language->get('table_action_legend') . ' ' . osc_icon('edit.png') . ' ' . $osC_Language->get('icon_edit'); ?>