Skip to content

Commit

Permalink
Adding line breaks so the next element won't be splitted on 2 lines
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1085367 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Erwan de Ferrieres committed Mar 25, 2011
1 parent c636c00 commit 202085f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ under the License.
</#list>
</select>
<input type="text" size="25" name="condValue" />
${uiLabelMap.CommonOther}:<input type="text" size="10" name="otherValue" />
${uiLabelMap.CommonOther}:<input type="text" size="10" name="otherValue" /><br />
<label>${uiLabelMap.OrderSelectShippingMethod}:</label>
<select name = "carrierShipmentMethod">
<option value = "">--${uiLabelMap.OrderSelectShippingMethod}--</option>
Expand Down Expand Up @@ -278,7 +278,7 @@ under the License.
${uiLabelMap.ProductQuantity}:&nbsp;<input type="text" size="5" name="quantity" value="${(productPromoAction.quantity)?if_exists}" />
${uiLabelMap.ProductAmount}:&nbsp;<input type="text" size="5" name="amount" value="${(productPromoAction.amount)?if_exists}" />
${uiLabelMap.ProductItemId}:&nbsp;<input type="text" size="15" name="productId" value="${(productPromoAction.productId)?if_exists}" />
${uiLabelMap.PartyParty}:&nbsp;<input type="text" size="10" name="partyId" value="${(productPromoAction.partyId)?if_exists}" />
${uiLabelMap.PartyParty}:&nbsp;<input type="text" size="10" name="partyId" value="${(productPromoAction.partyId)?if_exists}" /><br />
${uiLabelMap.ProductServiceName}:&nbsp;<input type="text" size="20" name="serviceName" value="${(productPromoAction.serviceName)?if_exists}" />
${uiLabelMap.UseCartQuantity}:&nbsp;
<select name="useCartQuantity">
Expand Down Expand Up @@ -404,7 +404,7 @@ under the License.
${uiLabelMap.ProductQuantity}:&nbsp;<input type="text" size="5" name="quantity" />
${uiLabelMap.ProductAmount}:&nbsp;<input type="text" size="5" name="amount" />
${uiLabelMap.ProductItemId}:&nbsp;<input type="text" size="15" name="productId" />
${uiLabelMap.PartyParty}:&nbsp;<input type="text" size="10" name="partyId" />
${uiLabelMap.PartyParty}:&nbsp;<input type="text" size="10" name="partyId" /><br />
${uiLabelMap.ProductServiceName}:&nbsp;<input type="text" size="20" name="serviceName" />
${uiLabelMap.UseCartQuantity}:&nbsp;
<select name="useCartQuantity">
Expand Down

0 comments on commit 202085f

Please sign in to comment.