Author: apatel
Date: Wed Apr 6 23:46:59 2011
New Revision: 1089680
URL:
http://svn.apache.org/viewvc?rev=1089680&view=revLog:
Adding submit button to linkparty form. Some how form did not have submit button.
Modified:
ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/linkparty.ftl
Modified: ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/linkparty.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/linkparty.ftl?rev=1089680&r1=1089679&r2=1089680&view=diff==============================================================================
--- ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/linkparty.ftl (original)
+++ ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/linkparty.ftl Wed Apr 6 23:46:59 2011
@@ -76,6 +76,9 @@ under the License.
<span class="label">${uiLabelMap.CommonTo}</span>
<@htmlTemplate.lookupField value="${partyIdTo?if_exists}" formName="linkpartycnf" name="partyIdTo" id="partyIdTo" fieldFormName="LookupPartyName"/>
</div>
+ <div>
+ <input type="submit" class="smallSubmit" value="${uiLabelMap.CommonConfirm}" />
+ </div>
</form>
</#if>
</div>