Author: apatel
Date: Mon Jun 9 12:33:38 2008
New Revision: 665846
URL:
http://svn.apache.org/viewvc?rev=665846&view=revLog:
Fixes hiding of find options panel.
Modified:
ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl
Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl?rev=665846&r1=665845&r2=665846&view=diff==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl Mon Jun 9 12:33:38 2008
@@ -62,8 +62,8 @@
<br class="clear"/>
</#if>
</div>
- <#if hideFields != "Y">
- <div id="findPartyParameters" class="screenlet-body">
+
+ <div id="findPartyParameters" class="screenlet-body" <#if hideFields != "N"> style="display:none" </#if> >
<h2>${uiLabelMap.CommonSearchOptions}</h2>
<#-- NOTE: this form is setup to allow a search by partial partyId or userLoginId; to change it to go directly to
the viewprofile page when these are entered add the follow attribute to the form element:
@@ -212,7 +212,7 @@
<script language="JavaScript" type="text/javascript">
document.lookupparty.partyId.focus();
</script>
- </#if>
+
<#if partyList?exists>
<#if hideFields != "Y">