|
|
@@ -219,7 +219,7 @@ ${ assist.assistPanel() }
|
|
|
|
|
|
<div class="control-group input-append" data-bind="visible: createWizard.source.inputFormat() == 'file'">
|
|
|
<label for="path" class="control-label"><div>${ _('Path') }</div>
|
|
|
- <input type="text" class="form-control path input-xxlarge" data-bind="value: createWizard.source.path, filechooser: createWizard.source.path, filechooserOptions: { linkMarkup: true, skipInitialPathIfEmpty: true, openOnFocus: true, selectFolder: false }" placeholder="${ _('Click or drag from the assist') }">
|
|
|
+ <input type="text" class="form-control path filechooser-input input-xxlarge" data-bind="value: createWizard.source.path, filechooser: createWizard.source.path, filechooserOptions: { linkMarkup: true, skipInitialPathIfEmpty: true, openOnFocus: true, selectFolder: false }" placeholder="${ _('Click or drag from the assist') }">
|
|
|
</label>
|
|
|
<!-- ko if: createWizard.source.path().length > 0 -->
|
|
|
<a data-bind="hueLink: '/filebrowser/view=' + createWizard.source.path()" title="${ _('Open') }" style="font-size: 14px" class="margin-left-10">
|
|
|
@@ -355,7 +355,7 @@ ${ assist.assistPanel() }
|
|
|
|
|
|
<div class="control-group" data-bind="visible: !useDefaultLocation()">
|
|
|
<label for="path" class="control-label"><div>${ _('External location') }</div>
|
|
|
- <input type="text" class="form-control path input-xxlarge" data-bind="value: nonDefaultLocation, filechooser: nonDefaultLocation, filechooserOptions: { linkMarkup: true, skipInitialPathIfEmpty: true }, valueUpdate: 'afterkeydown'">
|
|
|
+ <input type="text" class="form-control path filechooser-input input-xxlarge" data-bind="value: nonDefaultLocation, filechooser: nonDefaultLocation, filechooserOptions: { linkMarkup: true, skipInitialPathIfEmpty: true }, valueUpdate: 'afterkeydown'">
|
|
|
</label>
|
|
|
</div>
|
|
|
|
|
|
@@ -489,7 +489,7 @@ ${ assist.assistPanel() }
|
|
|
</label>
|
|
|
|
|
|
<label for="path" class="control-label" data-bind="visible: indexerRunJob"><div>${ _('Libs') }</div>
|
|
|
- <input type="text" class="form-control path input-xlarge" data-bind="value: indexerJobLibPath, filechooser: indexerJobLibPath, filechooserOptions: { linkMarkup: true, skipInitialPathIfEmpty: true }, valueUpdate: 'afterkeydown'">
|
|
|
+ <input type="text" class="form-control path filechooser-input input-xlarge" data-bind="value: indexerJobLibPath, filechooser: indexerJobLibPath, filechooserOptions: { linkMarkup: true, skipInitialPathIfEmpty: true }, valueUpdate: 'afterkeydown'">
|
|
|
</label>
|
|
|
<!-- ko if: indexerRunJob() && indexerJobLibPath().length > 0 -->
|
|
|
<a data-bind="hueLink: '/filebrowser/view=' + indexerJobLibPath()" title="${ _('Open') }" style="font-size: 14px" class="margin-left-10">
|
|
|
@@ -608,7 +608,7 @@ ${ assist.assistPanel() }
|
|
|
</label>
|
|
|
<span data-bind="visible: !useDefaultLocation()">
|
|
|
<label for="path" class="control-label"><div>${ _('External location') }</div>
|
|
|
- <input type="text" class="form-control path input-xxlarge" data-bind="value: nonDefaultLocation, filechooser: nonDefaultLocation, filechooserOptions: { linkMarkup: true, skipInitialPathIfEmpty: true }, valueUpdate: 'afterkeydown'">
|
|
|
+ <input type="text" class="form-control path filechooser-input input-xxlarge" data-bind="value: nonDefaultLocation, filechooser: nonDefaultLocation, filechooserOptions: { linkMarkup: true, skipInitialPathIfEmpty: true }, valueUpdate: 'afterkeydown'">
|
|
|
</label>
|
|
|
</span>
|
|
|
</div>
|