Bugzilla – Attachment 155336 Details for
Bug 34409
Inconsistencies in Audio alerts page titles, breadcrumbs, and header
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34409: Fix inconsistencies in Audio alerts headers
Bug-34409-Fix-inconsistencies-in-Audio-alerts-head.patch (text/plain), 2.04 KB, created by
Owen Leonard
on 2023-09-07 16:44:29 UTC
(
hide
)
Description:
Bug 34409: Fix inconsistencies in Audio alerts headers
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-09-07 16:44:29 UTC
Size:
2.04 KB
patch
obsolete
>From 9a9ad114b847eaa151458aaa884ab2763e43422e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 7 Sep 2023 15:41:58 +0000 >Subject: [PATCH] Bug 34409: Fix inconsistencies in Audio alerts headers > >This patch makes a minor change to the structure of the audio alerts >administration template so that the add/edit form is more consistent >with other similar forms. > >The patch doesn't make any changes to page title and breadcrumbs because >the add/edit action doesn't trigger a page reload, so the required >change can't be made just with markup. > >To test, apply the patch and enable the AudioAlerts system preference >if necessary. > >- Go to Administration -> Audio alerts. >- Click "New alert" and confirm that the form looks correct. >- Edit an existing alert to confirm that this view also looks correct. >--- > .../intranet-tmpl/prog/en/modules/admin/audio_alerts.tt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt >index c25ac79024..80f36551d1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt >@@ -37,10 +37,11 @@ > <a class="btn btn-default" id="newalert" href="/cgi-bin/koha/admin/audio_alerts.pl"><i class="fa fa-plus"></i> New alert</a> > </div> > >+ > <form id="new-alert-form" action="audio_alerts.pl" method="post" class="validated"> >+ <h1><span class="create-alert">New alert</span><span class="edit-alert">Edit alert</span></h1> > <fieldset class="rows"> >- <legend><h1><span class="create-alert">Add new alert</span><span class="edit-alert">Edit alert</span></h1></legend> >- >+ <legend class="sr-only">Audio alert details</legend> > <input id="id" name="id" type="hidden" value="" /> > <ol> > <li> >-- >2.30.2
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 34409
:
155336
|
155485
|
155486
|
155744