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

Please sign in to comment.