separate provider options

This commit is contained in:
Luke Pulverenti 2015-01-18 00:45:10 -05:00
parent b1b6b26abc
commit 3c745ff362
89 changed files with 296 additions and 136 deletions

View file

@ -33,7 +33,7 @@
<div data-role="collapsible">
<h2>${HeaderAutomaticUpdates}</h2>
<div>
<br />
<br />
<ul data-role="listview" class="ulForm">
<li>
<label for="selectAutomaticUpdateLevel">${LabelAutomaticUpdateLevel}</label>
@ -56,6 +56,32 @@
</ul>
</div>
</div>
<div data-role="collapsible">
<h2>${HeaderDeveloperOptions}</h2>
<div>
<br />
<div data-role="controlgroup">
<input type="checkbox" id="chkEnableDashboardResponseCache" data-mini="true" />
<label for="chkEnableDashboardResponseCache">${OptionEnableWebClientResponseCache}</label>
<input type="checkbox" id="chkEnableMinification" data-mini="true" />
<label for="chkEnableMinification">${OptionEnableWebClientResourceMinification}</label>
</div>
<div class="fieldDescription">
${OptionDisableForDevelopmentHelp}
</div>
<br /><br />
<ul data-role="listview" class="ulForm">
<li>
<label for="txtDashboardSourcePath">${LabelDashboardSourcePath}</label>
<div style="display: inline-block; width: 92%;">
<input type="text" id="txtDashboardSourcePath" />
</div>
<button id="btnSelectDashboardSourcePath" type="button" data-icon="search" data-iconpos="notext" data-inline="true">${ButtonSelectDirectory}</button>
<div class="fieldDescription">${LabelDashboardSourcePathHelp}</div>
</li>
</ul>
</div>
</div>
<br />
<ul data-role="listview" class="ulForm">
<li>