fixes for 11.1

This commit is contained in:
Ralf Becker 2013-05-23 16:05:39 +00:00
parent 7944b77bb2
commit e32d08b74d
2 changed files with 6 additions and 3 deletions

View File

@ -808,6 +808,9 @@
$this->saveSessionData();
// need jquery-ui for drag-n-drop
egw_framework::validate_file('jquery', 'jquery-ui');
// display the header
$this->display_app_header();

View File

@ -9,7 +9,7 @@ function submitRuleList(action)
});
document.rulelist.submit();
}
egw.LAB.wait(function() {
//egw.LAB.wait(function() {
$j(document).ready(function() {
$j( "#sortable tbody" ).sortable({
start: function(e, ui) {
@ -25,8 +25,8 @@ egw.LAB.wait(function() {
fm_sieve_displayRuleEditWindow('{url_edit_rule}&ruleID='+$j(this).parent().parent().index());
return false;
});
})
});
});
// });
var refreshURL='{refreshURL}';