Feature #4864 Invite Members facility

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/invite-friends-widget@148933 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2017-05-22 13:29:06 +00:00
parent f609f4d2b6
commit c3f2f309d0
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
</b:ControlGroup>
<b:Button ui:field="openModal">Send Invite</b:Button>
<b:Modal ui:field="modalWindow" title="Invite whoever's missing"
<b:Modal ui:field="modalWindow" title="Member's name"
backdrop="STATIC" keyboard="true" animation="true">
<b:Form type="VERTICAL">
<b:ControlGroup ui:field="nameGroup">
<b:TextBox placeholder="enter your friend's name" ui:field="name"></b:TextBox>
<b:TextBox placeholder="enter member's name here" ui:field="name"></b:TextBox>
<b:HelpBlock ui:field="nameErrors"></b:HelpBlock>
</b:ControlGroup>