mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix forgot password page
This commit is contained in:
parent
7ee6317dae
commit
c86543dc59
5 changed files with 26 additions and 31 deletions
|
@ -14,24 +14,19 @@
|
|||
<h1>${HeaderForgotPassword}</h1>
|
||||
|
||||
<div>
|
||||
<label for="txtName" style="text-align: left;">${LabelUser}</label>
|
||||
<input type="text" id="txtName" />
|
||||
<paper-input type="text" id="txtName" label="${LabelUser}" autocomplete="off"></paper-input>
|
||||
<div class="fieldDescription">${LabelForgotPasswordUsernameHelp}</div>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<p>
|
||||
<button type="submit" data-icon="check">
|
||||
${ButtonSubmit}
|
||||
<div>
|
||||
<button type="submit" data-role="none" class="clearButton">
|
||||
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSubmit}</span></paper-button>
|
||||
</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a data-role="button" data-icon="delete" href="login.html">
|
||||
${ButtonCancel}
|
||||
</a>
|
||||
</p>
|
||||
<paper-button raised class="cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue