View | Details | Raw Unified | Return to bug 15598
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc (-1 / +1 lines)
Lines 45-51 Link Here
45
        var MSG_NRECORDS_ADDED = _("%s item(s) added to your cart");
45
        var MSG_NRECORDS_ADDED = _("%s item(s) added to your cart");
46
        var MSG_NRECORDS_IN_BASKET = _("%s already in your cart");
46
        var MSG_NRECORDS_IN_BASKET = _("%s already in your cart");
47
        var MSG_NO_RECORD_SELECTED = _("No item was selected");
47
        var MSG_NO_RECORD_SELECTED = _("No item was selected");
48
        var MSG_NO_RECORD_ADDED = _("No item was added to your cart (already in your cart) !");
48
        var MSG_NO_RECORD_ADDED = _("No item was added to your cart (already in your cart)!");
49
        var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?");
49
        var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?");
50
        var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?");
50
        var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?");
51
        var MSG_IN_YOUR_CART = _("Items in your cart: %s");
51
        var MSG_IN_YOUR_CART = _("Items in your cart: %s");
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt (-1 / +1 lines)
Lines 29-35 Link Here
29
    <a href="/cgi-bin/koha/admin/smart-rules.pl">Return to issuing rules</a>
29
    <a href="/cgi-bin/koha/admin/smart-rules.pl">Return to issuing rules</a>
30
    [% ELSE %]
30
    [% ELSE %]
31
31
32
	<p class="help">Use carefully ! If the destination library already has issuing rules, they will be deleted without warning !</p> 
32
	<p class="help">Use carefully! If the destination library already has issuing rules, they will be deleted without warning!</p> 
33
	<form action="/cgi-bin/koha/admin/clone-rules.pl" method="post">
33
	<form action="/cgi-bin/koha/admin/clone-rules.pl" method="post">
34
	    [% UNLESS ( frombranch ) %]
34
	    [% UNLESS ( frombranch ) %]
35
	    <fieldset>
35
	    <fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt (-2 / +1 lines)
Lines 19-25 Link Here
19
              }
19
              }
20
              if((form.checkbox[1].checked)){
20
              if((form.checkbox[1].checked)){
21
                  if(!(form.date2.value)){
21
                  if(!(form.date2.value)){
22
                      alert(_("please enter a date !"));
22
                      alert(_("please enter a date!"));
23
                      return false;
23
                      return false;
24
                  }
24
                  }
25
              }
25
              }
26
- 

Return to bug 15598