mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Import members: added UI
This commit is contained in:
parent
c6b12dc5ad
commit
027aacb50e
3 changed files with 42 additions and 10 deletions
|
|
@ -5,3 +5,11 @@ template(name="importPopup")
|
|||
p: label(for='import-textarea') {{_ getLabel}}
|
||||
textarea#import-textarea.js-import-json(placeholder="{{_ 'import-json-placeholder'}}" autofocus)
|
||||
input.primary.wide(type="submit" value="{{_ 'import'}}")
|
||||
|
||||
template(name="mapMembersPopup")
|
||||
p {{_ 'import-members-map'}}
|
||||
ul
|
||||
each members
|
||||
li.item {{ fullName }} > world
|
||||
form
|
||||
input.primary.wide(type="submit" value="{{_ 'import'}}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue