diff --git a/core/users/user_imports.php b/core/users/user_imports.php index f0ba5bb956..239e28609d 100644 --- a/core/users/user_imports.php +++ b/core/users/user_imports.php @@ -146,12 +146,12 @@ require_once "resources/header.php"; //form to match the fields to the column names - echo "
\n"; + echo "\n"; echo "
\n"; echo "
".$text['header-user_import']."
\n"; echo "
\n"; - echo button::create(['type'=>'button','label'=>$text['button-back'],'icon'=>$_SESSION['theme']['button_icon_back'],'style'=>'margin-right: 15px;','link'=>'users.php']); + echo button::create(['type'=>'button','label'=>$text['button-back'],'icon'=>$_SESSION['theme']['button_icon_back'],'style'=>'margin-right: 15px;','link'=>'user_imports.php']); echo button::create(['type'=>'submit','label'=>$text['button-import'],'icon'=>$_SESSION['theme']['button_icon_import']]); echo "
\n"; echo "
\n";