aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freeswitch/freeswitch_gateways_edit.tmp
diff options
context:
space:
mode:
authorMark Crane <mcrane@pfsense.org>2008-12-31 06:54:28 +0000
committerMark Crane <mcrane@pfsense.org>2008-12-31 06:54:28 +0000
commit5830a3551cf069d6d913154f3421b17800540896 (patch)
tree221dec60f1a0505388a5962973dae8f3c0ac0b18 /packages/freeswitch/freeswitch_gateways_edit.tmp
parent2b9a754d874e2a3f72a2c4f04ba1f976faa2d69b (diff)
downloadpfsense-packages-5830a3551cf069d6d913154f3421b17800540896.tar.gz
pfsense-packages-5830a3551cf069d6d913154f3421b17800540896.tar.bz2
pfsense-packages-5830a3551cf069d6d913154f3421b17800540896.zip
FreeSWITCH package change password fields from text to passwords, copy slim.swf to enable mp3 playback, fix a few links.
Diffstat (limited to 'packages/freeswitch/freeswitch_gateways_edit.tmp')
-rw-r--r--packages/freeswitch/freeswitch_gateways_edit.tmp4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/freeswitch/freeswitch_gateways_edit.tmp b/packages/freeswitch/freeswitch_gateways_edit.tmp
index 22757257..c4bb0a87 100644
--- a/packages/freeswitch/freeswitch_gateways_edit.tmp
+++ b/packages/freeswitch/freeswitch_gateways_edit.tmp
@@ -258,7 +258,7 @@ function show_advanced_config() {
$tab_array[] = array(gettext("IVR"), false, "/freeswitch/freeswitch_ivr.php");
$tab_array[] = array(gettext("Modules"), false, "/pkg_edit.php?xml=freeswitch_modules.xml&amp;id=0");
$tab_array[] = array(gettext("Public"), false, "/freeswitch/freeswitch_public_includes.php");
- $tab_array[] = array(gettext("Rec"), false, "/freeswitch/freeswitch_gateways.php");
+ $tab_array[] = array(gettext("Rec"), false, "/freeswitch/freeswitch_recordings.php");
$tab_array[] = array(gettext("Status"), false, "/freeswitch/freeswitch_status.php");
$tab_array[] = array(gettext("Vars"), false, "/pkg_edit.php?xml=freeswitch_vars.xml&amp;id=0");
display_top_tabs($tab_array);
@@ -301,7 +301,7 @@ function show_advanced_config() {
<tr>
<td width="22%" valign="top" class="vncellreq">Password</td>
<td width="78%" class="vtable">
- <input name="password" type="text" class="formfld" id="password" size="40" value="<?=htmlspecialchars($pconfig['password']);?>">
+ <input name="password" type="password" class="formfld" id="password" size="40" value="<?=htmlspecialchars($pconfig['password']);?>">
<br><span class="vexpl">Enter the password here.<br></span>
</td>
</tr>