Project

General

Profile

« Previous | Next » 

Revision 60297

[Library | Trunk]: Rename community to portal in pages and entities

View differences:

pages.component.html
1 1
<div page-content class="admin-pages">
2 2
  <div header>
3
    <admin-tabs tab="page" [portal]="selectedCommunityPid"></admin-tabs>
3
    <admin-tabs tab="page" [portal]="portal"></admin-tabs>
4 4
    <div *ngIf="!errorMessage && !showLoading" class="uk-grid" uk-grid>
5 5
      <div class="uk-width-1-1">
6 6
        <ul class="uk-subnav uk-subnav-pill">
......
84 84
                    <div class=" uk-margin-small-bottom"><span class="title">Route: </span> {{check.page.route}}</div>
85 85
                    <div *ngIf="!pagesType" class=" uk-margin-small-bottom"><span
86 86
                        class="title">Type: </span> {{check.page.type}}</div>
87
                    <div *ngIf="!selectedCommunityPid" class=" uk-margin-small-bottom">
87
                    <div *ngIf="!portal" class=" uk-margin-small-bottom">
88 88
                      <span class="title">Portal type: </span>{{check.page.portalType}}
89 89
                    </div>
90 90
                  </div>
......
101 101
                    <div class=" uk-margin-small-bottom">
102 102
                      <a *ngIf="check.page.top || check.page.bottom || check.page.left || check.page.right"
103 103
                         class="helpContents"
104
                         [queryParams]="{communityId: selectedCommunityPid, pageId: check.page._id}"
104
                         [queryParams]="{communityId: portal, pageId: check.page._id}"
105 105
                         routerLink="../../helptexts">
106 106
                        manage help texts
107 107
                      </a>
108 108
                    </div>
109 109
                    <div>
110 110
                      <a *ngIf="pageWithDivIds.includes(check.page._id)" class="classHelpContents"
111
                         [queryParams]="{communityId: selectedCommunityPid, pageId: check.page._id}"
111
                         [queryParams]="{communityId: portal, pageId: check.page._id}"
112 112
                         routerLink="../../classContents">manage class contents</a>
113 113
                    </div>
114 114
                  </div>

Also available in: Unified diff