'
+ '')
else:
yield 0, ('' % self.cssclass +
- '')
+ ' '
+ '')
yield 0, dummyoutfile.getvalue()
yield 0, '
'
diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css
--- a/kallithea/public/css/style.css
+++ b/kallithea/public/css/style.css
@@ -1931,6 +1931,7 @@ BIN_FILENODE = 6
}
#graph_content,
+#graph_content_pr,
#graph .info_box,
#graph .container_header {
margin-left: 100px;
@@ -2009,6 +2010,7 @@ tr.out-of-range > td.mid > .message > a
#graph_content .container .expand_commit {
width: 24px;
cursor: pointer;
+ color: #999;
}
#graph_content #changesets .container .right {
diff --git a/kallithea/templates/admin/gists/edit.html b/kallithea/templates/admin/gists/edit.html
--- a/kallithea/templates/admin/gists/edit.html
+++ b/kallithea/templates/admin/gists/edit.html
@@ -142,7 +142,7 @@
%endfor
-
+
${h.submit('update',_('Update Gist'),class_="btn btn-success")}
${_('Cancel')}
diff --git a/kallithea/templates/admin/gists/index.html b/kallithea/templates/admin/gists/index.html
--- a/kallithea/templates/admin/gists/index.html
+++ b/kallithea/templates/admin/gists/index.html
@@ -41,13 +41,13 @@
%if c.gists_pager.item_count>0:
% for gist in c.gists_pager:
-
+
${h.gravatar_div(gist.owner.email, size=28)}
-
+
-
+
${_('Created')} ${h.age(gist.created_on)} /
%if gist.gist_expires == -1:
@@ -58,7 +58,7 @@
-
${gist.gist_description}
+
${gist.gist_description}
% endfor
diff --git a/kallithea/templates/admin/my_account/my_account_api_keys.html b/kallithea/templates/admin/my_account/my_account_api_keys.html
--- a/kallithea/templates/admin/my_account/my_account_api_keys.html
+++ b/kallithea/templates/admin/my_account/my_account_api_keys.html
@@ -1,6 +1,6 @@
- ${c.user.api_key}
+ ${c.user.api_key}
${_('Built-in')}
@@ -19,9 +19,9 @@
%if c.user_api_keys:
%for api_key in c.user_api_keys:
- ${api_key.api_key}
+ ${api_key.api_key}
${api_key.description}
-
+
%if api_key.expires == -1:
${_('Expires')}: ${_('Never')}
%else:
diff --git a/kallithea/templates/admin/my_account/my_account_emails.html b/kallithea/templates/admin/my_account/my_account_emails.html
--- a/kallithea/templates/admin/my_account/my_account_emails.html
+++ b/kallithea/templates/admin/my_account/my_account_emails.html
@@ -19,7 +19,7 @@
${h.form(url('my_account_emails_delete'))}
${h.hidden('del_email_id',em.email_id)}
-
+
${h.submit('remove_',_('Delete'),id="remove_email_%s" % em.email_id,
class_="btn btn-default btn-xs", onclick="return confirm('"+_('Confirm to delete this email: %s') % em.email+"');")}
${h.end_form()}
diff --git a/kallithea/templates/admin/permissions/permissions_ips.html b/kallithea/templates/admin/permissions/permissions_ips.html
--- a/kallithea/templates/admin/permissions/permissions_ips.html
+++ b/kallithea/templates/admin/permissions/permissions_ips.html
@@ -8,7 +8,7 @@
${h.form(url('edit_user_ips_delete', id=c.user.user_id))}
${h.hidden('del_ip_id',ip.ip_id)}
${h.hidden('default_user', 'True')}
- ${h.submit('remove_',_('Delete'),id="remove_ip_%s" % ip.ip_id,
+ ${h.submit('remove_',_('Delete'),id="remove_ip_%s" % ip.ip_id,
class_="btn btn-default btn-xs", onclick="return confirm('"+_('Confirm to delete this IP address: %s') % ip.ip_addr+"');")}
${h.end_form()}
diff --git a/kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html b/kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html
--- a/kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html
+++ b/kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html
@@ -11,8 +11,8 @@
]
%>
%for dt, dd, tt in elems:
- ${dt}:
- ${dd}
+ ${dt}:
+ ${dd}
%endfor
diff --git a/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html b/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html
--- a/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html
+++ b/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html
@@ -30,7 +30,7 @@ ${h.form(url('edit_repo_group_perms', gr
%if r2p.user.username !='default':
-
+
${_('Revoke')}
%endif
@@ -67,7 +67,7 @@ ${h.form(url('edit_repo_group_perms', gr
%endif
-
+
${_('Revoke')}
@@ -77,7 +77,7 @@ ${h.form(url('edit_repo_group_perms', gr
-
+
${_('Add new')}
diff --git a/kallithea/templates/admin/repos/repo_creating.html b/kallithea/templates/admin/repos/repo_creating.html
--- a/kallithea/templates/admin/repos/repo_creating.html
+++ b/kallithea/templates/admin/repos/repo_creating.html
@@ -27,10 +27,10 @@
${_('Repository "%(repo_name)s" is being created, you will be redirected when this process is finished.' % {'repo_name':c.repo_name})}
-
+
+ aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
diff --git a/kallithea/templates/admin/repos/repo_edit_fields.html b/kallithea/templates/admin/repos/repo_edit_fields.html
--- a/kallithea/templates/admin/repos/repo_edit_fields.html
+++ b/kallithea/templates/admin/repos/repo_edit_fields.html
@@ -15,7 +15,7 @@
${field.field_type}
${h.form(url('delete_repo_fields', repo_name=c.repo_info.repo_name, field_id=field.repo_field_id))}
-
+
${h.submit('remove_%s' % field.repo_field_id, _('Delete'), id="remove_field_%s" % field.repo_field_id,
class_="btn btn-default btn-xs", onclick="return confirm('"+_('Confirm to delete this field: %s') % field.field_key+"');")}
${h.end_form()}
diff --git a/kallithea/templates/admin/repos/repo_edit_permissions.html b/kallithea/templates/admin/repos/repo_edit_permissions.html
--- a/kallithea/templates/admin/repos/repo_edit_permissions.html
+++ b/kallithea/templates/admin/repos/repo_edit_permissions.html
@@ -39,7 +39,7 @@ ${h.form(url('edit_repo_perms_update', r
%if r2p.user.username !='default':
-
+
${_('Revoke')}
%endif
@@ -64,7 +64,7 @@ ${h.form(url('edit_repo_perms_update', r
%endif
-
+
${_('Revoke')}
@@ -74,7 +74,7 @@ ${h.form(url('edit_repo_perms_update', r
-
+
${_('Add new')}
diff --git a/kallithea/templates/admin/settings/settings_hooks.html b/kallithea/templates/admin/settings/settings_hooks.html
--- a/kallithea/templates/admin/settings/settings_hooks.html
+++ b/kallithea/templates/admin/settings/settings_hooks.html
@@ -5,7 +5,7 @@
% for hook in c.hooks:
<% input_id = hook.ui_key.replace('.', '_') %>
${hook.ui_key}
-
+
${h.text(hook.ui_key,hook.ui_value,id=input_id,size=60,readonly="readonly",class_='form-control')}
% endfor
@@ -23,13 +23,13 @@ ${h.form(url('admin_settings_hooks'), me
%for hook in c.custom_hooks:
<% input_id = hook.ui_key.replace('.', '_') %>
${hook.ui_key}
-
+
${h.hidden('hook_ui_key',hook.ui_key,id='hook_ui_key_'+input_id)}
${h.hidden('hook_ui_value',hook.ui_value,id='hook_ui_value_'+input_id)}
${h.text('hook_ui_value_new',hook.ui_value,id=input_id,size=60,class_='form-control')}
-
+
${_('Delete')}
@@ -40,12 +40,12 @@ ${h.form(url('admin_settings_hooks'), me
${h.text('new_hook_ui_key',size=15,class_='form-control')}
-
+
${h.text('new_hook_ui_value',size=60,class_='form-control')}