File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
DigitalLearningSolutions.Web/Views/Shared/SearchablePage Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1818 @Model.SearchLabel
1919 </label >
2020
21- <input class =" search-box nhsuk-input" id =" search-field" name =" searchString" type =" search" placeholder =" Search by activity name" autocomplete =" off" value =" @Model.SearchString" />
21+ @if (Model .SearchLabel == " Search courses" )
22+ {
23+ <input class =" search-box nhsuk-input" id =" search-field" name =" searchString" type =" search" placeholder =" Search by activity name" autocomplete =" off" value =" @Model.SearchString" />
24+ }
25+ else
26+ {
27+ <input class =" search-box nhsuk-input" id =" search-field" name =" searchString" type =" search" placeholder =" Search" autocomplete =" off" value =" @Model.SearchString" />
28+ }
2229
2330 <button class =" nhsuk-button search-submit"
2431 type =" submit"
You can’t perform that action at this time.
0 commit comments