Project

General

Profile

« Previous | Next » 

Revision 54047

update beta properties
correct menu items for beta - don't add communityId parameter if doesn't exist
Community
add number of total zenodo communities (master + sub communities)
show invite only for admins and managers
Invite:
html edit form only for managers and admin, simple users can't change
route requires login
Index.html
clean up

View differences:

invite.component.html
70 70
                                        </tr> -->
71 71
                                        <tr>
72 72
                                           <td for="email.body" class="uk-text-bold uk-text-right">Message:</td>
73
                                           <td class="uk-text-left">
73
                                           <td *ngIf= "allowEdit()" class="uk-text-left">
74 74
                                                   <ckeditor (click)="resetMessages()"
75 75
                                                        class="form-control" [(ngModel)] = "body.paragraphs" id="message"
76 76
                                                        debounce="400"
......
87 87
                                                        class="form-control uk-input uk-width-large@l uk-width-medium@s" [(ngModel)] = "email.body" id="message">
88 88
                                                </textarea> -->
89 89
                                           </td>
90
                                           <td *ngIf= "!allowEdit()" class="uk-text-left">
91

  
92
                                                 <div [innerHtml] =  "body.paragraphs"></div>
93
                                           </td>
90 94
                                        </tr>
91 95
                                        <tr>
92 96
                                           <td></td>

Also available in: Unified diff