';
echo get_module_title("Users",' Profiles', true);
global $adb;
global $theme;
$theme_path="themes/".$theme."/";
$image_path=$theme_path."images/";
require_once($theme_path.'layout_utils.php');
$xtpl=new XTemplate ('modules/Users/ListProfiles.html');
$sql = "select * from profile";
$profileListResult = $adb->query($sql);
$noofrows = $adb->num_rows($profileListResult);
$standCustFld = getStdOutput($profileListResult, $noofrows, $mod_strings);
//Standard PickList Fields
function getStdOutput($profileListResult, $noofrows, $mod_strings)
{
global $adb;
//echo get_form_header("Profiles", "", false );
$standCustFld= '';
$standCustFld .= '';
$standCustFld .= '';
$standCustFld .= '
';
$standCustFld .= '
';
$standCustFld .= '
Operation | ';
$standCustFld .= 'Profile Name | '; $standCustFld .= '
'; $standCustFld .= ' | '.$profile_name.' |