From alinefm at linux.vnet.ibm.com Sat Jan 25 19:40:15 2014 Content-Type: multipart/mixed; boundary="===============1531211948279899130==" MIME-Version: 1.0 From: Aline Manera To: kimchi-devel at ovirt.org Subject: Re: [Kimchi-devel] [PATCH] HTML: Make the form element's labels clickable Date: Sat, 25 Jan 2014 22:39:48 -0200 Message-ID: <52E45954.6030509@linux.vnet.ibm.com> In-Reply-To: 1390402421-12398-1-git-send-email-vianac@linux.vnet.ibm.com --===============1531211948279899130== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On 01/22/2014 12:53 PM, Cr=C3=ADstian Viana wrote: > A good usability feature of an HTML form is to click on an element's > label to activate the element itself. For example, when clicking on a > checkbox's label, the checkbox itself is checked, instead of requiring > the user to click on the small corresponding element. > > Assign every checkbox's and radio's labels to their corresponding > form elements. > > Signed-off-by: Cr=C3=ADstian Viana > --- > ui/pages/storagepool-add.html.tmpl | 6 +++--- > ui/pages/tabs/network.html.tmpl | 8 ++++---- > 2 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/ui/pages/storagepool-add.html.tmpl b/ui/pages/storagepool-ad= d.html.tmpl > index 03c063d..12a9779 100644 > --- a/ui/pages/storagepool-add.html.tmpl > +++ b/ui/pages/storagepool-add.html.tmpl > @@ -117,7 +117,7 @@ >
>
> > - > + >
>
>
> @@ -143,8 +143,8 @@ > > > > diff --git a/ui/pages/tabs/network.html.tmpl b/ui/pages/tabs/network.html= .tmpl > index fcf8556..9c149b7 100644 > --- a/ui/pages/tabs/network.html.tmpl > +++ b/ui/pages/tabs/network.html.tmpl > @@ -61,15 +61,15 @@ >
>
> > - > + >
>
> > - > + >
>
> > - > + >
>
> > @@ -78,7 +78,7 @@ >
> > > - > + The check box is related to "Enable VLAN" instaed of "VLAN ID" > >
>
--===============1531211948279899130==--