http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6815 --- Comment #19 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 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.