diff rhodecode/templates/summary/summary.html @ 1920:8f6c01c990dc beta

label for "with subrepos" checkbox
author Vladislav Poluhin <nuklea@gmail.com>
date Fri, 20 Jan 2012 00:20:04 +0800
parents b3a3890b7160
children 4237cae4adc5
line wrap: on
line diff
--- a/rhodecode/templates/summary/summary.html	Thu Jan 19 07:24:06 2012 +0200
+++ b/rhodecode/templates/summary/summary.html	Fri Jan 20 00:20:04 2012 +0800
@@ -160,7 +160,8 @@
 			        ${h.select('download_options',c.rhodecode_repo.get_changeset().raw_id,c.download_options)}
 			             <span id="${'zip_link'}">${h.link_to('Download as zip',h.url('files_archive_home',repo_name=c.dbrepo.repo_name,fname='tip.zip'),class_="archive_icon ui-btn")}</span>
                     <span style="vertical-align: bottom">
-                        <input id="archive_subrepos" type="checkbox" name="subrepos"/> <span class="tooltip" title="${_('Check this to download archive with subrepos')}" >${_('with subrepos')}</span>
+                        <input id="archive_subrepos" type="checkbox" name="subrepos" />
+                        <label for="archive_subrepos" class="tooltip" title="${_('Check this to download archive with subrepos')}" >${_('with subrepos')}</label>
                     </span>
 			    %endif
 			  </div>