Bug 24834: (follow-up) Add report id to page titles
See test plan of previous patch! Signed-off-by: Lisette Scheer <lisetteslatah@gmail.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
7f2e2a4dbd
commit
f0b3bbb327
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@
|
|||
[%- ELSIF ( showsql ) -%]
|
||||
› Saved reports › SQL view
|
||||
[%- ELSIF ( execute ) -%]
|
||||
› Saved reports › Report [% name | html %]
|
||||
› Saved reports › Report [% name | html %] ([% id | html %])
|
||||
[%- ELSIF ( editsql ) -%]
|
||||
› Saved reports › Edit report [% reportname | html %]
|
||||
› Saved reports › Edit report [% reportname | html %] ([% id | html %])
|
||||
[%- END -%]
|
||||
[%- IF ( build1 ) -%]
|
||||
› Build a report, step 1 of 6: Choose a module
|
||||
|
|
Loading…
Reference in a new issue