revert network share path changes

This commit is contained in:
dkanada 2019-03-10 07:06:28 +09:00
parent 326d9f9adf
commit cd13be84fc
3 changed files with 23 additions and 31 deletions

View file

@ -53,16 +53,7 @@
<button type="button" is="paper-icon-button-light" id="btnSelectMetadataPath" title="${ButtonSelectDirectory}" class="emby-input-iconbutton"><i class="md-icon">search</i></button>
</div>
<div class="fieldDescription">${LabelMetadataPathHelp}</div>
</div>
<div class="inputContainer">
<div style="display: flex; align-items: center;">
<div style="flex-grow:1;">
<input is="emby-input" id="txtMetadataNetworkPath" label="${LabelOptionalNetworkPath}" autocomplete="off" />
</div>
<button type="button" is="paper-icon-button-light" id="btnSelectMetadataNetworkPath" title="${ButtonSelectDirectory}" class="emby-input-iconbutton"><i class="md-icon">search</i></button>
</div>
<div class="fieldDescription">${LabelOptionalNetworkPathHelp}</div>
<input type="hidden" id="txtMetadataNetworkPath" />
</div>
</div>