From f1fa5e0ecd4e0d57fcf8fb416febe6a8a57415d6 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 28 Feb 2005 13:44:02 +0000 Subject: [PATCH] adding button to delete a line in order (was possible by putting 0 to qty, but it was not gui-friendly) --- .../intranet-tmpl/default/en/acqui/basket.tmpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl b/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl index ba41438813..e3275be4d8 100644 --- a/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl @@ -32,6 +32,11 @@ Qty Total Fund &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">[order] + + + Remove + + "> @@ -49,6 +54,14 @@ + + + + &basketno=&quantity=0&biblio="> + Remove from basket + + + > -- 2.39.5