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(a)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