# HG changeset patch # User rougeronj # Date 1418207784 -3600 # Node ID b9fa11411e139686fd7354b9513094e38fd52e29 # Parent 83adb3fd0efde72984897bf84189e21ebea5ee7e update login popup in renkan edit page diff -r 83adb3fd0efd -r b9fa11411e13 src/hdalab/templates/renkan_edit.html --- 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){