Bugzilla – Attachment 89995 Details for
Bug 22746
Another typo found in mana-subscription-search-result.inc (Mana KB)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22746: Fix typos in add mana comment modals again
Bug-22746-Fix-typos-in-add-mana-comment-modals-aga.patch (text/plain), 2.62 KB, created by
Chris Cormack
on 2019-05-23 08:21:12 UTC
(
hide
)
Description:
Bug 22746: Fix typos in add mana comment modals again
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2019-05-23 08:21:12 UTC
Size:
2.62 KB
patch
obsolete
>From 686070594c782f439322bcdcb93d5148e6151aec Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Tue, 23 Apr 2019 10:37:10 +0000 >Subject: [PATCH] Bug 22746: Fix typos in add mana comment modals again > >Test plan: >1) Create subscription from Mana >2) On subscription detail page: report mistake > other a modal is shown >it should be exactly 'Please enter a new commment (max 35 characters)' >3) The same in mana search results and in reports > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > .../prog/en/includes/mana/mana-subscription-search-result.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc >index 511ab5b04b..1ffef40c31 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc >@@ -74,7 +74,7 @@ > </table> > </div> > <div id="new_mana_comment" style="display:none"> >- <h4 id="mana_submit_comment"> Please enter a new comment (max 35 caracters)</h4> >+ <h4 id="mana_submit_comment"> Please enter a new comment (max 35 characters)</h4> > <form id="mana_comment_form" action="/cgi-bin/koha/serials/subscription-detail.pl" method="get"> > <input type="hidden" id="mana-resource" value="subscription" /> > <input type="hidden" id="mana-resource-id" value="[% mana_id | html %]" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >index ad366702de..cd787cadfb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >@@ -69,7 +69,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> >- <h3 id="mana_submit_comment">Enter a new commment (max 35 caracters)</h3> >+ <h3 id="mana_submit_comment">Enter a new comment (max 35 characters)</h3> > </div> > <div class="modal-body"> > <input hidden id="mana-resource" value="report"> >-- >2.11.0
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 22746
:
88447
|
89971
| 89995