mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
restore dummy season folder creation
This commit is contained in:
parent
510b3e6511
commit
93203c53b9
1 changed files with 45 additions and 43 deletions
|
@ -57,56 +57,58 @@
|
||||||
|
|
||||||
<form class="updatePasswordForm passwordSection userProfileSettingsForm" style="display:none;margin: 0 auto 2em;">
|
<form class="updatePasswordForm passwordSection userProfileSettingsForm" style="display:none;margin: 0 auto 2em;">
|
||||||
|
|
||||||
<div data-role="collapsible" data-collapsed="false">
|
<div class="detailSection">
|
||||||
<h2>${HeaderPassword}</h2>
|
<div class="detailSectionHeader">
|
||||||
<div>
|
${HeaderPassword}
|
||||||
|
</div>
|
||||||
|
<div class="detailSectionContent">
|
||||||
<br />
|
<br />
|
||||||
<ul data-role="listview" class="ulForm">
|
<div id="fldCurrentPassword" style="display: none;">
|
||||||
<li id="fldCurrentPassword" style="display: none;">
|
<label for="txtCurrentPassword">${LabelCurrentPassword}</label>
|
||||||
<label for="txtCurrentPassword">${LabelCurrentPassword}</label>
|
<input type="password" id="txtCurrentPassword" name="txtCurrentPassword" />
|
||||||
<input type="password" id="txtCurrentPassword" name="txtCurrentPassword" />
|
</div>
|
||||||
</li>
|
<br />
|
||||||
<li>
|
<div>
|
||||||
<label for="txtNewPassword">${LabelNewPassword}</label>
|
<label for="txtNewPassword">${LabelNewPassword}</label>
|
||||||
<input type="password" id="txtNewPassword" name="txtNewPassword" />
|
<input type="password" id="txtNewPassword" name="txtNewPassword" />
|
||||||
</li>
|
</div>
|
||||||
<li>
|
<br />
|
||||||
<label for="txtNewPasswordConfirm">${LabelNewPasswordConfirm}</label>
|
<div>
|
||||||
<input type="password" id="txtNewPasswordConfirm" name="txtNewPasswordConfirm" />
|
<label for="txtNewPasswordConfirm">${LabelNewPasswordConfirm}</label>
|
||||||
</li>
|
<input type="password" id="txtNewPasswordConfirm" name="txtNewPasswordConfirm" />
|
||||||
<li>
|
</div>
|
||||||
<button type="submit" data-theme="b" data-icon="check">
|
<br />
|
||||||
${ButtonSave}
|
<div>
|
||||||
|
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
||||||
|
${ButtonSave}
|
||||||
|
</button>
|
||||||
|
<div id="btnResetPassword" style="display: none;">
|
||||||
|
<button type="button" data-icon="lock" onclick="UpdatePasswordPage.resetPassword();" data-mini="true">
|
||||||
|
${ButtonResetPassword}
|
||||||
</button>
|
</button>
|
||||||
<div id="btnResetPassword" style="display: none;">
|
</div>
|
||||||
<button type="button" data-icon="lock" onclick="UpdatePasswordPage.resetPassword();">
|
</div>
|
||||||
${ButtonResetPassword}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<form class="localAccessForm localAccessSection userProfileSettingsForm" style="margin: 0 auto;">
|
<form class="localAccessForm localAccessSection userProfileSettingsForm" style="margin: 0 auto;">
|
||||||
<div data-role="collapsible">
|
<div class="detailSection">
|
||||||
<h2>${HeaderLocalAccess}</h2>
|
<div class="detailSectionHeader">
|
||||||
<div>
|
${HeaderLocalAccess}
|
||||||
|
</div>
|
||||||
|
<div class="detailSectionContent">
|
||||||
<br />
|
<br />
|
||||||
|
<div>
|
||||||
<ul data-role="listview" class="ulForm">
|
<label for="chkEnableLocalAccessWithoutPassword">${LabelAllowLocalAccessWithoutPassword}</label>
|
||||||
<li>
|
<input type="checkbox" id="chkEnableLocalAccessWithoutPassword" />
|
||||||
<label for="chkEnableLocalAccessWithoutPassword">${LabelAllowLocalAccessWithoutPassword}</label>
|
<div class="fieldDescription">${LabelAllowLocalAccessWithoutPasswordHelp}</div>
|
||||||
<input type="checkbox" id="chkEnableLocalAccessWithoutPassword" />
|
</div>
|
||||||
<div class="fieldDescription">${LabelAllowLocalAccessWithoutPasswordHelp}</div>
|
<br />
|
||||||
</li>
|
<div>
|
||||||
<li>
|
<button type="submit" data-theme="b" data-icon="check">
|
||||||
<button type="submit" data-theme="b" data-icon="check">
|
${ButtonSave}
|
||||||
${ButtonSave}
|
</button>
|
||||||
</button>
|
</div>
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue