fix #1114. also update locales for last merges/commits

This commit is contained in:
Reinier Balt 2011-11-18 11:43:06 +01:00
parent 6aa8b8d2f9
commit eb2f071c80
13 changed files with 1494 additions and 1453 deletions

View file

@ -1011,12 +1011,8 @@ var RecurringTodosPage = {
width: 750,
modal: true,
buttons: {
"Create": function() {
submit_with_ajax_and_block_element('form.#recurring-todo-form-new-action', $(this));
},
Cancel: function() {
$( this ).dialog( "close" );
}
"Create": function() { submit_with_ajax_and_block_element('form.#recurring-todo-form-new-action', $(this).parents(".ui-dialog")); },
Cancel: function() { $( this ).dialog( "close" ); }
},
show: "fade",
hide: "fade",
@ -1041,12 +1037,12 @@ var RecurringTodosPage = {
width: 750,
modal: true,
buttons: {
"Create": function() {
submit_with_ajax_and_block_element('form#recurring-todo-form-edit-action', $(this));
"Update": {
text: "Update",
id: 'recurring_todo_edit_update_button',
click: function() { submit_with_ajax_and_block_element('form#recurring-todo-form-edit-action', $(this).parents(".ui-dialog")); }
},
Cancel: function() {
$( this ).dialog( "close" );
}
Cancel: function() { $( this ).dialog( "close" ); }
},
show: "fade",
hide: "fade",

View file

@ -211,14 +211,6 @@ a.show_successors:hover, a.link_to_successors:hover {background-image: url(../im
text-align: left;
}
.recurring_submit_box {
height: 25px;
padding: 5px 0;
text-align: center;
clear: both;
border: none;
}
/* Navigation links at the top */
#navcontainer {