Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit a25863a

Browse files
committed
Fix SearchEngine template configuration issue on various remote drivers.
1 parent 0ff09da commit a25863a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

core/src/plugins/access.ftp/manifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<client_configs>
2525
<template_part ajxpId="search_container" ajxpClass="SearchEngine" ajxpOptions="{}"/>
2626
<template_part ajxpId="search_container" ajxpClass="SearchEngine" ajxpOptions='{"toggleResultsVisibility":"search_results_cont", "fitMarginBottom":20}' theme="vision"/>
27+
<template_part ajxpId="search_container" ajxpClass="SearchEngine" ajxpOptions='{"toggleResultsVisibility":"search_results_cont", "openSearchInput":"true", "openSearchStickLeftTo":"topPane", "searchChooserAsResultsHeader":true, "toggleResultsFitTo":"cpane_tabs", "fitMarginBottom":0, "toggleResultsOffsetRight":0, "toggleResultsOffsetTop":0, "detailThumbSize":24}' theme="orbit"/>
2728
<component_config className="FilesList">
2829
<columns switchGridMode="filelist">
2930
<column messageId="1" attributeName="ajxp_label"/>

core/src/plugins/access.remote_fs/manifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<client_configs>
2222
<template_part ajxpId="search_container" ajxpClass="SearchEngine" ajxpOptions="{}"/>
2323
<template_part ajxpId="search_container" ajxpClass="SearchEngine" ajxpOptions='{"toggleResultsVisibility":"search_results_cont", "fitMarginBottom":20}' theme="vision"/>
24+
<template_part ajxpId="search_container" ajxpClass="SearchEngine" ajxpOptions='{"toggleResultsVisibility":"search_results_cont", "openSearchInput":"true", "openSearchStickLeftTo":"topPane", "searchChooserAsResultsHeader":true, "toggleResultsFitTo":"cpane_tabs", "fitMarginBottom":0, "toggleResultsOffsetRight":0, "toggleResultsOffsetTop":0, "detailThumbSize":24}' theme="orbit"/>
2425
<component_config className="FilesList">
2526
<columns switchGridMode="filelist">
2627
<column messageId="1" attributeName="ajxp_label"/>

core/src/plugins/access.sftp/manifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<external_file filename="plugins/access.fs/fsTemplatePart.xml" include="client_configs/*" exclude=""/>
2020
<client_configs>
2121
<template_part ajxpId="search_container" ajxpClass="SearchEngine" ajxpOptions="{}"/>
22+
<template_part ajxpId="search_container" ajxpClass="SearchEngine" ajxpOptions='{"toggleResultsVisibility":"search_results_cont", "openSearchInput":"true", "openSearchStickLeftTo":"topPane", "searchChooserAsResultsHeader":true, "toggleResultsFitTo":"cpane_tabs", "fitMarginBottom":0, "toggleResultsOffsetRight":0, "toggleResultsOffsetTop":0, "detailThumbSize":24}' theme="orbit"/>
2223
<template_part ajxpId="search_container" ajxpClass="SearchEngine" ajxpOptions='{"toggleResultsVisibility":"search_results_cont", "fitMarginBottom":20}' theme="vision"/>
2324
<component_config className="FilesList">
2425
<columns switchGridMode="filelist">

core/src/plugins/access.sftp_psl/manifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<client_configs>
4141
<template_part ajxpId="search_container" ajxpClass="SearchEngine" ajxpOptions="{}"/>
4242
<template_part ajxpId="search_container" ajxpClass="SearchEngine" ajxpOptions='{"toggleResultsVisibility":"search_results_cont", "fitMarginBottom":20}' theme="vision"/>
43+
<template_part ajxpId="search_container" ajxpClass="SearchEngine" ajxpOptions='{"toggleResultsVisibility":"search_results_cont", "openSearchInput":"true", "openSearchStickLeftTo":"topPane", "searchChooserAsResultsHeader":true, "toggleResultsFitTo":"cpane_tabs", "fitMarginBottom":0, "toggleResultsOffsetRight":0, "toggleResultsOffsetTop":0, "detailThumbSize":24}' theme="orbit"/>
4344
<component_config className="FilesList">
4445
<columns switchGridMode="filelist">
4546
<column messageId="1" attributeName="ajxp_label" sortType="StringDirFile"/>

0 commit comments

Comments
 (0)