Bugzilla – Attachment 46943 Details for
Bug 15598
Typo in subscription-add.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15598: Also fixing space near exclamation mark in other files
Bug-15598-Also-fixing-space-near-exclamation-mark-.patch (text/plain), 2.91 KB, created by
Héctor Eduardo Castro Avalos
on 2016-01-19 21:14:09 UTC
(
hide
)
Description:
Bug 15598: Also fixing space near exclamation mark in other files
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-01-19 21:14:09 UTC
Size:
2.91 KB
patch
obsolete
>From b59df96a1245b6cb9c79096488ed2f8b2d7b3668 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Tue, 19 Jan 2016 15:10:03 -0600 >Subject: [PATCH] Bug 15598: Also fixing space near exclamation mark in other > files > >To test: >-Check that the space near to exclamation mark (!) is fixed >--- > koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >index 3e99a52..c31932a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >@@ -45,7 +45,7 @@ > var MSG_NRECORDS_ADDED = _("%s item(s) added to your cart"); > var MSG_NRECORDS_IN_BASKET = _("%s already in your cart"); > var MSG_NO_RECORD_SELECTED = _("No item was selected"); >- var MSG_NO_RECORD_ADDED = _("No item was added to your cart (already in your cart) !"); >+ var MSG_NO_RECORD_ADDED = _("No item was added to your cart (already in your cart)!"); > var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?"); > var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?"); > var MSG_IN_YOUR_CART = _("Items in your cart: %s"); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt >index 146b203..a38ee0a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt >@@ -29,7 +29,7 @@ > <a href="/cgi-bin/koha/admin/smart-rules.pl">Return to issuing rules</a> > [% ELSE %] > >- <p class="help">Use carefully ! If the destination library already has issuing rules, they will be deleted without warning !</p> >+ <p class="help">Use carefully! If the destination library already has issuing rules, they will be deleted without warning!</p> > <form action="/cgi-bin/koha/admin/clone-rules.pl" method="post"> > [% UNLESS ( frombranch ) %] > <fieldset> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >index 7de7652..d404f3b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >@@ -19,7 +19,7 @@ > } > if((form.checkbox[1].checked)){ > if(!(form.date2.value)){ >- alert(_("please enter a date !")); >+ alert(_("please enter a date!")); > return false; > } > } >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15598
:
46942
|
46943
|
46973
|
46977
|
46978