[Kimchi-devel] [PATCH 1/3] repository: Place checkbox to the left of its label

Crístian Viana vianac at linux.vnet.ibm.com
Thu Apr 24 16:50:34 UTC 2014


In general, it is more common to have a checkbox placed to the left side
of its corresponding label. Also, all the other checkboxes in Kimchi are
placed to the left side of their labels.

Change the location of the checkbox "Repository is a mirror" so that the
control element is placed to the left side of its label.

Signed-off-by: Crístian Viana <vianac at linux.vnet.ibm.com>
---
 ui/pages/repository-add.html.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/pages/repository-add.html.tmpl b/ui/pages/repository-add.html.tmpl
index 5502057..839ba1d 100644
--- a/ui/pages/repository-add.html.tmpl
+++ b/ui/pages/repository-add.html.tmpl
@@ -66,8 +66,8 @@
                     </div>
                     <div class="field yum">
                         <p class="yum">
-                            $_("Repository is a mirror.")
                             <input type="checkbox" name="isMirror" value="true" />
+                            $_("Repository is a mirror.")
                         </p>
                     </div>
                 </section>
-- 
1.9.0




More information about the Kimchi-devel mailing list