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:
parent
f609f4d2b6
commit
c3f2f309d0
|
@ -9,11 +9,11 @@
|
||||||
</b:ControlGroup>
|
</b:ControlGroup>
|
||||||
<b:Button ui:field="openModal">Send Invite</b:Button>
|
<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">
|
backdrop="STATIC" keyboard="true" animation="true">
|
||||||
<b:Form type="VERTICAL">
|
<b:Form type="VERTICAL">
|
||||||
<b:ControlGroup ui:field="nameGroup">
|
<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:HelpBlock ui:field="nameErrors"></b:HelpBlock>
|
||||||
|
|
||||||
</b:ControlGroup>
|
</b:ControlGroup>
|
||||||
|
|
Loading…
Reference in New Issue