Bugzilla – Attachment 177031 Details for
Bug 38713
Incorrect HTML structures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38713: reports/guided_reports_start.tt
Bug-38713-reportsguidedreportsstarttt.patch (text/plain), 7.07 KB, created by
Jonathan Druart
on 2025-01-23 14:53:16 UTC
(
hide
)
Description:
Bug 38713: reports/guided_reports_start.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-01-23 14:53:16 UTC
Size:
7.07 KB
patch
obsolete
>From a0e54df8ef43a2247df97d5aa5bf21b342b949da Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 7 Jan 2025 11:01:36 +0100 >Subject: [PATCH] Bug 38713: reports/guided_reports_start.tt > >Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > .../modules/reports/guided_reports_start.tt | 24 +++++++++---------- > 1 file changed, 12 insertions(+), 12 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index cdba5aad888..64101014b43 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -187,20 +187,20 @@ > <h3>Build and run reports</h3> > > [% IF ( CAN_user_reports_create_reports ) %] >- <a href="/cgi-bin/koha/reports/guided_reports.pl?op=add_form" class="btn btn-primary"/>Build new</a> >+ <a href="/cgi-bin/koha/reports/guided_reports.pl?op=add_form" class="btn btn-primary">Build new</a> > [% END %] > > [% IF ( CAN_user_reports_execute_reports ) %] >- <a href="/cgi-bin/koha/reports/guided_reports.pl?op=list" class="btn btn-primary"/>Use saved</a> >+ <a href="/cgi-bin/koha/reports/guided_reports.pl?op=list" class="btn btn-primary">Use saved</a> > [% END %] > > [% IF ( CAN_user_reports_create_reports ) %] >- <a href="/cgi-bin/koha/reports/guided_reports.pl?op=add_form_sql" class="btn btn-primary"/>Create report from SQL</a> >+ <a href="/cgi-bin/koha/reports/guided_reports.pl?op=add_form_sql" class="btn btn-primary">Create report from SQL</a> > [% END %] > > <h3>Reports Dictionary</h3> > <p>Use the reports dictionary to define custom criteria to use in your reports</p> >- <a href="/cgi-bin/koha/reports/dictionary.pl?op=list" class="btn btn-primary"/>View dictionary</a> >+ <a href="/cgi-bin/koha/reports/dictionary.pl?op=list" class="btn btn-primary">View dictionary</a> > [% END # /IF (start) %] > > [% IF report_converted %] >@@ -484,7 +484,7 @@ > [% IF (usecache) %] > <li> > <label for="cache_expiry">Cache expiry:</label> >- <input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry | html %]"></input> >+ <input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry | html %]" /> > <select id="cache_expiry_units" name="cache_expiry_units"> > <option value="seconds">Seconds (default)</option> > <option value="minutes">Minutes</option> >@@ -497,7 +497,7 @@ > </fieldset> <!-- /.rows --> > <fieldset class="action"> > <input type="hidden" name="op" value="cud-report" /> >- <button type="submit" class="btn btn-primary" />Next >></button> >+ <button type="submit" class="btn btn-primary">Next >></button> > </fieldset> > </form> > [% END # /build1 %] >@@ -526,7 +526,7 @@ > <fieldset class="action"> > <input type="hidden" name="op" value="cud-choose_type" /> > <button type="submit" class="btn btn-default goback" name="back"><< Back</button> >- <button type="submit" class="btn btn-primary" />Next >></button> >+ <button type="submit" class="btn btn-primary">Next >></button> > </fieldset> > </form> > [% END # /IF (build2 ) %] >@@ -582,7 +582,7 @@ > <fieldset class="action"> > <input type="hidden" name="op" value="cud-choose_columns" /> > <button type="submit" class="btn btn-default goback" name="back"><< Back</button> >- <button type="submit" class="btn btn-primary" />Next >></button> >+ <button type="submit" class="btn btn-primary">Next >></button> > </fieldset> > </form> <!-- /#column_submit --> > [% END # /IF ( build3 ) %] >@@ -670,7 +670,7 @@ > <fieldset class="action"> > <input type="hidden" name="op" value="cud-choose_criteria" /> > <button type="submit" class="btn btn-default goback" name="back"><< Back</button> >- <button type="submit" class="btn btn-primary" />Next >></button> >+ <button type="submit" class="btn btn-primary">Next >></button> > </fieldset> > </form> > [% END # /IF ( build4 ) %] >@@ -709,7 +709,7 @@ > > <fieldset class="action"><input type="hidden" name="op" value="cud-choose_operations" /> > <button type="submit" class="btn btn-default goback" name="back"><< Back</button> >- <button type="submit" class="btn btn-primary" />Next >></button> >+ <button type="submit" class="btn btn-primary">Next >></button> > </fieldset> > </form> > [% END # /IF ( build5 ) %] >@@ -1282,7 +1282,7 @@ > [% IF (usecache) %] > <li> > <label for="cache_expiry">Cache expiry:</label> >- <input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry | html %]"></input> >+ <input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry | html %]" /> > <select id="cache_expiry_units" name="cache_expiry_units"> > <option value="seconds" selected="selected">Seconds (default)</option> > <option value="minutes">Minutes</option> >@@ -1354,7 +1354,7 @@ > > [% IF ( save_successful ) %] > [% UNLESS ( errors ) %] >- </br> >+ <br/> > <div id="report_updated"> > <div class="alert alert-info"> > <p>Your report "[% reportname | html %]" has been saved</p> >-- >2.34.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 38713
:
176973
|
176974
|
176975
|
176976
|
176977
|
176978
|
176979
|
176980
|
176981
|
176982
|
176983
|
176984
|
176985
|
176986
|
176987
|
176988
|
176989
|
176990
|
176991
|
176992
|
176993
|
176994
|
176995
|
176996
|
176997
|
176998
|
176999
|
177000
|
177001
|
177002
|
177003
|
177004
|
177005
|
177006
|
177007
|
177008
|
177009
|
177010
|
177011
|
177012
|
177013
|
177014
|
177015
|
177016
|
177017
|
177018
|
177019
|
177020
|
177021
|
177022
|
177023
|
177024
|
177025
|
177026
|
177027
|
177028
|
177029
|
177030
| 177031 |
177032
|
177033
|
177034
|
177035
|
177036
|
177037
|
177038
|
177039
|
177040
|
177041
|
177042
|
177043
|
177044
|
177045
|
177046
|
177047
|
177048
|
177049
|
177050
|
177051
|
177052
|
177053
|
177054
|
177055
|
177056
|
177057
|
177058
|
177059
|
177060