Project

General

Profile

« Previous | Next » 

Revision 54262

Added by Sofia Baltzi over 5 years ago

Clean code and change ps to note

View differences:

invite.component.html
12 12
                     <div *ngIf="successfulSentMessage" class="uk-alert uk-alert-success" role="alert">{{successfulSentMessage}}</div>
13 13
                     <div *ngIf="inviteErrorMessage" class="uk-alert uk-alert-warning" role="alert">{{inviteErrorMessage}}</div>
14 14
                     <div *ngIf="communityId != null && status == errorCodes.DONE">
15
                     <!--table *ngIf="communityId != null && community != null && !showLoading && !errorMessage" class="uk-table uk-align-center"-->
16 15
                        <table class="uk-table uk-align-center">
17 16
                                <tbody>
18 17
                                        <!-- <tr>
......
23 22
                                            </td>
24 23
                                        </tr> -->
25 24
                                        <tr>
26
                                            <!-- <div *ngIf="!body.fromName && showAddNameMessage" class="uk-width-large uk-text-danger uk-text-small uk-margin-top">Please add your name.</div> -->
27 25
                                            <td for="from" class="uk-text-bold uk-width-1-3@xl uk-width-1-3@m uk-width-1-3@s uk-text-right">From <span class="uk-text-danger uk-text-bold">*</span> :</td>
28 26
                                            <td class="uk-text-left uk-width-expand">
29 27
                                                <div *ngIf="!body.fromName" class="uk-width-large uk-text-danger uk-text-small uk-margin-top">Please add your name.</div>
......
85 83
                                                       <!--(blur)="onBlur($event)"-->
86 84
                                                       <!--(change)="onChange($event)"-->
87 85
                                                   </ckeditor>
88
                                                <!-- <textarea type="text"
89
                                                        class="form-control uk-input uk-width-large@l uk-width-medium@s" [(ngModel)] = "email.body" id="message">
90
                                                </textarea> -->
91 86
                                           </td>
92 87
                                           <td *ngIf= "!allowEdit()" class="uk-text-left">
93 88

  
......
112 107
                                </tbody>
113 108
                        </table>
114 109
                        </div>
115
                        <!-- <div *ngIf="successfulSentMessage" class="uk-alert uk-alert-success" role="alert">{{successfulSentMessage}}</div>
116
                        <div *ngIf="inviteErrorMessage" class="uk-alert uk-alert-warning" role="alert">{{inviteErrorMessage}}</div> -->
117 110
                        <table class="uk-table uk-align-center">
118 111
                                <tbody>
119 112
                                        <tr>

Also available in: Unified diff