|
|
@ -75,8 +75,10 @@ |
|
|
|
<div class="btn-group navbar-form navbar-left"> |
|
|
|
<div class="btn-group navbar-form navbar-left"> |
|
|
|
<div class="btn-group dropdown ownerEl"> |
|
|
|
<div class="btn-group dropdown ownerEl"> |
|
|
|
<button class="btn btn-default dropdown-toggle help" type="button" id="inviteMenuButton" data-toggle="dropdown" data-toggle="tooltip" data-placement="bottom" title="<%=l 'INVITE_PEOPLE' %>"> |
|
|
|
<button class="btn btn-default dropdown-toggle help" type="button" id="inviteMenuButton" data-toggle="dropdown" data-toggle="tooltip" data-placement="bottom" title="<%=l 'INVITE_PEOPLE' %>"> |
|
|
|
<span class="glyphicon glyphicon-user"></span> |
|
|
|
<span class="glyphicon glyphicon-user"> |
|
|
|
<span class="caret"></span> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span class="caret"> |
|
|
|
|
|
|
|
</span> |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
<ul class="dropdown-menu" role="menu" aria-labelledby="inviteMenuButton" id="inviteMenu"> |
|
|
|
<ul class="dropdown-menu" role="menu" aria-labelledby="inviteMenuButton" id="inviteMenu"> |
|
|
|
<li class="text-center"> |
|
|
|
<li class="text-center"> |
|
|
@ -95,27 +97,12 @@ |
|
|
|
<li class="divider"> |
|
|
|
<li class="divider"> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<form class="navbar-form" id="inviteEmail" action="" method="post"> |
|
|
|
<div class="text-center"> |
|
|
|
<p class="text-center"> |
|
|
|
<button type="button" class="btn btn-default help" id="showEmailInvite" data-toggle="tooltip" data-placement="bottom" title="<%=l 'YOU_CAN_INVITE_BY_MAIL' %>"> |
|
|
|
<%=l 'YOU_CAN_INVITE_BY_MAIL' %> |
|
|
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
<div class="input-group"> |
|
|
|
|
|
|
|
<input type="email" id="recipient" class="form-control help" placeholder="<%=l 'EMAIL_PLACEHOLDER' %>" data-toggle="tooltip" data-placement="bottom" title="<%=l 'SEND_INVITE' %>"/> |
|
|
|
|
|
|
|
<span class="input-group-btn"> |
|
|
|
|
|
|
|
<button id="inviteEmailButton" type="submit" class="btn btn-default help" data-toggle="tooltip" data-placement="bottom" title="<%=l 'SEND_INVITE' %>"> |
|
|
|
|
|
|
|
<span class="glyphicon glyphicon-send"> |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</button> |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="input-group"> |
|
|
|
|
|
|
|
<textarea id="message" name="message" class="form-control help" placeholder="<%=l 'MESSAGE' %>" data-toggle="tooltip" data-placement="bottom" title="<%=l 'SEND_CUSTOM_MESSAGE' %>"></textarea> |
|
|
|
|
|
|
|
<span class="input-group-addon"> |
|
|
|
|
|
|
|
<span class="glyphicon glyphicon-envelope"> |
|
|
|
<span class="glyphicon glyphicon-envelope"> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
|
|
|
|
</li> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -815,6 +802,50 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="modal fade" role="dialog" id="emailInviteModal" aria-labelledby="persistentModal" aria-hidden="true"> |
|
|
|
|
|
|
|
<div class="modal-dialog modal-lg"> |
|
|
|
|
|
|
|
<div class="modal-content"> |
|
|
|
|
|
|
|
<div class="modal-header"> |
|
|
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"> |
|
|
|
|
|
|
|
× |
|
|
|
|
|
|
|
</button> |
|
|
|
|
|
|
|
<h4 class="modal-title"> |
|
|
|
|
|
|
|
<%=l 'SEND_INVITE' %> |
|
|
|
|
|
|
|
</h4> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="modal-body"> |
|
|
|
|
|
|
|
<form id ="inviteEmail" class="form-horizontal" role="form" id="persistentForm"> |
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
|
|
|
|
<label for="recipient" class="col-sm-4 control-label"> |
|
|
|
|
|
|
|
<%=l 'RECIPIENT' %> |
|
|
|
|
|
|
|
</label> |
|
|
|
|
|
|
|
<div class="col-sm-8"> |
|
|
|
|
|
|
|
<input type="email" id="recipient" class="form-control" placeholder="<%=l 'EMAIL_PLACEHOLDER' %>"/> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
|
|
|
|
<label for="recipient" class="col-sm-4 control-label"> |
|
|
|
|
|
|
|
<%=l 'MESSAGE' %> |
|
|
|
|
|
|
|
</label> |
|
|
|
|
|
|
|
<div class="col-sm-8"> |
|
|
|
|
|
|
|
<textarea id="message" name="message" class="form-control" placeholder="<%=l 'MESSAGE' %>"></textarea> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
|
|
|
|
<div class="col-sm-offset-4 col-sm-8"> |
|
|
|
|
|
|
|
<button type="submit" id="inviteEmailButton" class="btn btn-primary"> |
|
|
|
|
|
|
|
<%=l 'SUBMIT' %> |
|
|
|
|
|
|
|
</button> |
|
|
|
|
|
|
|
<button class="btn btn-default" data-dismiss="modal"> |
|
|
|
|
|
|
|
<%=l 'CANCEL' %> |
|
|
|
|
|
|
|
</button> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</form> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="modal fade" role="dialog" id="persistentModal" aria-labelledby="persistentModal" aria-hidden="true"> |
|
|
|
<div class="modal fade" role="dialog" id="persistentModal" aria-labelledby="persistentModal" aria-hidden="true"> |
|
|
|
<div class="modal-dialog modal-lg"> |
|
|
|
<div class="modal-dialog modal-lg"> |
|
|
|
<div class="modal-content"> |
|
|
|
<div class="modal-content"> |
|
|
|