added a force refresh checkbox
This commit is contained in:
parent
17b5496d57
commit
64fd3f7c84
2 changed files with 14 additions and 7 deletions
|
@ -247,6 +247,11 @@
|
|||
<label for="chkRecursive">Refresh child items</label>
|
||||
<input type="checkbox" id="chkRecursive" name="chkRecursive" data-mini="true" />
|
||||
</p>
|
||||
<p>
|
||||
<label for="chkForceRefresh">Force refresh</label>
|
||||
<input type="checkbox" id="chkForceRefresh" name="chkForceRefresh" data-mini="true" />
|
||||
<div class="fieldDescription">A force refresh will cause internet metadata to be re-downloaded (if enabled, and dependent on metadata settings).</div>
|
||||
</p>
|
||||
<p>
|
||||
<button id="btnRefresh" type="button" data-icon="refresh" data-mini="true" data-theme="b">Refresh</button>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue