http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8377

--- Comment #27 from Jonathan Druart <jonathan.dru...@biblibre.com> ---
Created attachment 13343
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13343&action=edit
Bug 8377: Followup move style in a css file and do not pass template to a pm

1/ It's better to set style of the video marked in a css file.

2/ Replace some
  for my $i in (0..#$array)
with
  for my $element in (@array)

3/ the routine in a pm returns a hash not the $template variable

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to