Project

General

Profile

« Previous | Next » 

Revision 58525

[Library |Trunk]

Apply corrections after initial connect update :
Search all: remove quick selections as it is inside the search page
Search results: add option to show advanced search link
QuickSelections: fix widths and margins

View differences:

searchAll.component.html
67 67
      </a>
68 68
    </li>
69 69
  </ul>
70
  <quick-selections *ngIf="activeEntity == 'result' && quickFilter" [resultTypes]="resultTypes"
70
<!--  <quick-selections *ngIf="activeEntity == 'result' && quickFilter" [resultTypes]="resultTypes"
71 71
                    (typeChange)="quickSelectionsChanged()"  [isDisabled]="disableForms"
72 72
                    [quickFilter]="quickFilter" [QFselected]="(quickFilter)?quickFilter.selected:null"
73 73
                    [properties]="properties">
74
  </quick-selections>
74
  </quick-selections>-->
75 75

  
76 76
</div>
77 77

  

Also available in: Unified diff