mirror of
https://github.com/kidwellj/SelfAssessmentUOB.git
synced 2025-01-08 21:02:21 +00:00
Update index.html
This commit is contained in:
parent
c7442968e3
commit
c328b5ff8a
|
@ -127,7 +127,7 @@
|
|||
<label for="office">Office</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="radio" id="student" name="setting" value="student-accomodation" aria-label="Student accomodation"
|
||||
<input type="radio" id="student" name="setting" value="student-accomodation" aria-label="Student accomodation">
|
||||
<label for="student">Student accomodation</label>
|
||||
</div>
|
||||
<div>
|
||||
|
@ -1158,7 +1158,7 @@
|
|||
</button>
|
||||
</section>
|
||||
<footer>
|
||||
<input type="button" class="next print" onclick="window.print()" value="Print PDF">
|
||||
<input type="button" class="next print" onclick="window.print()" value="Print PDF" aria-label="select for printing pdf">
|
||||
<!--<input type="button" class="next" onclick="GeneratePdf();" value="Print PDF">-->
|
||||
</footer>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue