Re: svn commit: r767136 - in /ofbiz/branches/release09.04: ./ applications/product/webapp/catalog/category/EditCategoryParties.ftl

2009-04-22 Thread Ashish Nagar
Thanks Hans, Also an anchor can be placed outside the form, if somehow there occurs a need to change the position of the anchor on the page. Thus facilitates to submit any form within the document. -- Ashish Nagar Hans Bakker wrote: Ok, sounds reasonable i can support this. Regards, hans

Re: svn commit: r767136 - in /ofbiz/branches/release09.04: ./ applications/product/webapp/catalog/category/EditCategoryParties.ftl

2009-04-22 Thread Hans Bakker
Ok, sounds reasonable i can support this. Regards, hans On Wed, 2009-04-22 at 13:04 +0530, Ashish Nagar wrote: > Hello Hans, > > We have used anchors throughout the applications, wherever needed to > pass url parameters. Doing this change, ensures that the layout of the > link will be same as

Re: svn commit: r767136 - in /ofbiz/branches/release09.04: ./ applications/product/webapp/catalog/category/EditCategoryParties.ftl

2009-04-22 Thread Ashish Nagar
Hello Hans, We have used anchors throughout the applications, wherever needed to pass url parameters. Doing this change, ensures that the layout of the link will be same as previous one and used consistently throughout the system. This is equally important on the pages, where there are some l

Re: svn commit: r767136 - in /ofbiz/branches/release09.04: ./ applications/product/webapp/catalog/category/EditCategoryParties.ftl

2009-04-22 Thread Ashish Vijaywargiya
These are the way of handling the same thing. To maintain consistency I did this change. Let's see what other has to say about this. I am fine with either option. -- Ashish Hans Bakker wrote: can you tell me what the advantage is to do this? in my opinion it makes the code unnecessary compli

Re: svn commit: r767136 - in /ofbiz/branches/release09.04: ./ applications/product/webapp/catalog/category/EditCategoryParties.ftl

2009-04-21 Thread Hans Bakker
can you tell me what the advantage is to do this? in my opinion it makes the code unnecessary complicated. regards, Hans On Wed, 2009-04-22 at 10:57 +0530, Ashish Nagar wrote: > jler...@apache.org wrote: > > - > href="<@ofbizUrl>removePartyFromCategory?productCategoryId=${(produc

Re: svn commit: r767136 - in /ofbiz/branches/release09.04: ./ applications/product/webapp/catalog/category/EditCategoryParties.ftl

2009-04-21 Thread Ashish Nagar
Thank you Ashish V. :-) -- Ashish Nagar Ashish Vijaywargiya wrote: Done at trunk rev. no. 767392. Thanks ! -- Ashish Ashish Nagar wrote: jler...@apache.org wrote: -href="<@ofbizUrl>removePartyFromCategory?productCategoryId=${(productCategoryRole.productCategoryId)?if_exists

Re: svn commit: r767136 - in /ofbiz/branches/release09.04: ./ applications/product/webapp/catalog/category/EditCategoryParties.ftl

2009-04-21 Thread Ashish Vijaywargiya
Done at trunk rev. no. 767392. Thanks ! -- Ashish Ashish Nagar wrote: jler...@apache.org wrote: -href="<@ofbizUrl>removePartyFromCategory?productCategoryId=${(productCategoryRole.productCategoryId)?if_exists}&partyId=${(productCategoryRole.partyId)?if_exists}&roleTypeId=${(produ

Re: svn commit: r767136 - in /ofbiz/branches/release09.04: ./ applications/product/webapp/catalog/category/EditCategoryParties.ftl

2009-04-21 Thread Ashish Vijaywargiya
+1. Initially this was done by me and I will fix it in next few minutes. Thanks Ashish N. :-) -- Ashish Ashish Nagar wrote: jler...@apache.org wrote: -href="<@ofbizUrl>removePartyFromCategory?productCategoryId=${(productCategoryRole.productCategoryId)?if_exists}&partyId=${(prod

Re: svn commit: r767136 - in /ofbiz/branches/release09.04: ./ applications/product/webapp/catalog/category/EditCategoryParties.ftl

2009-04-21 Thread Ashish Nagar
jler...@apache.org wrote: -" class="buttontext">${uiLabelMap.CommonDelete} + +<#assign hasExpired = false> + + + + + + Just w