[Koha-bugs] [Bug 8377] Show HTML5 video/ audio for media files in OPAC and staff client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 22 13:31:35 CET 2012


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

Mirko Tietgen <mirko at abunchofthings.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13623|0                           |1
        is obsolete|                            |

--- Comment #33 from Mirko Tietgen <mirko at abunchofthings.net> ---
Created attachment 13636
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13636&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

Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list