Skip to content
Permalink
Browse files Browse the repository at this point in the history
Update contact_import.php
  • Loading branch information
markjcrane committed Aug 13, 2019
1 parent cc820b2 commit ccdb275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/contacts/contact_import.php
Expand Up @@ -379,7 +379,7 @@ function get_parent($schema,$table_name) {
echo "<tr>\n";
echo "<td align='left' width='30%' nowrap='nowrap'><b>".$text['header-contacts_import']."</b></td>\n";
echo "<td width='70%' align='right'>\n";
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='contacts.php?".$_GET["query_string"]."'\" value='".$text['button-back']."'>\n";
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='contacts.php'\" value='".$text['button-back']."'>\n";
echo "</td>\n";
echo "</tr>\n";
echo "<tr>\n";
Expand Down Expand Up @@ -433,7 +433,7 @@ function get_parent($schema,$table_name) {
echo " ".$text['description-contacts_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='contacts.php?".$_GET["query_string"]."'\" value='".$text['button-back']."'>\n";
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='contacts.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";
Expand Down

0 comments on commit ccdb275

Please sign in to comment.