Bugzilla – Attachment 106853 Details for
Bug 25974
Remove inline style from table settings administration page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25974: Remove inline style from table settings administration page
Bug-25974-Remove-inline-style-from-table-settings-.patch (text/plain), 2.27 KB, created by
Katrin Fischer
on 2020-07-13 21:26:02 UTC
(
hide
)
Description:
Bug 25974: Remove inline style from table settings administration page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-07-13 21:26:02 UTC
Size:
2.27 KB
patch
obsolete
>From 30873978381cb78d68caec254d918b059eef671d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 10 Jul 2020 14:30:09 +0000 >Subject: [PATCH] Bug 25974: Remove inline style from table settings > administration page > >This patch removes an inline style attribute from the table settings >administration template. A different style is added to the page's ><style> block to try to accomplish a similar effect of expressing the >hierarchy of the page. > >To test, apply the patch and go to Administration -> Table settings. > >The individual tables of settings should be offset from the headings >above them. > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt | 6 +++++- > 1 file changed, 5 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 384e5e5802..3d7a59e686 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 >@@ -24,7 +24,7 @@ > [% IF tables.$pagename.keys and tables.$pagename.keys.size > 0 %] > [% FOR tablename IN tables.$pagename.keys.sort %] > [% SET table_id = pagename _ '#' _ tablename %] >- <div class="datatable_config" id="[% table_id | html %]" style="border:1px solid #7EA6B2; padding: 1em;"> >+ <div class="datatable_config" id="[% table_id | html %]"> > <input type="hidden" name="table_id" value="[% table_id| html %]" /> > [% IF pagename == 'additem' AND tablename == 'itemst' %] > <div class="alert">Changes made below will only apply to item subfields that are mapped to the 'items' table. <a href="/cgi-bin/koha/admin/koha2marclinks.pl?tablename=items">Go to Koha to MARC mapping</a></div> >@@ -163,6 +163,10 @@ > caption { > font-size: 115%; > } >+ >+ .datatable_config { >+ margin-left: 1em; >+ } > .page_name { > border-top: 1px solid #b9d8d9; > margin-top: 1em; >-- >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 25974
:
106770
|
106786
| 106853