Skip to content

Commit

Permalink
Changed setup defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky saunders committed Sep 22, 2023
1 parent 7f62cb9 commit 69f921e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/v1/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ <h1 class="govuk-heading-m">Claims and recoveries prototype setup</h1>
<h3 class="govuk-label" ><strong>Show search facility on tile navigation page</strong></h3><br />
<div class="govuk-radios govuk-radios--small" data-module="govuk-radios">
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="setuoShowSearchYes" name="setuoShowSearch" type="radio" value="yes" checked="checked">
<input class="govuk-radios__input" id="setuoShowSearchYes" name="setuoShowSearch" type="radio" value="yes">
<label class="govuk-label govuk-radios__label" for="setuoShowSearchYes">
Yes
</label>
</div>
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="setuoShowSearchNo" name="setuoShowSearch" type="radio" value="no">
<input class="govuk-radios__input" id="setuoShowSearchNo" name="setuoShowSearch" type="radio" value="no" checked="checked">
<label class="govuk-label govuk-radios__label" for="setuoShowSearchNo">
No
</div>
Expand All @@ -31,13 +31,13 @@ <h3 class="govuk-label" ><strong>Show search facility on tile navigation page</s
<h3 class="govuk-label" ><strong>Show facility claim as task list or card view</strong></h3><br />
<div class="govuk-radios govuk-radios--small" data-module="govuk-radios">
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="setupShowTasklist" name="setupShowCardview" type="radio" value="no" checked="checked">
<input class="govuk-radios__input" id="setupShowTasklist" name="setupShowCardview" type="radio" value="no">
<label class="govuk-label govuk-radios__label" for="setupShowTasklist">
Task list
</label>
</div>
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="setupShowCardview" name="setupShowCardview" type="radio" value="yes" >
<input class="govuk-radios__input" id="setupShowCardview" name="setupShowCardview" type="radio" value="yes" checked="checked">
<label class="govuk-label govuk-radios__label" for="setupShowCardview">
Card View
</div>
Expand Down

0 comments on commit 69f921e

Please sign in to comment.