From 36edc334d44dc5fb08662d58f111538c42e8d8a1 Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Fri, 9 Dec 2016 00:26:25 -0200 Subject: [PATCH] add transfer information --- kfet/static/kfet/js/history.js | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/kfet/static/kfet/js/history.js b/kfet/static/kfet/js/history.js index a50dbb6b..e9486a1e 100644 --- a/kfet/static/kfet/js/history.js +++ b/kfet/static/kfet/js/history.js @@ -22,6 +22,7 @@ function KHistory(options={}) { $opegroup.after($ope); } } else { + $opegroup.addClass("transfergroup"); for (var i=0; i', template_opegroup: '
', + template_transfergroup: '
', template_ope: '
', - template_transfer: '
', + template_transfer: '
', display_trigramme: true, }