File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
mod/glossary/components/index
user/components/participants Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33 < ion-refresher-content pullingText ="{{ 'core.pulltorefresh' | translate }} "> </ ion-refresher-content >
44 </ ion-refresher >
55
6- < core-search-box (onSubmit) ="search($event) " (onClear) ="clearSearch($event) " [placeholder] =" 'addon.messages.contactname' | translate " autocorrect ="off " spellcheck ="false " lengthCheck ="2 " [disabled] ="!loaded "> </ core-search-box >
6+ < core-search-box (onSubmit) ="search($event) " (onClear) ="clearSearch($event) " [placeholder] =" 'addon.messages.contactname' | translate " autocorrect ="off " spellcheck ="false " lengthCheck ="2 " [disabled] ="!loaded " searchArea =" AddonMessagesContacts " > </ core-search-box >
77
88 < core-loading [hideUntil] ="loaded " [message] ="loadingMessage ">
99 < core-empty-box *ngIf ="!hasContacts && searchString == '' " icon ="person " [message] ="'addon.messages.contactlistempty' | translate "> </ core-empty-box >
Original file line number Diff line number Diff line change 33 < ion-refresher-content pullingText ="{{ 'core.pulltorefresh' | translate }} "> </ ion-refresher-content >
44 </ ion-refresher >
55
6- < core-search-box *ngIf ="search.enabled " (onSubmit) ="searchMessage($event) " (onClear) ="clearSearch($event) " [placeholder] =" 'addon.messages.message' | translate " autocorrect ="off " spellcheck ="false " lengthCheck ="2 " [disabled] ="!loaded "> </ core-search-box >
6+ < core-search-box *ngIf ="search.enabled " (onSubmit) ="searchMessage($event) " (onClear) ="clearSearch($event) " [placeholder] =" 'addon.messages.message' | translate " autocorrect ="off " spellcheck ="false " lengthCheck ="2 " [disabled] ="!loaded " searchArea =" AddonMessagesDiscussions " > </ core-search-box >
77
88 < core-loading [hideUntil] ="loaded " [message] ="loadingMessage ">
99
Original file line number Diff line number Diff line change 99</ ion-header >
1010< core-split-view >
1111 < ion-content >
12- < core-search-box (onSubmit) ="search($event) " (onClear) ="clearSearch($event) " [disabled] ="disableSearch " autocorrect ="off " [spellcheck] ="false " [autoFocus] ="true " [lengthCheck] ="1 "> </ core-search-box >
12+ < core-search-box (onSubmit) ="search($event) " (onClear) ="clearSearch($event) " [disabled] ="disableSearch " autocorrect ="off " [spellcheck] ="false " [autoFocus] ="true " [lengthCheck] ="1 " searchArea =" AddonMessagesSearch " > </ core-search-box >
1313 < core-loading [hideUntil] ="!displaySearching " [message] ="'core.searching' | translate ">
1414 < ion-list *ngIf ="displayResults ">
1515 < ng-container *ngTemplateOutlet ="resultsTemplate; context: {item: contacts} "> </ ng-container >
Original file line number Diff line number Diff line change 2929 < ion-icon name ="warning "> </ ion-icon > {{ 'core.hasdatatosync' | translate:{$a: moduleName} }}
3030 </ ion-card >
3131
32- < core-search-box *ngIf ="viewMode == 'search' " (onSubmit) ="search($event) " [placeholder] ="'addon.mod_glossary.searchquery' | translate " [autoFocus] ="true " [lengthCheck] ="2 " [showClear] ="false "> </ core-search-box >
32+ < core-search-box *ngIf ="viewMode == 'search' " (onSubmit) ="search($event) " [placeholder] ="'addon.mod_glossary.searchquery' | translate " [autoFocus] ="true " [lengthCheck] ="2 " [showClear] ="false " searchArea =" AddonModGlossary-{{module.id}} " > </ core-search-box >
3333
3434 < core-loading [hideUntil] ="loaded " class ="core-loading-center ">
3535
Original file line number Diff line number Diff line change 44 </ ion-navbar >
55</ ion-header >
66< ion-content >
7- < core-search-box (onSubmit) ="search($event) " [placeholder] ="'core.courses.search' | translate " [searchLabel] ="'core.courses.search' | translate " autoFocus ="true " showClear ="false "> </ core-search-box >
7+ < core-search-box (onSubmit) ="search($event) " [placeholder] ="'core.courses.search' | translate " [searchLabel] ="'core.courses.search' | translate " autoFocus ="true " showClear ="false " searchArea =" CoreCoursesSearch " > </ core-search-box >
88
99 < div *ngIf ="courses ">
1010 < ion-item-divider > {{ 'core.courses.totalcoursesearchresults' | translate:{$a: total} }}</ ion-item-divider >
Original file line number Diff line number Diff line change 1010 < ion-grid class ="safe-area-page ">
1111 < ion-row >
1212 < ion-col col-12 [attr.col-sm-6] ="collections && collections.length > 1 ? '' : null ">
13- < core-search-box (onSubmit) ="searchTags($event) " (onClear) ="searchTags('') " [initialSearch] ="query " [disabled] ="searching " autocorrect ="off " [spellcheck] ="false " [autoFocus] ="false " [lengthCheck] ="0 "> </ core-search-box >
13+ < core-search-box (onSubmit) ="searchTags($event) " (onClear) ="searchTags('') " [initialSearch] ="query " [disabled] ="searching " autocorrect ="off " [spellcheck] ="false " [autoFocus] ="false " [lengthCheck] ="0 " searchArea =" CoreTag " > </ core-search-box >
1414 </ ion-col >
1515 < ion-col col-12 col-sm-6 *ngIf ="collections && collections.length > 1 ">
1616 < ion-select text-start [(ngModel)] ="collectionId " (ngModelChange) ="searchTags(query) " [disabled] ="searching " interface ="popover " class ="core-button-select ">
Original file line number Diff line number Diff line change 1010 < ion-refresher-content pullingText ="{{ 'core.pulltorefresh' | translate }} "> </ ion-refresher-content >
1111 </ ion-refresher >
1212
13- < core-search-box *ngIf ="showSearchBox " (onSubmit) ="search($event) " (onClear) ="clearSearch($event) " [disabled] ="disableSearch " autocorrect ="off " [spellcheck] ="false " [autoFocus] ="true " [lengthCheck] ="1 "> </ core-search-box >
13+ < core-search-box *ngIf ="showSearchBox " (onSubmit) ="search($event) " (onClear) ="clearSearch($event) " [disabled] ="disableSearch " autocorrect ="off " [spellcheck] ="false " [autoFocus] ="true " [lengthCheck] ="1 " searchArea =" CoreUserParticipants " > </ core-search-box >
1414
1515 < core-loading [hideUntil] ="participantsLoaded ">
1616 < core-empty-box *ngIf ="!displaySearchResults && !participants.length " icon ="person " [message] ="'core.user.noparticipants' | translate ">
You can’t perform that action at this time.
0 commit comments