@@ -, +, @@ template delete --- .../intranet-tmpl/prog/en/modules/clubs/clubs.tt | 23 +++++++++++----------- 1 file changed, 11 insertions(+), 12 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt @@ -36,7 +36,7 @@ data: { id: id }, success: function( data ) { if ( data.success ) { - tTable.fnDeleteRow(a.closest("tr")[0]); + location.reload(); } else { alert(_("Unable to delete template!")); } @@ -54,7 +54,7 @@ data: { id: id }, success: function( data ) { if ( data.success ) { - cTable.fnDeleteRow(a.closest("tr")[0]); + location.reload(); } else { alert(_("Unable to delete club!")); } @@ -232,22 +232,21 @@ Actions