http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13618
--- Comment #79 from Bernardo Gonzalez Kriegel <[email protected]> --- Hi Jonathan, all patches apply, last patch signeed. I have a followup to remove some tabs/spaces Do I have to upload all here? Also found some "| html | html_line_break " and "| html | url " Don't know if they need to be removed git grep "|html " koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt:20: "[% data.borrowernotes.replace('\\\\' , '\\\\') |html |html_line_break |collapse %]", koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/tables/members_results.tt:29: "[% data.borrowernotes.replace('\\\\' , '\\\\') |html |html_line_break |collapse %]", koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt:44: No results found for that in [% LibraryName %] catalog. <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi | url %][% limit_cgi | html | url %]&format=rss2" class="rsssearchlink noprint"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" class="rsssearchicon"/></a> koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt:88: <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi | url %][% limit_cgi |html | url %]&count=[% countrss %]&sort_by=acqdate_dsc&format=rss2" class="rsssearchlink noprint"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt:71: <td><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&[% s.query_cgi %]&count=[% countrss %]&sort_by=acqdate_dsc&format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi %]">[% s.query_desc %]</a></td> git grep "| html " koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt:111: <td><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&[% s.query_cgi %]&count=[% countrss %]&sort_by=acqdate_dsc&format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi %]">[% s.query_desc %]</a></td> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
