http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6815
--- Comment #19 from Katrin Fischer <[email protected]> --- Comment on attachment 38518 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38518 Bug 6815: Capture picture from web cam Review of attachment 38518: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=6815&attachment=38518) ----------------------------------------------------------------- I have to say I am in favour of a client side solution and we are not supporting IE for the staff client officially. I think for a feature that is not a core functionality it would be ok for me if it was limited to Firefox/Chromium. ::: koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ +271,5 @@ > </li> > </ol> > <fieldset class="action"> > + <input type="submit" name="op" id="op" value="Upload" > class="submit btn" /> > + [% IF ( webcam ) %]<input type="submit" name="op" > id="op" value="Capture" class="submit btn" /> [% END %] Using multiple for styling is no good style - this should be done using CSS. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. _______________________________________________ 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/
