##// END OF EJS Templates
merge with bitbucket
marcink -
r1924:d99bc0e2 merge beta
parent child Browse files
Show More
@@ -160,7 +160,8 b''
160 ${h.select('download_options',c.rhodecode_repo.get_changeset().raw_id,c.download_options)}
160 ${h.select('download_options',c.rhodecode_repo.get_changeset().raw_id,c.download_options)}
161 <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>
161 <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>
162 <span style="vertical-align: bottom">
162 <span style="vertical-align: bottom">
163 <input id="archive_subrepos" type="checkbox" name="subrepos"/> <span class="tooltip" title="${_('Check this to download archive with subrepos')}" >${_('with subrepos')}</span>
163 <input id="archive_subrepos" type="checkbox" name="subrepos" />
164 <label for="archive_subrepos" class="tooltip" title="${_('Check this to download archive with subrepos')}" >${_('with subrepos')}</label>
164 </span>
165 </span>
165 %endif
166 %endif
166 </div>
167 </div>
@@ -451,10 +452,9 b' function SummaryPlot(from,to,dataset,ove'
451 data[pos].color = i;
452 data[pos].color = i;
452 i++;
453 i++;
453 if(data[pos].label != ''){
454 if(data[pos].label != ''){
454 choiceContainerTable.innerHTML += '<tr><td>'+
455 choiceContainerTable.innerHTML +=
455 '<input type="checkbox" name="' + data[pos].label +'" checked="checked" />'
456 '<tr><td><input type="checkbox" id="id_user_{0}" name="{0}" checked="checked" /> \
456 +data[pos].label+
457 <label for="id_user_{0}">{0}</label></td></tr>'.format(data[pos].label);
457 '</td></tr>';
458 }
458 }
459 }
459 }
460 }
460 }
General Comments 0
You need to be logged in to leave comments. Login now