Bugzilla – Attachment 95361 Details for
Bug 23983
Contextualization of "Order" (verb) vs "Order" (noun)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23983: Remove the comment from tt
Bug-23983-Remove-the-comment-from-tt.patch (text/plain), 6.01 KB, created by
Jonathan Druart
on 2019-11-13 11:22:13 UTC
(
hide
)
Description:
Bug 23983: Remove the comment from tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-11-13 11:22:13 UTC
Size:
6.01 KB
patch
obsolete
>From fc97bb0e191e7c327a68fbb851b921088f7197df Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 13 Nov 2019 12:19:12 +0100 >Subject: [PATCH] Bug 23983: Remove the comment from tt > >This comes from the example. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 1 - > 10 files changed, 10 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index ef0f43d8d5..c3d61a0f35 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -1,6 +1,5 @@ > [% USE raw %] > [% USE Asset %] >-[%# USE the plugin and define some macros %] > [% PROCESS 'i18n.inc' %] > [% BLOCK csv_export %] > <div class="btn-group"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt >index 6c04b2ac99..bc0ea58ad9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt >@@ -1,6 +1,5 @@ > [% USE raw %] > [% USE Asset %] >-[%# USE the plugin and define some macros %] > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >index 3e14e75775..72d1d019b5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >@@ -3,7 +3,6 @@ > [% USE KohaDates %] > [% USE Branches %] > [% USE Koha %] >-[%# USE the plugin and define some macros %] > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >index 4286e382e9..95561a4894 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >@@ -2,7 +2,6 @@ > [% USE Branches %] > [% USE Price %] > [% USE Asset %] >-[%# USE the plugin and define some macros %] > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >index f5169b0696..1637752879 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >@@ -3,7 +3,6 @@ > [% USE KohaDates %] > [% USE ItemTypes %] > [% USE Price %] >-[%# USE the plugin and define some macros %] > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index dde19d60a9..414844397c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -4,7 +4,6 @@ > [% USE KohaDates %] > [% USE Price %] > [% USE currency = format('%.2f') -%] >-[%# USE the plugin and define some macros %] > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >index 1c6c7510b6..23661da56f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >@@ -3,7 +3,6 @@ > [% USE KohaDates %] > [% USE ItemTypes %] > [% USE Price %] >-[%# USE the plugin and define some macros %] > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt >index df3b1cf0bc..eb94564ccb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt >@@ -1,4 +1,3 @@ >-[%# USE the plugin and define some macros %] > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >index eb3fdeb1d9..86d0f19c9c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >@@ -1,7 +1,6 @@ > [% USE raw %] > [% USE Asset %] > [% USE Koha %] >-[%# USE the plugin and define some macros %] > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >index 3fe1674949..ff5a34d3f2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >@@ -1,6 +1,5 @@ > [% USE raw %] > [% USE Asset %] >-[%# USE the plugin and define some macros %] > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-- >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 23983
:
95129
|
95160
|
95183
|
95360
|
95361
|
95367
|
95368
|
95371
|
95372