Browse Source

Users module, sidebar button

Vova Tkach 6 years ago
parent
commit
a72070b24a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/module_users.go

+ 1 - 0
modules/module_users.go

@@ -104,6 +104,7 @@ func (this *Modules) RegisterModule_Users() *Module {
 					Target: "add-edit-button",
 				},
 			})
+			sidebar += `<button class="btn btn-primary btn-sidebar" id="add-edit-button">Add</button>`
 		}
 		return this.getSidebarModules(wrap), content, sidebar
 	})