src/hdalab/templates/renkan_edit.html
changeset 385 b9fa11411e13
parent 371 c70c34166758
child 407 3f64001a8e1f
--- a/src/hdalab/templates/renkan_edit.html	Wed Dec 10 11:34:54 2014 +0100
+++ b/src/hdalab/templates/renkan_edit.html	Wed Dec 10 11:36:24 2014 +0100
@@ -82,9 +82,14 @@
 
                 dialog = $( "#dialog-form" ).dialog({
                     autoOpen: false,
-                    height: 300,
-                    width: 350,
-                    modal: true
+                    height: 398,
+                    width: 520,
+                    modal: true,
+                    create: function (event, ui) {
+                    	$("#login-popup-close").click(function(){
+			    			dialog.dialog("close");
+			            });
+                    }
                 });            
                 
                 function manageLoginForm(e, form){