Bugzilla – Attachment 24085 Details for
Bug 10212
Columns configuration for tables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10212: Make the table names translatable
Bug-10212-Make-the-table-names-translatable.patch (text/plain), 1.26 KB, created by
Jonathan Druart
on 2014-01-09 14:02:35 UTC
(
hide
)
Description:
Bug 10212: Make the table names translatable
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-01-09 14:02:35 UTC
Size:
1.26 KB
patch
obsolete
>From 55c942e21e34bc0e7c6e4e9c84197af33b424ea6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 27 Aug 2013 09:19:48 +0200 >Subject: [PATCH] Bug 10212: Make the table names translatable > >--- > .../intranet-tmpl/prog/en/modules/admin/columns_settings.tt | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >index 139d034..60d4d1a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >@@ -8,7 +8,14 @@ > [% SET tables = module %] > [% FOR tablename IN tables.$pagename.keys.sort %] > <table> >- <caption>[% tablename %]</caption> >+ <caption> >+ [% IF tablename == 'holdst' %] >+ Holds >+ [% ELSIF tablename == 'issuest' %] >+ Checkouts >+ [% END %] >+ (id=[% tablename %]) >+ </caption> > <thead><tr><th>Column name</th><th>Is Hidden by default</th><th>Cannot be toggled</th></tr></thead> > <tbody> > [% FOR column IN tables.$pagename.$tablename %] >-- >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 10212
:
17978
|
17979
|
18861
|
20625
|
20640
|
21178
|
21179
|
21180
|
21583
|
21584
|
21585
|
24083
|
24084
|
24085
|
24149
|
24150
|
24151
|
24167
|
24168
|
24577
|
27700
|
27701
|
27702
|
27703
|
27704
|
27705
|
29075
|
29076
|
29077
|
29078
|
29079
|
29080
|
29537
|
29538
|
29539
|
29540
|
29541
|
29701
|
29702
|
29703
|
29704
|
29705
|
29718
|
29830
|
29836
|
29837
|
29838
|
29839
|
29840
|
29841
|
29842
|
29882
|
29883
|
29884
|
29885
|
29886
|
29887
|
29888
|
29947
|
31158
|
31159