Update voicemail_imports.php

This commit is contained in:
FusionPBX 2019-09-07 01:08:48 -06:00 committed by GitHub
parent a7c8fdab2b
commit 53e9ee5683
1 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2018
Portions created by the Initial Developer are Copyright (C) 2019
the Initial Developer. All Rights Reserved.
Contributor(s):
@ -121,7 +121,7 @@
$schema[$i]['fields'][] = $field_name;
}
}
$i++;
$i++;
}
}
}
@ -332,7 +332,7 @@
echo " ".$text['description-import']."\n";
echo " </td>\n";
echo " <td valign='top' width='70%' align='right'>\n";
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='voicemails.php?".$_GET["query_string"]."'\" value='".$text['button-back']."'>\n";
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='voicemails.php'\" value='".$text['button-back']."'>\n";
//echo " <input name='submit' type='submit' class='btn' id='import' value=\"".$text['button-import']."\">\n";
echo " </td>\n";
echo " </tr>\n";
@ -427,4 +427,4 @@
//include the footer
require_once "resources/footer.php";
?>
?>