Bugzilla – Attachment 39348 Details for
Bug 12176
Remove HTML from additem.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12176: [QA Follow-up] Capitalization typo after eleventh hour
Bug-12176-QA-Follow-up-Capitalization-typo-after-e.patch (text/plain), 1.85 KB, created by
Marcel de Rooy
on 2015-05-20 14:45:44 UTC
(
hide
)
Description:
Bug 12176: [QA Follow-up] Capitalization typo after eleventh hour
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2015-05-20 14:45:44 UTC
Size:
1.85 KB
patch
obsolete
>From af6cb8adf9575cf78ef3fc1df121f009954656ca Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 20 May 2015 16:42:34 +0200 >Subject: [PATCH] Bug 12176: [QA Follow-up] Capitalization typo after eleventh > hour >Content-Type: text/plain; charset=utf-8 > >While cleaning up, still found this super tiny string typo :) >Yes, Tag Editor should now be Tag editor. > >Test plan :) >Git grep on Tag editor and Tag Editor > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index 1cc8402..b6eedf6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -246,7 +246,7 @@ $(document).ready(function() { > [% ELSIF ( mv.type == 'text_auth' ) %] > <input type="text" id="[%- mv.id -%]" name="field_value" class="input_marceditor" size="50" maxlength="[%- mv.maxlength -%]" value="[%- mv.value -%]" /> > [% SET dopop = "Dopop('/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=\"${mv.authtypecode}\"&index=${mv.id}','${mv.id}')" %] >- <a href="#" class="buttonDot" onclick="[%- dopop -%]; return false;" title="Tag Editor">...</a> >+ <a href="#" class="buttonDot" onclick="[%- dopop -%]; return false;" title="Tag editor">...</a> > [% ELSIF ( mv.type == 'text_plugin' ) %] > <input type="text" id="[%- mv.id -%]" name="field_value" class="input_marceditor" size="50" maxlength="[%- mv.maxlength -%]" value="[%- mv.value -%]" /> > [% IF ( mv.nopopup ) %] >-- >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 12176
:
27927
|
30270
|
30975
|
31138
|
39303
|
39345
|
39346
|
39347
|
39348
|
39442
|
39450
|
39451
|
39452
|
39503
|
39513
|
39516
|
39517
|
39518
|
39519
|
39520