You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2018/09/06 09:53:24 UTC

svn commit: r1840199 - /ofbiz/ofbiz-framework/trunk/framework/webtools/template/labelmanager/SearchLabels.ftl

Author: jleroux
Date: Thu Sep  6 09:53:23 2018
New Revision: 1840199

URL: http://svn.apache.org/viewvc?rev=1840199&view=rev
Log:
Fixed: Action (find) button not visible in LabelManager search screen
(OFBIZ-10549)

When a user executes a search/find action in the Label Manager, and there are 
duplicated labels the 'Find' button is not visible anymore.

Thanks: Pierre Smits

Modified:
    ofbiz/ofbiz-framework/trunk/framework/webtools/template/labelmanager/SearchLabels.ftl

Modified: ofbiz/ofbiz-framework/trunk/framework/webtools/template/labelmanager/SearchLabels.ftl
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webtools/template/labelmanager/SearchLabels.ftl?rev=1840199&r1=1840198&r2=1840199&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/webtools/template/labelmanager/SearchLabels.ftl (original)
+++ ofbiz/ofbiz-framework/trunk/framework/webtools/template/labelmanager/SearchLabels.ftl Thu Sep  6 09:53:23 2018
@@ -88,6 +88,7 @@ under the License.
       </tr>
       <tr>
         <td colspan="4" align="center">
+          <input type="submit" name="searchLabels" value="${uiLabelMap.CommonFind}"/>
           <#if (duplicatedLocalesLabels > 0)>
             <br />
             <b>${uiLabelMap.WebtoolsLabelManagerWarningMessage} (${duplicatedLocalesLabels})</b>
@@ -96,8 +97,6 @@ under the License.
                 <br/>${duplicatedLocalesLabel.labelKey}
             </#list>
             <br /><br />${uiLabelMap.WebtoolsLabelManagerClearCacheAfterFixingDuplicateLabels}
-          <#else>
-            <input type="submit" name="searchLabels" value="${uiLabelMap.CommonFind}"/>
           </#if>
         </td>
       </tr>