From alinefm at linux.vnet.ibm.com Wed Jan 29 18:04:28 2014 Content-Type: multipart/mixed; boundary="===============2863949947908996857==" 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: Wed, 29 Jan 2014 21:04:22 -0200 Message-ID: <52E988F6.2010008@linux.vnet.ibm.com> In-Reply-To: 1391025939-29498-2-git-send-email-vianac@linux.vnet.ibm.com --===============2863949947908996857== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Reviewed-by: Aline Manera On 01/29/2014 06:05 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 14ef23a..dac99fe 100644 > --- a/ui/pages/storagepool-add.html.tmpl > +++ b/ui/pages/storagepool-add.html.tmpl > @@ -124,7 +124,7 @@ >
>
> > - > + >
>
>
> @@ -150,8 +150,8 @@ > > > > diff --git a/ui/pages/tabs/network.html.tmpl b/ui/pages/tabs/network.html= .tmpl > index fcf8556..8cd991f 100644 > --- a/ui/pages/tabs/network.html.tmpl > +++ b/ui/pages/tabs/network.html.tmpl > @@ -61,22 +61,22 @@ >
>
> > - > + >
>
> > - > + >
>
> > - > + >
>
> > >
>
> - > + > > > --===============2863949947908996857==--