You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2015/05/13 12:09:28 UTC

svn commit: r1679172 - /ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl

Author: jleroux
Date: Wed May 13 10:09:27 2015
New Revision: 1679172

URL: http://svn.apache.org/r1679172
Log:
Small change for "Improves dialog boxes generated by ajax-window link parameter" https://issues.apache.org/jira/browse/OFBIZ-6359

Adds closeOnEscape

Modified:
    ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl

Modified: ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl?rev=1679172&r1=1679171&r2=1679172&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl Wed May 13 10:09:27 2015
@@ -132,6 +132,7 @@ under the License.
                  height: ${height},
                  width: ${width},
                  modal: true,
+                 closeOnEscape: true,
                  open: function() {
                          jQuery.ajax({
                              url: "${target}",