svn commit: r1089759 - /ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/linkparty.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1089759 - /ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/linkparty.ftl

ashish-18
Author: ashish
Date: Thu Apr  7 07:29:12 2011
New Revision: 1089759

URL: http://svn.apache.org/viewvc?rev=1089759&view=rev
Log:
Improvement in previous commit r1089680. Adding confirmation button can be confusing as "Do you confirm?" button comes on the next page. Instead of that adding "Continue" 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=1089759&r1=1089758&r2=1089759&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 Thu Apr  7 07:29:12 2011
@@ -77,7 +77,7 @@ under the License.
               <@htmlTemplate.lookupField value="${partyIdTo?if_exists}" formName="linkpartycnf" name="partyIdTo" id="partyIdTo" fieldFormName="LookupPartyName"/>
             </div>
             <div>
-              <input type="submit" class="smallSubmit" value="${uiLabelMap.CommonConfirm}" />
+              <input type="submit" class="smallSubmit" value="${uiLabelMap.CommonContinue}" />
             </div>
           </form>
         </#if>