NIHVIVO-2280: Removed unnecessary <legend> tags since <fieldset> tags have been removed
This commit is contained in:
parent
14cee2cbea
commit
49a10ec36f
3 changed files with 0 additions and 6 deletions
|
@ -53,8 +53,6 @@
|
|||
|
||||
<section id="add-account" role="region">
|
||||
<form method="POST" action="${formUrls.add}" class="customForm" role="add new account">
|
||||
<legend>Add new account</legend>
|
||||
|
||||
<label for="email-address">Email address<span class="requiredHint"> *</span></label>
|
||||
<input type="text" name="emailAddress" value="${emailAddress}" id="email-address" role="input "/>
|
||||
|
||||
|
|
|
@ -53,8 +53,6 @@
|
|||
|
||||
<section id="edit-account" role="region">
|
||||
<form method="POST" action="${formUrls.edit}" id="userAccountForm" class="customForm" role="edit account">
|
||||
<legend>Edit new account</legend>
|
||||
|
||||
<label for="email-address">Email address<span class="requiredHint"> *</span></label>
|
||||
<input type="text" name="emailAddress" value="${emailAddress}" id="email-address" role="input" />
|
||||
|
||||
|
|
|
@ -59,8 +59,6 @@
|
|||
|
||||
<section id="my-account" role="region">
|
||||
<form method="POST" action="${formUrls.myAccount}" class="customForm" role="my account">
|
||||
<legend>My account</legend>
|
||||
|
||||
<label for="email-address">Email address<span class="requiredHint"> *</span></label>
|
||||
<input type="text" name="emailAddress" value="${emailAddress}" id="email-address" role="input" />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue