diff options
author | mcrane <mctch@yahoo.com> | 2009-04-19 02:04:35 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-04-19 02:04:35 -0600 |
commit | 9917ec285689b2088a8143af0e21a303d736b828 (patch) | |
tree | 5829c2a2fe76e329ae841db22ba2888c403a3c1d /config/freeswitch/freeswitch_gateways.tmp | |
parent | 439e960cad49bffbe4ad306fe119bc4ac7d02366 (diff) | |
download | pfsense-packages-9917ec285689b2088a8143af0e21a303d736b828.tar.gz pfsense-packages-9917ec285689b2088a8143af0e21a303d736b828.tar.bz2 pfsense-packages-9917ec285689b2088a8143af0e21a303d736b828.zip |
FreeSWITCH remove trailing white spaces.
Diffstat (limited to 'config/freeswitch/freeswitch_gateways.tmp')
-rw-r--r-- | config/freeswitch/freeswitch_gateways.tmp | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/config/freeswitch/freeswitch_gateways.tmp b/config/freeswitch/freeswitch_gateways.tmp index 240aa926..88be8fc4 100644 --- a/config/freeswitch/freeswitch_gateways.tmp +++ b/config/freeswitch/freeswitch_gateways.tmp @@ -4,7 +4,7 @@ freeswitch_gateways.php Copyright (C) 2008 Mark J Crane All rights reserved. - + FreeSWITCH (TM) http://www.freeswitch.org/ @@ -83,21 +83,21 @@ include("head.inc"); <td class="tabcont" > <form action="freeswitch_gateways.php" method="post" name="iform" id="iform"> -<?php +<?php if ($config_change == 1) { write_config(); - $config_change = 0; + $config_change = 0; } -//if ($savemsg) print_info_box($savemsg); +//if ($savemsg) print_info_box($savemsg); //if (file_exists($d_hostsdirty_path)): echo"<p>"; //print_info_box_np("The FreeSWITCH gateways have been changed.<br>You must apply the changes in order for them to take effect."); //echo"<br />"; -//endif; +//endif; ?> - <table width="100%" border="0" cellpadding="6" cellspacing="0"> + <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td><p><span class="vexpl"><span class="red"><strong>Gateways<br> </strong></span> @@ -106,7 +106,7 @@ if ($config_change == 1) { </tr> </table> <br /> - + <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="20%" class="listhdrr">Gateway</td> @@ -126,24 +126,24 @@ if ($config_change == 1) { </tr> - <?php - + <?php + $i = 0; if (count($a_gateways) > 0) { foreach ($a_gateways as $ent) { - + ?> <tr> <td class="listr" ondblclick="document.location='freeswitch_gateways_edit.php?id=<?=$i;?>';"> <?=$ent['gateway'];?> - </td> + </td> <td class="listr" ondblclick="document.location='freeswitch_gateways_edit.php?id=<?=$i;?>';"> <?=$ent['context'];?> </td> <td class="listr" ondblclick="document.location='freeswitch_gateways_edit.php?id=<?=$i;?>';"> <?=$ent['enabled'];?> - </td> + </td> <td class="listbg" ondblclick="document.location='freeswitch_gateways_edit.php?id=<?=$i;?>';"> <font color="#FFFFFF"><?=htmlspecialchars($ent['description']);?> </td> @@ -156,16 +156,16 @@ if ($config_change == 1) { </table> </td> </tr> - <?php + <?php - $i++; + $i++; } } ?> <tr> <td class="list" colspan="4"></td> - <td class="list"> + <td class="list"> <table border="0" cellspacing="0" cellpadding="1"> <tr> <td width="17"></td> @@ -181,7 +181,7 @@ if ($config_change == 1) { <td class="list"></td> </tr> </table> - + </form> |