Skip to content
Permalink
Browse files Browse the repository at this point in the history
Update extension_imports.php
  • Loading branch information
markjcrane committed Aug 13, 2019
1 parent 2ce613f commit fc8e4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/extensions/extension_imports.php
Expand Up @@ -358,7 +358,7 @@ function get_parent($schema,$table_name) {
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='extensions.php?".$_GET["query_string"]."'\" value='".$text['button-back']."'>\n";
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='extensions.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 fc8e4e2

Please sign in to comment.