replied on February 1, 2018
Hello, I would also like an answer to this question. My Customer wants the FIELD Tab to be displayed by default.
at the path: C:\Program Files\Laserfiche\Web Access\Web Files\Dialogs\ImportDialog.aspx
I found this section which might be relevant but would prefer a definitive answer rather than use trial/error to work this out. Thanks
<asp:Content ID="Content2" ContentPlaceHolderID="BodyPlaceHolder" Runat="Server">
<form novalidate name="importForm" role="document">
<div class="tab-content importDialog" ng-class="{ importDialogWithPreview: showingPreview, oneCheckbox: metadataCheckboxes == 1, twoCheckbox: metadataCheckboxes == 2 }" ng-mouseup="examinePaneWidthsTimer()">
<div class="tab-pane importTabPadding" id="generalTab" ng-show="showGeneralTab" style="overflow-y: auto;" ng-style="getTabBodyStyle()" ng-class="{ active: selectedTab=='general' }" role="tabpanel">
<div class="section" role="document">
<div class="dropdown importProfileDropdown" style="display: inline-block; margin-top: 5px; margin-bottom: 10px;" ng-show="!importingNewVersion && !importingFromPages">
<a class="dropdown-toggle" data-toggle="dropdown" role="button" href="#" id="savedSearchList">
<div class="currentImportProfile">{{getSelectedImportProfileName()}}</div>
<div class="dropdownArrow" style="display: inline-block; position: absolute; top: 0; right: -18px;"><svg class="waicon16" wa-icon="arrow-down-solid-narrow"></div>
</a>