add contactsmenu popover to resharer infobox
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
parent
4d60aff6ec
commit
399f08bd33
|
@ -161,6 +161,10 @@ a {
|
|||
padding: 6px 4px;
|
||||
}
|
||||
|
||||
.resharerInfoView.subView {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#defaultExpireMessage, .reshare {
|
||||
/* fix shared by text going out of box */
|
||||
white-space: normal;
|
||||
|
|
|
@ -100,6 +100,11 @@
|
|||
$this.avatar($this.data('username'), 32);
|
||||
});
|
||||
|
||||
this.$el.find('.reshare').contactsMenu(
|
||||
this.model.getReshareOwner(),
|
||||
OC.Share.SHARE_TYPE_USER,
|
||||
this.$el);
|
||||
|
||||
return this;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue