This is an automated email from the ASF dual-hosted git repository.
ashish pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new cd6e013890 Improvements: Adding the additional message after the text
box so that it's easy to understand the place where the default directory and
file will be created or used the existing ones.
cd6e013890 is described below
commit cd6e0138900a8e3277156d5b051cfd1f98b7b35a
Author: Ashish Vijaywargiya <[email protected]>
AuthorDate: Mon Feb 16 17:00:38 2026 +0530
Improvements: Adding the additional message after the text box so that it's
easy to understand the place where the default directory and file will be
created or used the existing ones.
---
framework/webtools/config/WebtoolsUiLabels.xml | 3 +++
framework/webtools/template/entity/EntityExportAll.ftl | 1 +
framework/webtools/template/entity/XmlDsDump.ftl | 4 ++--
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/framework/webtools/config/WebtoolsUiLabels.xml
b/framework/webtools/config/WebtoolsUiLabels.xml
index 470da6ea5c..278671447c 100644
--- a/framework/webtools/config/WebtoolsUiLabels.xml
+++ b/framework/webtools/config/WebtoolsUiLabels.xml
@@ -1594,6 +1594,9 @@
<value xml:lang="zh">缺省实体名称</value>
<value xml:lang="zh-TW">預設資料實體名稱</value>
</property>
+ <property key="WebtoolsDefaultsToOfbizRootDirectory">
+ <value xml:lang="en">Defaults to OFBiz root directory</value>
+ </property>
<property key="WebtoolsDefinitionLocation">
<value xml:lang="en">Definition Location</value>
<value xml:lang="fr">Emplacement de la définition</value>
diff --git a/framework/webtools/template/entity/EntityExportAll.ftl
b/framework/webtools/template/entity/EntityExportAll.ftl
index 7ad1fd078f..5a09ec9e8c 100644
--- a/framework/webtools/template/entity/EntityExportAll.ftl
+++ b/framework/webtools/template/entity/EntityExportAll.ftl
@@ -36,6 +36,7 @@ under the License.
</td>
<td>
<input type="text" size="25" name="outpath"
value="${outpath!}" />
+ ${uiLabelMap.WebtoolsDefaultsToOfbizRootDirectory}
</td>
</tr>
<tr>
diff --git a/framework/webtools/template/entity/XmlDsDump.ftl
b/framework/webtools/template/entity/XmlDsDump.ftl
index ed696f7687..09fdeb8b40 100644
--- a/framework/webtools/template/entity/XmlDsDump.ftl
+++ b/framework/webtools/template/entity/XmlDsDump.ftl
@@ -59,7 +59,7 @@ under the License.
<table class="basic-table">
<tr>
<td class="label">${uiLabelMap.WebtoolsOutputDirectory}</td>
- <td><input type="text" size="60" name="outpath"
value="${parameters.outpath!}"/></td>
+ <td><input type="text" size="60" name="outpath"
value="${parameters.outpath!}"/>
${uiLabelMap.WebtoolsDefaultsToOfbizRootDirectory}</td>
</tr>
<tr>
<td class="label">${uiLabelMap.WebtoolsMaxRecordsPerFile}</td>
@@ -67,7 +67,7 @@ under the License.
</tr>
<tr>
<td class="label">${uiLabelMap.WebtoolsSingleFilename}</td>
- <td><input type="text" size="60" name="filename"
value="${parameters.filename!}"/></td>
+ <td><input type="text" size="60" name="filename"
value="${parameters.filename!}"/>
${uiLabelMap.WebtoolsDefaultsToOfbizRootDirectory}</td>
</tr>
<tr>
<td class="label">${uiLabelMap.WebtoolsRecordsUpdatedSince}</td>