From bb3d1d8012c8f31f2ab1fa600194f62f76540d0b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 20 Oct 2008 10:42:59 -0500 Subject: [PATCH] Changing checkboxes to radio buttons (as it is in the OPAC), since you can't place a hold on more than one specific item. Also includes some markup cleanup. Signed-off-by: Galen Charlton --- .../prog/en/modules/reserve/request.tmpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl index 771063c170..80d717df29 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl @@ -32,14 +32,14 @@ if (document.form.alreadyreserved.value == "1"){ } if (count_reserv == "0"){ - msg += ("- Please select an item to place a hold\n"); + msg += (_("- Please select an item to place a hold\n")); } if (count_reserv >= "2"){ - msg += ("- You may only place a hold on one item at a time\n"); + msg += (_("- You may only place a hold on one item at a time\n")); } if (alreadyreserved > "0"){ - msg += ("- This patron had already placed a hold on this item\n Please cancel the previous hold first \n"); + msg += (_("- This patron had already placed a hold on this item\n Please cancel the previous hold first \n")); } if (msg == "") return(true); @@ -133,7 +133,7 @@ if (alreadyreserved > "0"){ -
  • "> already has a hold on this item
  • +
  • "> already has a hold on this item
  • @@ -141,11 +141,11 @@ if (alreadyreserved > "0"){
      -
    • "> 's account has expired
    • +
    • "> 's account has expired
    • -

      Pickup Library Mismatch

      -
    • Pickup library is different than "> 's home library ( / )
    • + +
    • Pickup library is different than "> 's home library ( / )
    @@ -220,9 +220,9 @@ if (alreadyreserved > "0"){ "> - " /> + " /> - " /> + " /> -- 2.20.1