Bugzilla – Attachment 170195 Details for
Bug 36171
Extraction of Template Toolkit directive as translatable string causes patron view error in several languages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Template toolkit tags repaired
repaired.txt (text/plain), 7.56 KB, created by
Kevin Carnes
on 2024-08-09 13:58:53 UTC
(
hide
)
Description:
Template toolkit tags repaired
Filename:
MIME Type:
Creator:
Kevin Carnes
Created:
2024-08-09 13:58:53 UTC
Size:
7.56 KB
patch
obsolete
>./koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc:[% # [ WRAPPER tab_item tabname= "tab_name_1" bt_active= 1 ] <span>Tab text 1</span> [ END ] %] >./koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc:[% # [ WRAPPER tab_item tabname= "tab_name_2" ] <span>Tab text 2</span> [ END ] %] >./koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc:[% # <a href="/cgi-bin/koha/module/module-home.pl"> Module </a> %] >./koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc:[% # <a href="/cgi-bin/koha/module/page.pl"> Module page </a> %] >./koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc:[% # <span>Add form</span> %] >./koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc:[% # <a href="/cgi-bin/koha/module/page.pl"> Module page </a> %] >./koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc:[% # <span>Confirm deletion</span> %] >./koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc:[% # <span>Module page</span> %] >./koha-tmpl/opac-tmpl/bootstrap/en/includes/display-library-address.inc:[%~ SET line_break = "<br/>" ~%] >./koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-open.inc:[% FILTER replace('<!--', '<!- -') %] > [% FILTER replace('-->', '- ->') %] >./koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt:[% HOLIDAYS_LOO.DESCRIPTION.replace('\\\r\\\n', '<br />') | html %] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = '<form action="shelves.pl" method="get">' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<input type="hidden" name="shelfnumber" value="' _ shelfnumber _ '" />' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<input type="hidden" name="op" value="edit_form" />' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<input type="hidden" name="public" value="' _ public _ '" />' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<input type="hidden" name="referer" value="list" />' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<button class="editshelf btn btn-default btn-xs"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</button>' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '</form> ' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ ' <form action="shelves.pl" method="post">' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<input type="hidden" name="shelves" value="1" />' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<input type="hidden" name="op" value="cud-delete" />' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<input type="hidden" name="shelfnumber" value="' _ shelfnumber _ '" />' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<input type="hidden" name="public" value="' _ public _ '" />' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<input type="hidden" name="referer" value="list" />' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<button type="submit" class="delete-list btn btn-default btn-xs"><i class="fa fa-trash-can"></i> Delete</button>' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '</form>' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ ' <form action="shelves.pl" method="get">' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<input type="hidden" name="shelves" value="1" />' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<input type="hidden" name="op" value="transfer" />' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<input type="hidden" name="shelfnumber" value="' _ shelfnumber _ '" />' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<input type="hidden" name="public" value="1" />' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<input type="hidden" name="referer" value="list" />' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '<button type="submit" class="btn btn-default btn-xs"><i class="fa"></i> Transfer</button>' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt:[%~ action_block = action_block _ '</form>' ~%] >./koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt:[% SET pref_CurbsidePickup_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CurbsidePickup">CurbsidePickup</a>' %] >./koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt:[% SET pref_MARCOverlayRules_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=MARCOverlayRules">MARCOverlayRules</a>' %] >./koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc:[% # [ WRAPPER tab_item tabname= "tab_name_1" bt_active= 1 ] <span>Tab text 1</span> [ END ] %] >./koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc:[% # [ WRAPPER tab_item tabname= "tab_name_2" ] <span>Tab text 2</span> [ END ] %] >./koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc:[% # <a href="/cgi-bin/koha/module/module-home.pl"> Module </a> %] >./koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc:[% # <a href="/cgi-bin/koha/module/page.pl"> Module page </a> %] >./koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc:[% # <span>Add form</span> %] >./koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc:[% # <a href="/cgi-bin/koha/module/page.pl"> Module page </a> %] >./koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc:[% # <span>Confirm deletion</span> %] >./koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc:[% # <span>Module page</span> %] >./koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style.inc:[%~ SET line_break = "<br/>" ~%] >./koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc:[%- span_start = '<span class="patron-title">' -%] >./koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc:[%- span_end = '</span>' -%] >./koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-open.inc:[% FILTER replace('<!--', '<!- -') %] > [% FILTER replace('-->', '- ->') %]
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 Raw
Actions:
View
Attachments on
bug 36171
:
162490
|
162516
|
165506
|
170194
| 170195 |
170227
|
170262
|
170342
|
172327
|
172334
|
173252