Bug 8377: Followup move style in a css file and do not pass template to a pm
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 9 Nov 2012 14:12:59 +0000 (15:12 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 27 Dec 2012 14:28:00 +0000 (09:28 -0500)
commit4dbcd077f61c5ac50e209b31ac0ecdc65268639e
tree758dc8b85e1c39134c0f738524cf83fb05875a6b
parent33aa6ec2fddd5c712f6eb1ba64de4d54f131c24e
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

Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/HTML5Media.pm
catalogue/detail.pl
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt
opac/opac-detail.pl