From 3843ec08fa0d3be4b73e2c0ae0b97992a28a10e9 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia <aleishaamohia@hotmail.com> Date: Tue, 10 Oct 2017 03:21:33 +0000 Subject: [PATCH] Bug 15766: [FOLLOW-UP] Save description link as button on patroncard side Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> --- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt index bfb4387..d291000 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt @@ -230,7 +230,7 @@ <input type="hidden" name="batch_id" value="[% batch_id %]" /> <label for="description">Batch description: </label> <input type="text" name="description" value="[% description %]"> - <a href="#" id="savedesc" data-batch_id="[% batch_id %]">Save description</a> <span id="change-status"></span> + <a href="#" id="savedesc" data-batch_id="[% batch_id %]" class="btn btn-default btn-xs">Save description</a> <span id="change-status"></span> </li><li> <label for="bor_num_list">Add by borrowernumber(s): <br /> <span class="hint">One borrowernumber per line.</span> -- 2.1.4