Bugzilla – Attachment 141769 Details for
Bug 31758
Add 'page-section' to system preferences page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31758: OPTION 1 - Add page-section to prefs-tab div
Bug-31758-OPTION-1---Add-page-section-to-prefs-tab.patch (text/plain), 1.29 KB, created by
Martin Renvoize (ashimema)
on 2022-10-13 08:57:43 UTC
(
hide
)
Description:
Bug 31758: OPTION 1 - Add page-section to prefs-tab div
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-13 08:57:43 UTC
Size:
1.29 KB
patch
obsolete
>From c43ca1b8cfe8ac125b21a231c7a0d350c85f5029 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 13 Oct 2022 09:53:05 +0100 >Subject: [PATCH] Bug 31758: OPTION 1 - Add page-section to prefs-tab div > >This patch simply adds the new page-section class to the existing >prefs-tab div encasing the whole tab content inside a 'card' display. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >index b4e88f8eaf..6ed4b0ec21 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >@@ -55,7 +55,7 @@ > <h2>You searched for: [% searchfield | html %]</h2> > [% END %] > [% FOREACH TAB IN TABS %] >- <div class="prefs-tab"> >+ <div class="prefs-tab page-section"> > <h2>[% TAB.tab_title | html %] preferences</h2> > <form action="/cgi-bin/koha/admin/preferences.pl" method="post"> > [% UNLESS ( searchfield ) %]<div id="toolbar"><button class="save-all submit btn btn-primary" type="submit">Save all [% TAB.tab_title | html %] preferences</button></div>[% END %] >-- >2.20.1
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 31758
:
141769
|
141770
|
141793
|
141830
|
141831
|
141834
|
141915
|
141916