config page
This commit is contained in:
parent
471d0fbefc
commit
cf91a36742
6 changed files with 219 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
<div id="supporterKeyPage" data-role="page" class="page type-interior withTabs" data-require="jqmcollapsible,scripts/supporterkeypage,paper-input,paper-button">
|
||||
<div id="supporterKeyPage" data-role="page" class="page type-interior withTabs" data-require="jqmcollapsible,scripts/supporterkeypage,emby-input,paper-button">
|
||||
|
||||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
|
@ -26,8 +26,8 @@
|
|||
<div style="margin: 3em 0 1em;">
|
||||
|
||||
<h1>${TabSupporterKey}</h1>
|
||||
<div>
|
||||
<paper-input type="password" id="txtSupporterKey" label="${LabelSupporterKey}" autocomplete="off"></paper-input>
|
||||
<div class="inputContainer">
|
||||
<input is="emby-input" type="password" id="txtSupporterKey" label="${LabelSupporterKey}" autocomplete="off"/>
|
||||
<div class="fieldDescription">
|
||||
${LabelSupporterKeyHelp}
|
||||
</div>
|
||||
|
@ -54,8 +54,8 @@
|
|||
<h3>${HeaderForgotKey}</h3>
|
||||
<div>
|
||||
<form id="lostKeyForm">
|
||||
<div style="margin: 1em 0;">
|
||||
<paper-input type="email" required id="txtEmail" label="${LabelEmailAddress}"></paper-input>
|
||||
<div style="margin: 1em 0;" class="inputContainer">
|
||||
<input is="emby-input" type="email" required id="txtEmail" label="${LabelEmailAddress}"/>
|
||||
<div class="fieldDescription">${LabelSupporterEmailAddress}</div>
|
||||
</div>
|
||||
<p>
|
||||
|
@ -75,17 +75,17 @@
|
|||
<p>
|
||||
${MultipleKeyLinkingHelp}
|
||||
</p>
|
||||
<div style="margin: 1em 0;">
|
||||
<paper-input type="email" required id="txtNewEmail" label="${LabelCurrentEmailAddress}"></paper-input>
|
||||
<div style="margin: 1em 0;" class="inputContainer">
|
||||
<input is="emby-input" type="email" required id="txtNewEmail" label="${LabelCurrentEmailAddress}"/>
|
||||
<div class="fieldDescription">
|
||||
${LabelCurrentEmailAddressHelp}
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<paper-input type="password" required id="txtNewKey" label="${LabelNewSupporterKey}"></paper-input>
|
||||
<div class="inputContainer">
|
||||
<input is="emby-input" type="password" required id="txtNewKey" label="${LabelNewSupporterKey}" />
|
||||
</div>
|
||||
<div>
|
||||
<paper-input type="password" required id="txtOldKey" label="${LabelOldSupporterKey}"></paper-input>
|
||||
<div class="inputContainer">
|
||||
<input is="emby-input" type="password" required id="txtOldKey" label="${LabelOldSupporterKey}"/>
|
||||
</div>
|
||||
<p>
|
||||
<button type="submit" id="mbLinkKeysBtn" class="clearButton">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue