]> git.ipfire.org Git - ipfire-2.x.git/commit
cgi-bin: Add title attribute to input type image where missing
authorAlf Høgemark <alf@i100.no>
Wed, 14 May 2014 19:56:42 +0000 (21:56 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 May 2014 19:56:42 +0000 (21:56 +0200)
commit1638682beb691a4bf40f4db155c109d9a34536a4
tree4798d970e3604d44208dd78fd495b61cb18195a0
parenta9fb14d0513d71accacfded36f46e471cb3a88d6
cgi-bin: Add title attribute to input type image where missing

Almost all of <input type="image"... has both an alt and a
title attribute, but some are missing title, and when the icon
is not very clear, it makes it harder to understand what the icon
does. By adding title, the browser displays text when mouse pointer
is over the icon.

Also add missing quotes for alt and title attributes where needed.
html/cgi-bin/ovpnmain.cgi