diff options
31 files changed, 171 insertions, 77 deletions
diff --git a/config/freeswitch_dev/freeswitch.inc b/config/freeswitch_dev/freeswitch.inc index a5e1296a..80c5cae2 100644 --- a/config/freeswitch_dev/freeswitch.inc +++ b/config/freeswitch_dev/freeswitch.inc @@ -7,8 +7,7 @@ Copyright (C) 2008 Mark J Crane All rights reserved. - FreeSWITCH (TM) - http://www.freeswitch.org/ + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -33,6 +32,7 @@ */ //ob_start("ob_gzhandler"); +$v_project_label = 'FreeSWITCH'; //FreeSWITCH (TM) http://www.freeswitch.org/ function build_menu() { diff --git a/config/freeswitch_dev/freeswitch_dialplan.tmp b/config/freeswitch_dev/freeswitch_dialplan.tmp index fcfb3192..a754d68f 100644 --- a/config/freeswitch_dev/freeswitch_dialplan.tmp +++ b/config/freeswitch_dev/freeswitch_dialplan.tmp @@ -82,8 +82,10 @@ function sf() { document.forms[0].savetopath.focus(); } }); </script> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Dialplan</p> +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Dialplan</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_dialplan_includes.tmp b/config/freeswitch_dev/freeswitch_dialplan_includes.tmp index 55379ea5..b64cdfe4 100644 --- a/config/freeswitch_dev/freeswitch_dialplan_includes.tmp +++ b/config/freeswitch_dev/freeswitch_dialplan_includes.tmp @@ -104,8 +104,11 @@ include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Dialplan</p> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Dialplan</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_dialplan_includes_details_edit.tmp b/config/freeswitch_dev/freeswitch_dialplan_includes_details_edit.tmp index f3cbf71d..d8dccc7a 100644 --- a/config/freeswitch_dev/freeswitch_dialplan_includes_details_edit.tmp +++ b/config/freeswitch_dev/freeswitch_dialplan_includes_details_edit.tmp @@ -120,8 +120,11 @@ include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Dialplan: Details: Edit</p> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Dialplan: Details: Edit</p>\n"; +?> <?php if ($input_errors) print_input_errors($input_errors); ?> diff --git a/config/freeswitch_dev/freeswitch_dialplan_includes_edit.tmp b/config/freeswitch_dev/freeswitch_dialplan_includes_edit.tmp index a6118042..b852e22b 100644 --- a/config/freeswitch_dev/freeswitch_dialplan_includes_edit.tmp +++ b/config/freeswitch_dev/freeswitch_dialplan_includes_edit.tmp @@ -170,8 +170,11 @@ include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Dialplan: Edit</p> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Dialplan: Edit</p>\n"; +?> <?php if ($input_errors) print_input_errors($input_errors); ?> diff --git a/config/freeswitch_dev/freeswitch_extensions.tmp b/config/freeswitch_dev/freeswitch_extensions.tmp index b1db2702..45ce9b8d 100644 --- a/config/freeswitch_dev/freeswitch_extensions.tmp +++ b/config/freeswitch_dev/freeswitch_extensions.tmp @@ -1,7 +1,7 @@ <?php /* $Id$ */ /* - freeswitch_extensions.php + freeswitch_extensions.php Copyright (C) 2008 Mark J Crane All rights reserved. @@ -57,8 +57,11 @@ include("head.inc"); <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Extensions</p> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Extensions</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_extensions_edit.tmp b/config/freeswitch_dev/freeswitch_extensions_edit.tmp index 714014ed..571492e6 100644 --- a/config/freeswitch_dev/freeswitch_extensions_edit.tmp +++ b/config/freeswitch_dev/freeswitch_extensions_edit.tmp @@ -133,8 +133,12 @@ function show_advanced_config() { </script> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Extensions: Edit</p> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Extensions: Edit</p>\n"; +?> + <?php if ($input_errors) print_input_errors($input_errors); ?> diff --git a/config/freeswitch_dev/freeswitch_fax.tmp b/config/freeswitch_dev/freeswitch_fax.tmp index 38992663..199cd8f3 100644 --- a/config/freeswitch_dev/freeswitch_fax.tmp +++ b/config/freeswitch_dev/freeswitch_fax.tmp @@ -141,8 +141,11 @@ include("head.inc"); <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: FAX</p> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: FAX</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_fax_edit.tmp b/config/freeswitch_dev/freeswitch_fax_edit.tmp index 43b22cf3..869eae79 100644 --- a/config/freeswitch_dev/freeswitch_fax_edit.tmp +++ b/config/freeswitch_dev/freeswitch_fax_edit.tmp @@ -341,9 +341,12 @@ function show_advanced_config() { </script> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: FAX: Edit</p> -<?php if ($input_errors) print_input_errors($input_errors); ?> +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: FAX: Edit</p>\n"; + +if ($input_errors) print_input_errors($input_errors); +?> <div id="mainlevel"> diff --git a/config/freeswitch_dev/freeswitch_features.tmp b/config/freeswitch_dev/freeswitch_features.tmp index 1a2ed969..b884163d 100644 --- a/config/freeswitch_dev/freeswitch_features.tmp +++ b/config/freeswitch_dev/freeswitch_features.tmp @@ -53,8 +53,12 @@ include("head.inc"); <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Extensions</p> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Features</p>\n"; +?> + <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_gateways.tmp b/config/freeswitch_dev/freeswitch_gateways.tmp index 16d933fd..397646ea 100644 --- a/config/freeswitch_dev/freeswitch_gateways.tmp +++ b/config/freeswitch_dev/freeswitch_gateways.tmp @@ -57,8 +57,11 @@ include("head.inc"); <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Gateways</p> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Gateways</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_gateways_edit.tmp b/config/freeswitch_dev/freeswitch_gateways_edit.tmp index 977e562e..2ee6259d 100644 --- a/config/freeswitch_dev/freeswitch_gateways_edit.tmp +++ b/config/freeswitch_dev/freeswitch_gateways_edit.tmp @@ -326,9 +326,12 @@ function show_advanced_config() { <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Gateways: Edit</p> -<?php if ($input_errors) print_input_errors($input_errors); ?> +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Gateways: Edit</p>\n"; + +if ($input_errors) print_input_errors($input_errors); +?> <div id="mainlevel"> diff --git a/config/freeswitch_dev/freeswitch_hunt_group.tmp b/config/freeswitch_dev/freeswitch_hunt_group.tmp index ea3fe44d..f7bffe72 100644 --- a/config/freeswitch_dev/freeswitch_hunt_group.tmp +++ b/config/freeswitch_dev/freeswitch_hunt_group.tmp @@ -87,8 +87,11 @@ include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Hunt Group</p> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Hunt Group</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_hunt_group_destinations_edit.tmp b/config/freeswitch_dev/freeswitch_hunt_group_destinations_edit.tmp index 4d6d1c01..5bc17d3a 100644 --- a/config/freeswitch_dev/freeswitch_hunt_group_destinations_edit.tmp +++ b/config/freeswitch_dev/freeswitch_hunt_group_destinations_edit.tmp @@ -108,9 +108,13 @@ include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Hunt Group: Destinations: Edit</p> -<?php if ($input_errors) print_input_errors($input_errors); ?> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Hunt Group: Destinations: Edit</p>\n"; + +if ($input_errors) print_input_errors($input_errors); +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_hunt_group_edit.tmp b/config/freeswitch_dev/freeswitch_hunt_group_edit.tmp index fe22a78e..bf78206e 100644 --- a/config/freeswitch_dev/freeswitch_hunt_group_edit.tmp +++ b/config/freeswitch_dev/freeswitch_hunt_group_edit.tmp @@ -127,9 +127,14 @@ include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Hunt Group: Edit</p> -<?php if ($input_errors) print_input_errors($input_errors); ?> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Hunt Group: Edit</p>\n"; + +if ($input_errors) print_input_errors($input_errors); + +?> <div id="mainlevel"> diff --git a/config/freeswitch_dev/freeswitch_ivr.tmp b/config/freeswitch_dev/freeswitch_ivr.tmp index c1e53dff..5543e755 100644 --- a/config/freeswitch_dev/freeswitch_ivr.tmp +++ b/config/freeswitch_dev/freeswitch_ivr.tmp @@ -55,8 +55,11 @@ include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: IVR</p> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: IVR</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_ivr_edit.tmp b/config/freeswitch_dev/freeswitch_ivr_edit.tmp index 6b64994e..ddeac557 100644 --- a/config/freeswitch_dev/freeswitch_ivr_edit.tmp +++ b/config/freeswitch_dev/freeswitch_ivr_edit.tmp @@ -222,9 +222,14 @@ function sf() { document.forms[0].savetopath.focus(); } </script> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: IVR: Edit</p> -<?php if ($input_errors) print_input_errors($input_errors); ?> +<?php + +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: IVR: Edit</p>\n"; + +if ($input_errors) print_input_errors($input_errors); + +?> <div id="mainlevel"> diff --git a/config/freeswitch_dev/freeswitch_ivr_options_edit.tmp b/config/freeswitch_dev/freeswitch_ivr_options_edit.tmp index 894064e3..85bf4dee 100644 --- a/config/freeswitch_dev/freeswitch_ivr_options_edit.tmp +++ b/config/freeswitch_dev/freeswitch_ivr_options_edit.tmp @@ -109,9 +109,13 @@ include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: IVR: Options: Edit</p> -<?php if ($input_errors) print_input_errors($input_errors); ?> +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Options: Edit</p>\n"; + +if ($input_errors) print_input_errors($input_errors); + +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_profile_edit.tmp b/config/freeswitch_dev/freeswitch_profile_edit.tmp index 2466f115..84742e8f 100644 --- a/config/freeswitch_dev/freeswitch_profile_edit.tmp +++ b/config/freeswitch_dev/freeswitch_profile_edit.tmp @@ -64,8 +64,10 @@ function sf() { document.forms[0].savetopath.focus(); } }); </script> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Edit Profile</p> +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Edit Profile</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_profiles.tmp b/config/freeswitch_dev/freeswitch_profiles.tmp index 188619f4..3de99c70 100644 --- a/config/freeswitch_dev/freeswitch_profiles.tmp +++ b/config/freeswitch_dev/freeswitch_profiles.tmp @@ -73,8 +73,12 @@ include("head.inc"); <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Profiles</p> + + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Profiles</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_public.tmp b/config/freeswitch_dev/freeswitch_public.tmp index 0c05fe47..b82b1718 100644 --- a/config/freeswitch_dev/freeswitch_public.tmp +++ b/config/freeswitch_dev/freeswitch_public.tmp @@ -82,8 +82,11 @@ function sf() { document.forms[0].savetopath.focus(); } }); </script> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Public</p> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Public</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_public_includes.tmp b/config/freeswitch_dev/freeswitch_public_includes.tmp index 51a535d4..7f6d0409 100644 --- a/config/freeswitch_dev/freeswitch_public_includes.tmp +++ b/config/freeswitch_dev/freeswitch_public_includes.tmp @@ -106,8 +106,11 @@ include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Public</p> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Public</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_public_includes_details_edit.tmp b/config/freeswitch_dev/freeswitch_public_includes_details_edit.tmp index c6cba5be..feb071cb 100644 --- a/config/freeswitch_dev/freeswitch_public_includes_details_edit.tmp +++ b/config/freeswitch_dev/freeswitch_public_includes_details_edit.tmp @@ -116,10 +116,15 @@ include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Public: Details: Edit</p> -<?php if ($input_errors) print_input_errors($input_errors); ?> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Public: Details: Edit</p>\n"; + +if ($input_errors) { print_input_errors($input_errors); } + +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_public_includes_edit.tmp b/config/freeswitch_dev/freeswitch_public_includes_edit.tmp index e98dedeb..5e6f51af 100644 --- a/config/freeswitch_dev/freeswitch_public_includes_edit.tmp +++ b/config/freeswitch_dev/freeswitch_public_includes_edit.tmp @@ -173,9 +173,13 @@ include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Public: Edit</p> -<?php if ($input_errors) print_input_errors($input_errors); ?> +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Public: Edit/p>\n"; + +if ($input_errors) print_input_errors($input_errors); + +?> <div id="mainlevel"> diff --git a/config/freeswitch_dev/freeswitch_recordings.tmp b/config/freeswitch_dev/freeswitch_recordings.tmp index 7d504d15..9b9ac9cf 100644 --- a/config/freeswitch_dev/freeswitch_recordings.tmp +++ b/config/freeswitch_dev/freeswitch_recordings.tmp @@ -151,8 +151,10 @@ function EvalSound(soundobj) { </script> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Recordings</p> +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Recordings</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_recordings_edit.tmp b/config/freeswitch_dev/freeswitch_recordings_edit.tmp index e53c44fc..3b0e2e1d 100644 --- a/config/freeswitch_dev/freeswitch_recordings_edit.tmp +++ b/config/freeswitch_dev/freeswitch_recordings_edit.tmp @@ -98,8 +98,12 @@ include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Recordings: Edit</p> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_labels: Recordings: Edit</p>\n"; +?> + <?php if ($input_errors) print_input_errors($input_errors); ?> diff --git a/config/freeswitch_dev/freeswitch_settings.tmp b/config/freeswitch_dev/freeswitch_settings.tmp index 462078a5..5d4f19fb 100644 --- a/config/freeswitch_dev/freeswitch_settings.tmp +++ b/config/freeswitch_dev/freeswitch_settings.tmp @@ -128,8 +128,10 @@ function show_advanced_config() { </script> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Settings</p> +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_labels: Settings</p>\n"; +?> <?php if ($input_errors) print_input_errors($input_errors); ?> diff --git a/config/freeswitch_dev/freeswitch_status.tmp b/config/freeswitch_dev/freeswitch_status.tmp index 4fa4181a..355adba3 100644 --- a/config/freeswitch_dev/freeswitch_status.tmp +++ b/config/freeswitch_dev/freeswitch_status.tmp @@ -107,7 +107,7 @@ $host = $config['interfaces']['lan']['ipaddr']; $savemsg = $_GET["savemsg"]; -//if freeswitch is not running then start it +//if service is not running then start it if (!pkg_is_service_running('freeswitch')) { $handle = popen("/usr/local/etc/rc.d/freeswitch.sh start", "r"); pclose($handle); @@ -133,11 +133,12 @@ if (!pkg_is_service_running('freeswitch')) { </script> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> - -<p class="pgtitle">FreeSWITCH: Status</font></p> <?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Status</p>\n"; + + if ($savemsg) { print_info_box($savemsg); } diff --git a/config/freeswitch_dev/freeswitch_time_conditions.tmp b/config/freeswitch_dev/freeswitch_time_conditions.tmp index 17787ad3..315d0d72 100644 --- a/config/freeswitch_dev/freeswitch_time_conditions.tmp +++ b/config/freeswitch_dev/freeswitch_time_conditions.tmp @@ -55,8 +55,10 @@ include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: IVR: Options</p> +<?php +//include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_labels: IVR Options</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_time_conditions_edit.tmp b/config/freeswitch_dev/freeswitch_time_conditions_edit.tmp index 45631929..4e6cfe47 100644 --- a/config/freeswitch_dev/freeswitch_time_conditions_edit.tmp +++ b/config/freeswitch_dev/freeswitch_time_conditions_edit.tmp @@ -100,15 +100,17 @@ if ($_POST) { } } -$pgtitle = "FreeSWITCH: IVR: Options: Edit"; -include("head.inc"); - ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle"><?=$pgtitle?></p> -<?php if ($input_errors) print_input_errors($input_errors); ?> +<?php +include("head.inc"); +//include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_labels: IVR Options: Edit</p>\n"; + +if ($input_errors) print_input_errors($input_errors); + +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/config/freeswitch_dev/freeswitch_vars.tmp b/config/freeswitch_dev/freeswitch_vars.tmp index 5e7a5744..c1a06999 100644 --- a/config/freeswitch_dev/freeswitch_vars.tmp +++ b/config/freeswitch_dev/freeswitch_vars.tmp @@ -82,8 +82,10 @@ function sf() { document.forms[0].savetopath.focus(); } }); </script> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Variables</p> +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Variables</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> |