Project

General

Profile

« Previous | Next » 

Revision 59990

[Library|Trunk]

Connect - communities search :
- remove check for productionready communities
- add check for custom filter
- update openaire link in table view - remove graph info

View differences:

searchPageTableView.component.html
159 159
          </div>
160 160

  
161 161
          <div class="uk-width-expand@m uk-width-1-1@s uk-first-column custom-dataTable-content" >
162
            <div *ngIf="openaireLink && (searchUtils.totalResults > 0 || !disableForms )">
163
              <a class="uk-button uk-button-text" [href]=openaireLink target="_blank">Results in OpenAIRE</a>
162
            <div *ngIf="openaireLink && (searchUtils.totalResults > 0 || !disableForms )"
163
                 class="uk-alert uk-text-center uk-margin-small-top ">
164
                    <span *ngIf="customFilter">The following results are related to <span class="portal-color"
165
                    >{{customFilter.valueName}}</span>.</span>
166
              Are you interested to view more results? Visit
167
              <a
168
                class="uk-margin-top   uk-link"
169
                [href]="openaireLink"
170
                target="_blank"> OpenAIRE - Explore</a>.
164 171
            </div>
165 172
            <div *ngIf="searchUtils.totalResults > 0" class="uk-align-center uk-margin-remove-bottom ">
166 173
              <div class="uk-grid">
......
284 291
            <div *ngIf="searchUtils.totalResults > 0" class="uk-align-center uk-margin-remove-bottom">
285 292
              <ng-container *ngTemplateOutlet="paging; context: {}"></ng-container>
286 293
            </div>
287
            <a *ngIf="properties.showLastIndexInformationLink" class="last_index_info uk-button-text uk-button"
294
            <!--<a *ngIf="properties.showLastIndexInformationLink" class="last_index_info uk-button-text uk-button"
288 295
                [href]="properties.lastIndexInformationLink" target="_blank">
289 296
                Last index information
290
            </a>
297
            </a>-->
291 298
          </div>
292 299
        </div>
293 300
      </div>

Also available in: Unified diff