File tree Expand file tree Collapse file tree
feature-libs/organization
administration/components/shared/list
unit-order/components/unit-level-order-history/filter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 type ="button "
6868 class ="search-btn "
6969 [attr.aria-label] ="'organization.search.label' | cxTranslate "
70+ [title] ="'organization.search.label' | cxTranslate "
7071 >
7172 < cx-icon [type] ="iconTypes.SEARCH "> </ cx-icon >
7273 </ button >
7677 class ="search-clear "
7778 (click) ="clearSearch($any(data.pagination)) "
7879 [attr.aria-label] ="'organization.search.clear' | cxTranslate "
80+ [title] ="'organization.search.clear' | cxTranslate "
7981 >
8082 < cx-icon [type] ="iconTypes.CLOSE "> </ cx-icon >
8183 </ button >
Original file line number Diff line number Diff line change 5959 < div class ="cx-filter-nav-div ">
6060 < div class ="cx-filter-list ">
6161 < div class ="cx-filter-back-button " (click) ="backFilterSubNav() ">
62- < button type ="button ">
62+ < button type ="button " [attr.title] =" 'common.back' | cxTranslate " >
6363 < cx-icon aria-hidden ="true " [type] ="iconTypes.CARET_LEFT "> </ cx-icon >
6464 </ button >
6565 < span > {{ 'unitLevelOrderHistory.filterByBuyer' | cxTranslate }}</ span >
131131 < div class ="cx-filter-nav-div ">
132132 < div class ="cx-filter-list ">
133133 < div class ="cx-filter-back-button " (click) ="backFilterSubNav() ">
134- < button type ="button ">
134+ < button type ="button " [attr.title] =" 'common.back' | cxTranslate " >
135135 < cx-icon aria-hidden ="true " [type] ="iconTypes.CARET_LEFT "> </ cx-icon >
136136 </ button >
137137 < span > {{ 'unitLevelOrderHistory.filterByUnit' | cxTranslate }}</ span >
You can’t perform that action at this time.
0 commit comments