details: https://code.openbravo.com/erp/devel/pi/rev/815264e423a6 changeset: 13761:815264e423a6 user: David Baz Fayos <david.baz <at> openbravo.com> date: Mon Sep 12 16:58:59 2011 +0200 summary: Fixed issue 18503: Removed enctype multipart since it is not needed
diffstat: src/org/openbravo/erpCommon/ad_forms/InstanceManagementDeactivate.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r a84ebb998c69 -r 815264e423a6 src/org/openbravo/erpCommon/ad_forms/InstanceManagementDeactivate.html --- a/src/org/openbravo/erpCommon/ad_forms/InstanceManagementDeactivate.html Mon Sep 12 16:34:36 2011 +0200 +++ b/src/org/openbravo/erpCommon/ad_forms/InstanceManagementDeactivate.html Mon Sep 12 16:58:59 2011 +0200 @@ -67,7 +67,7 @@ </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="onLoadDo();" onresize="onResizeDo();"> -<form id="form" method="post" action="InstanceManagement.html" enctype="multipart/form-data" name="frmMain"> +<form id="form" method="post" action="InstanceManagement.html" name="frmMain"> <input type="hidden" name="Command"/> <input type="hidden" name="IsPopUpCall" value="1"></input> ------------------------------------------------------------------------------ Doing More with Less: The Next Generation Virtual Desktop What are the key obstacles that have prevented many mid-market businesses from deploying virtual desktops? How do next-generation virtual desktops provide companies an easier-to-deploy, easier-to-manage and more affordable virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/ _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
