diff --git a/module/company/css/browse.css b/module/company/css/browse.css
index 9994e9dc9d..595c74318a 100644
--- a/module/company/css/browse.css
+++ b/module/company/css/browse.css
@@ -5,3 +5,5 @@
#userList tbody td {white-space: nowrap; overflow: hidden;}
.space-sm + .text-center {display: none;}
.c-role, .c-company, .c-visits {width: 90px;}
+
+.btn-group a.btn-primary {border-right: 1px solid rgba(255,255,255,0.3);}
diff --git a/module/company/view/browse.html.php b/module/company/view/browse.html.php
index e2c1b0b0bf..093702aade 100644
--- a/module/company/view/browse.html.php
+++ b/module/company/view/browse.html.php
@@ -29,19 +29,31 @@ js::set('confirmDelete', $lang->user->confirmDelete);
user->search;?>
- " . $lang->user->batchCreate, '', "class='btn btn-secondary'");?>
+
createLink('tutorial', 'wizard', "module=user&method=create¶ms=$wizardParams");
- echo html::a($link, "
{$lang->user->create}", '', "class='btn btn-primary create-user-btn'");
- }
- else
- {
- common::printLink('user', 'create', "dept={$deptID}", "
" . $lang->user->create, '', "class='btn btn-primary create-user-btn'");
- }
+ $wizardParams = helper::safe64Encode("dept=$deptID");
+ $link = $this->createLink('tutorial', 'wizard', "module=user&method=create¶ms=$wizardParams");
+ echo html::a($link, "
{$lang->user->create}", '', "class='btn btn-primary create-user-btn'");
?>
+
+
+ createLink('user', 'create', "dept={$deptID}");
+ $batchCreateUserLink = $this->createLink('user', 'batchCreate', "dept={$deptID}");
+ ?>
+
+ " . $lang->user->create, '', "class='btn btn-primary create-user-btn'");?>
+
+
+
+
+ " . $lang->user->batchCreate, '', "class='btn btn-secondary'");?>
+ " . $lang->user->create, '', "class='btn btn-primary'");?>
+
+