Author: sichen
Date: Tue Sep 5 17:46:26 2006
New Revision: 440544
URL:
http://svn.apache.org/viewvc?view=rev&rev=440544Log:
Hide the Assign Picker feature on the picklist screen if the picklist has already been picked
Modified:
incubator/ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl
Modified: incubator/ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl?view=diff&rev=440544&r1=440543&r2=440544==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl Tue Sep 5 17:46:26 2006
@@ -63,6 +63,7 @@
<#if picklistRoleInfo.picklistRole.thruDate?exists><b>${uiLabelMap.CommonThru}</b> ${picklistRoleInfo.picklistRole.thruDate}</#if>
</div>
</#list>
+ <#if !(picklistInfo.statusItem.statusId == "PICKLIST_PICKED")>
<div class="tabletext" style="margin-left: 15px;">
<b>${uiLabelMap.ProductAssignPicker}:</b>
<form method="post" action="<@ofbizUrl>createPicklistRole</@ofbizUrl>" style="display: inline;">
@@ -77,6 +78,7 @@
<input type="submit" value="${uiLabelMap.CommonAdd}" class="smallSubmit"/>
</form>
</div>
+ </#if>
<#-- PicklistStatusHistory -->
<#list picklistInfo.picklistStatusHistoryInfoList?if_exists as picklistStatusHistoryInfo>