# HG changeset patch # User domruf # Date 2016-09-18 20:00:46 # Node ID 80a15e10857adcb1794cb5a8b27131d13f0e7378 # Parent b7654d1675daf7464eff45e32c5baf8543ac1c5a style: in preparation for bootstrap, replace kallithea box with bootstrap compatible panel This is a subset of a bigger changeset. The subset was extracted by Mads Kiilerich, mostly by: sed -i \ -e 's, :first-child { +#content div.panel div.pagination-wh > :first-child { border-radius: 4px 0px 0px 4px; } -#content div.box div.pagination-wh > :last-child { +#content div.panel div.pagination-wh > :last-child { border-radius: 0px 4px 4px 0px; border-right: 1px solid #cfcfcf; } -#content div.box div.pagination-wh a, -#content div.box div.pagination-wh span.pager_dotdot, -#content div.box div.pagination-wh span.yui-pg-previous, -#content div.box div.pagination-wh span.yui-pg-last, -#content div.box div.pagination-wh span.yui-pg-next, -#content div.box div.pagination-wh span.yui-pg-first { +#content div.panel div.pagination-wh a, +#content div.panel div.pagination-wh span.pager_dotdot, +#content div.panel div.pagination-wh span.yui-pg-previous, +#content div.panel div.pagination-wh span.yui-pg-last, +#content div.panel div.pagination-wh span.yui-pg-next, +#content div.panel div.pagination-wh span.yui-pg-first { height: 1%; float: left; background: #ebebeb url("../images/pager.png") repeat-x; @@ -1250,7 +1200,7 @@ div.form div.fields div.field div.button padding: 6px; } -#content div.box div.pagination-wh span.pager_curpage { +#content div.panel div.pagination-wh span.pager_curpage { height: 1%; float: left; background: #b4b4b4 url("../images/pager_selected.png") repeat-x; @@ -1262,8 +1212,8 @@ div.form div.fields div.field div.button padding: 6px; } -#content div.box div.pagination-wh a:hover, -#content div.box div.pagination-wh a:active { +#content div.panel div.pagination-wh a:hover, +#content div.panel div.pagination-wh a:active { background: #b4b4b4 url("../images/pager_selected.png") repeat-x; border-top: 1px solid #ccc; border-left: 1px solid #bebebe; @@ -1271,7 +1221,7 @@ div.form div.fields div.field div.button text-decoration: none; } -#content div.box div.traffic div.legend { +#content div.panel div.traffic div.legend { clear: both; overflow: hidden; border-bottom: 1px solid #ddd; @@ -1279,14 +1229,14 @@ div.form div.fields div.field div.button padding: 0 0 10px; } -#content div.box div.traffic div.legend h6 { +#content div.panel div.traffic div.legend h6 { float: left; border: none; margin: 0; padding: 0; } -#content div.box div.traffic div.legend li { +#content div.panel div.traffic div.legend li { list-style: none; float: left; font-size: 11px; @@ -1294,29 +1244,29 @@ div.form div.fields div.field div.button padding: 0 8px 0 4px; } -#content div.box div.traffic div.legend li.visits { +#content div.panel div.traffic div.legend li.visits { border-left: 12px solid #edc240; } -#content div.box div.traffic div.legend li.pageviews { +#content div.panel div.traffic div.legend li.pageviews { border-left: 12px solid #afd8f8; } -#content div.box div.traffic table { +#content div.panel div.traffic table { width: auto; } -#content div.box div.traffic table td { +#content div.panel div.traffic table td { background: transparent; border: none; padding: 2px 3px 3px; } -#content div.box div.traffic table td.legendLabel { +#content div.panel div.traffic table td.legendLabel { padding: 0 3px 2px; } -#content div.box #summary { +#content div.panel #summary { margin-right: 200px; min-height: 240px; } @@ -1382,17 +1332,17 @@ div.form div.fields div.field div.button border-radius: 5px; } -#content div.box #summary p { +#content div.panel #summary p { margin-bottom: -5px; width: 600px; white-space: pre-wrap; } -#content div.box #summary p:last-child { +#content div.panel #summary p:last-child { margin-bottom: 9px; } -#content div.box #summary p:first-of-type { +#content div.panel #summary p:first-of-type { margin-top: 9px; } @@ -2734,14 +2684,14 @@ table.code-browser i[class^='icon-'] { padding-right: .3em; } -.box .search { +.panel .search { clear: both; overflow: hidden; margin: 0; padding: 0 20px 10px; } -.box .search div.search_path { +.panel .search div.search_path { background: none repeat scroll 0 0 #EEE; border: 1px solid #CCC; color: blue; @@ -2749,12 +2699,12 @@ table.code-browser i[class^='icon-'] { padding: 10px 0; } -.box .search div.search_path div.link { +.panel .search div.search_path div.link { font-weight: 700; margin-left: 25px; } -.box .search div.search_path div.link a { +.panel .search div.search_path div.link a { color: #577632; cursor: pointer; text-decoration: none; @@ -3107,11 +3057,11 @@ div.gravatar img { padding: 55px 10px 14px 10px !important; } -#content div.box div.title div.search { +#content div.panel div.title div.search { border-left: 1px solid #576622; } -#content div.box div.title div.search div.input input { +#content div.panel div.title div.search div.input input { border: 1px solid #576622; } @@ -3246,7 +3196,7 @@ ins, div.options a:hover { img, #header #header-inner #quick li a:hover span.normal, -#content div.box div.form div.fields div.field div.textarea table td table td a, +#content div.panel div.form div.fields div.field div.textarea table td table td a, #clone_url, #clone_url_id { @@ -3258,9 +3208,9 @@ img.icon, .right .merge img { } #header ul#logged-user, -#content div.box div.title ul.links, -#content div.box div.message div.dismiss, -#content div.box div.traffic div.legend ul { +#content div.panel div.title ul.links, +#content div.panel div.message div.dismiss, +#content div.panel div.traffic div.legend ul { float: right; margin: 0; padding: 0; @@ -3268,8 +3218,8 @@ img.icon, .right .merge img { #header #header-inner #home, #header #header-inner #logo, -#content div.box ul.left, -#content div.box ol.left, +#content div.panel ul.left, +#content div.panel ol.left, div#commit_history, div#legend_data, div#legend_container, div#legend_choices { float: left; @@ -3327,24 +3277,24 @@ div#legend_data, div#legend_container, d height: 450px; } -#content div.box ol.lower-roman, -#content div.box ol.upper-roman, -#content div.box ol.lower-alpha, -#content div.box ol.upper-alpha, -#content div.box ol.decimal { +#content div.panel ol.lower-roman, +#content div.panel ol.upper-roman, +#content div.panel ol.lower-alpha, +#content div.panel ol.upper-alpha, +#content div.panel ol.decimal { margin: 10px 24px 10px 44px; } -#content div.box div.form, -#content div.box div.table, -#content div.box div.traffic { +#content div.panel div.form, +#content div.panel div.table, +#content div.panel div.traffic { position: relative; clear: both; margin: 0; padding: 0 20px 10px; } -#content div.box div.form div.fields, +#content div.panel div.form div.fields, #login div.form-horizontal, #login div.form-horizontal div.form-group, #register div.form, @@ -3355,7 +3305,7 @@ div#legend_data, div#legend_container, d padding: 0; } -#content div.box div.form div.fields div.field div.label span, +#content div.panel div.form div.fields div.field div.label span, #login div.form div.form-horizontal div.form-group div.label span, #register div.form div.fields div.field div.label span { height: 1%; @@ -3365,7 +3315,7 @@ div#legend_data, div#legend_container, d padding: 2px 0 0; } -#content div.box div.form div.fields div.field div.input input.error, +#content div.panel div.form div.fields div.field div.input input.error, #login div.form div.form-horizontal div.form-group div.input input.error, #register div.form div.fields div.field div.input input.error { background: #FBE3E4; @@ -3375,7 +3325,7 @@ div#legend_data, div#legend_container, d border-bottom: 1px solid #FBC2C4; } -#content div.box div.form div.fields div.field div.input input.success, +#content div.panel div.form div.fields div.field div.input input.success, #login div.form div.form-horizontal div.form-group div.input input.success, #register div.form div.fields div.field div.input input.success { background: #E6EFC2; @@ -3385,59 +3335,47 @@ div#legend_data, div#legend_container, d border-bottom: 1px solid #c6d880; } -#content div.box-left div.form div.fields div.field div.textarea, -#content div.box-right div.form div.fields div.field div.textarea, -#content div.box div.form div.fields div.field div.select select, -#content div.box table th.selected input, -#content div.box table td.selected input { +#content div.panel div.form div.fields div.field div.select select, +#content div.panel table th.selected input, +#content div.panel table td.selected input { margin: 0; } -#content div.box-left div.form div.fields div.field div.select, -#content div.box-left div.form div.fields div.field div.checkboxes, -#content div.box-left div.form div.fields div.field div.radios, -#content div.box-right div.form div.fields div.field div.select, -#content div.box-right div.form div.fields div.field div.checkboxes, -#content div.box-right div.form div.fields div.field div.radios { - margin: 0 0 0 0px !important; - padding: 0; -} - -#content div.box div.form div.fields div.field div.select, -#content div.box div.form div.fields div.field div.checkboxes, -#content div.box div.form div.fields div.field div.radios { +#content div.panel div.form div.fields div.field div.select, +#content div.panel div.form div.fields div.field div.checkboxes, +#content div.panel div.form div.fields div.field div.radios { margin: 0 0 0 200px; padding: 0; } -#content div.box div.form div.fields div.field div.select a:hover, -#content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover, -#content div.box div.action a:hover { +#content div.panel div.form div.fields div.field div.select a:hover, +#content div.panel div.form div.fields div.field div.select a.ui-selectmenu:hover, +#content div.panel div.action a:hover { color: #000; text-decoration: none; } -#content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus, -#content div.box div.action a.ui-selectmenu-focus { +#content div.panel div.form div.fields div.field div.select a.ui-selectmenu-focus, +#content div.panel div.action a.ui-selectmenu-focus { border: 1px solid #666; } -#content div.box div.form div.fields div.field div.checkboxes div.checkbox, -#content div.box div.form div.fields div.field div.radios div.radio { +#content div.panel div.form div.fields div.field div.checkboxes div.checkbox, +#content div.panel div.form div.fields div.field div.radios div.radio { clear: both; overflow: hidden; margin: 0; padding: 8px 0 2px; } -#content div.box div.form div.fields div.field div.checkboxes div.checkbox input, -#content div.box div.form div.fields div.field div.radios div.radio input { +#content div.panel div.form div.fields div.field div.checkboxes div.checkbox input, +#content div.panel div.form div.fields div.field div.radios div.radio input { float: left; margin: 0; } -#content div.box div.form div.fields div.field div.checkboxes div.checkbox label, -#content div.box div.form div.fields div.field div.radios div.radio label { +#content div.panel div.form div.fields div.field div.checkboxes div.checkbox label, +#content div.panel div.form div.fields div.field div.radios div.radio label { height: 1%; display: block; float: left; @@ -3445,39 +3383,32 @@ div#legend_data, div#legend_container, d } div.form div.fields div.field div.button input, -#content div.box div.form div.fields div.buttons input +#content div.panel div.form div.fields div.buttons input div.form div.fields div.buttons input, -#content div.box div.action div.button input { +#content div.panel div.action div.button input { font-size: 11px; font-weight: 700; margin: 0; } div.form div.fields div.field div.highlight, -#content div.box div.form div.fields div.buttons div.highlight { +#content div.panel div.form div.fields div.buttons div.highlight { display: inline; } -#content div.box div.form div.fields div.buttons, +#content div.panel div.form div.fields div.buttons, div.form div.fields div.buttons { margin: 10px 0 0 200px; padding: 0; } -#content div.box-left div.form div.fields div.buttons, -#content div.box-right div.form div.fields div.buttons, -div.box-left div.form div.fields div.buttons, -div.box-right div.form div.fields div.buttons { - margin: 10px 0 0; -} - -#content div.box table td.user, -#content div.box table td.address { +#content div.panel table td.user, +#content div.panel table td.address { width: 10%; text-align: center; } -#content div.box div.action div.button, +#content div.panel div.action div.button, #login div.form div.form-horizontal div.form-group div.input div.link, #register div.form div.fields div.field div.input div.link { text-align: right; @@ -3485,16 +3416,16 @@ div.box-right div.form div.fields div.bu padding: 0; } -#content div.box div.pagination div.results, -#content div.box div.pagination-wh div.results { +#content div.panel div.pagination div.results, +#content div.panel div.pagination-wh div.results { text-align: left; float: left; margin: 0; padding: 0; } -#content div.box div.pagination div.results span, -#content div.box div.pagination-wh div.results span { +#content div.panel div.pagination div.results span, +#content div.panel div.pagination-wh div.results span { height: 1%; display: block; float: left; @@ -3509,8 +3440,8 @@ div.box-right div.form div.fields div.bu padding: 6px 8px; } -#content div.box div.pagination ul.pager li.disabled, -#content div.box div.pagination-wh a.disabled { +#content div.panel div.pagination ul.pager li.disabled, +#content div.panel div.pagination-wh a.disabled { color: #B4B4B4; padding: 6px; } diff --git a/kallithea/templates/about.html b/kallithea/templates/about.html --- a/kallithea/templates/about.html +++ b/kallithea/templates/about.html @@ -11,7 +11,7 @@ <%def name="main()"> -
+
${_('About')} Kallithea
diff --git a/kallithea/templates/admin/admin.html b/kallithea/templates/admin/admin.html --- a/kallithea/templates/admin/admin.html +++ b/kallithea/templates/admin/admin.html @@ -19,7 +19,7 @@ ${self.menu('admin')} <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/admin/auth/auth_settings.html b/kallithea/templates/admin/auth/auth_settings.html --- a/kallithea/templates/admin/auth/auth_settings.html +++ b/kallithea/templates/admin/auth/auth_settings.html @@ -16,7 +16,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/admin/defaults/defaults.html b/kallithea/templates/admin/defaults/defaults.html --- a/kallithea/templates/admin/defaults/defaults.html +++ b/kallithea/templates/admin/defaults/defaults.html @@ -16,7 +16,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} 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 @@ -23,7 +23,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} 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 @@ -27,7 +27,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/admin/gists/new.html b/kallithea/templates/admin/gists/new.html --- a/kallithea/templates/admin/gists/new.html +++ b/kallithea/templates/admin/gists/new.html @@ -23,7 +23,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/admin/gists/show.html b/kallithea/templates/admin/gists/show.html --- a/kallithea/templates/admin/gists/show.html +++ b/kallithea/templates/admin/gists/show.html @@ -15,7 +15,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/admin/my_account/my_account.html b/kallithea/templates/admin/my_account/my_account.html --- a/kallithea/templates/admin/my_account/my_account.html +++ b/kallithea/templates/admin/my_account/my_account.html @@ -14,7 +14,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()}
diff --git a/kallithea/templates/admin/notifications/notifications.html b/kallithea/templates/admin/notifications/notifications.html --- a/kallithea/templates/admin/notifications/notifications.html +++ b/kallithea/templates/admin/notifications/notifications.html @@ -14,7 +14,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/admin/notifications/show_notification.html b/kallithea/templates/admin/notifications/show_notification.html --- a/kallithea/templates/admin/notifications/show_notification.html +++ b/kallithea/templates/admin/notifications/show_notification.html @@ -16,7 +16,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/admin/permissions/permissions.html b/kallithea/templates/admin/permissions/permissions.html --- a/kallithea/templates/admin/permissions/permissions.html +++ b/kallithea/templates/admin/permissions/permissions.html @@ -17,7 +17,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()}
diff --git a/kallithea/templates/admin/repo_groups/repo_group_add.html b/kallithea/templates/admin/repo_groups/repo_group_add.html --- a/kallithea/templates/admin/repo_groups/repo_group_add.html +++ b/kallithea/templates/admin/repo_groups/repo_group_add.html @@ -18,7 +18,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/admin/repo_groups/repo_group_edit.html b/kallithea/templates/admin/repo_groups/repo_group_edit.html --- a/kallithea/templates/admin/repo_groups/repo_group_edit.html +++ b/kallithea/templates/admin/repo_groups/repo_group_edit.html @@ -28,7 +28,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} ${self.breadcrumbs_side_links()} diff --git a/kallithea/templates/admin/repo_groups/repo_groups.html b/kallithea/templates/admin/repo_groups/repo_groups.html --- a/kallithea/templates/admin/repo_groups/repo_groups.html +++ b/kallithea/templates/admin/repo_groups/repo_groups.html @@ -15,7 +15,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/admin/repos/repo_add.html b/kallithea/templates/admin/repos/repo_add.html --- a/kallithea/templates/admin/repos/repo_add.html +++ b/kallithea/templates/admin/repos/repo_add.html @@ -24,7 +24,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} 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 @@ -17,7 +17,7 @@ ${self.menu('repositories')} <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/admin/repos/repo_edit.html b/kallithea/templates/admin/repos/repo_edit.html --- a/kallithea/templates/admin/repos/repo_edit.html +++ b/kallithea/templates/admin/repos/repo_edit.html @@ -18,7 +18,7 @@ <%def name="main()"> ${self.repo_context_bar('options')} -
+
diff --git a/kallithea/templates/admin/repos/repos.html b/kallithea/templates/admin/repos/repos.html --- a/kallithea/templates/admin/repos/repos.html +++ b/kallithea/templates/admin/repos/repos.html @@ -12,7 +12,7 @@ ${self.menu('admin')} <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/admin/settings/settings.html b/kallithea/templates/admin/settings/settings.html --- a/kallithea/templates/admin/settings/settings.html +++ b/kallithea/templates/admin/settings/settings.html @@ -16,7 +16,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()}
diff --git a/kallithea/templates/admin/user_groups/user_group_add.html b/kallithea/templates/admin/user_groups/user_group_add.html --- a/kallithea/templates/admin/user_groups/user_group_add.html +++ b/kallithea/templates/admin/user_groups/user_group_add.html @@ -17,7 +17,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/admin/user_groups/user_group_edit.html b/kallithea/templates/admin/user_groups/user_group_edit.html --- a/kallithea/templates/admin/user_groups/user_group_edit.html +++ b/kallithea/templates/admin/user_groups/user_group_edit.html @@ -18,7 +18,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()}
diff --git a/kallithea/templates/admin/user_groups/user_groups.html b/kallithea/templates/admin/user_groups/user_groups.html --- a/kallithea/templates/admin/user_groups/user_groups.html +++ b/kallithea/templates/admin/user_groups/user_groups.html @@ -15,7 +15,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/admin/users/user_add.html b/kallithea/templates/admin/users/user_add.html --- a/kallithea/templates/admin/users/user_add.html +++ b/kallithea/templates/admin/users/user_add.html @@ -17,7 +17,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/admin/users/user_edit.html b/kallithea/templates/admin/users/user_edit.html --- a/kallithea/templates/admin/users/user_edit.html +++ b/kallithea/templates/admin/users/user_edit.html @@ -18,7 +18,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()}
diff --git a/kallithea/templates/admin/users/users.html b/kallithea/templates/admin/users/users.html --- a/kallithea/templates/admin/users/users.html +++ b/kallithea/templates/admin/users/users.html @@ -14,7 +14,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -103,7 +103,7 @@ %> -
+

${repotag(c.db_repo)} diff --git a/kallithea/templates/changelog/changelog.html b/kallithea/templates/changelog/changelog.html --- a/kallithea/templates/changelog/changelog.html +++ b/kallithea/templates/changelog/changelog.html @@ -27,7 +27,7 @@ <%def name="main()"> ${self.repo_context_bar('changelog', c.first_revision.raw_id if c.first_revision else None)} -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/changeset/changeset.html b/kallithea/templates/changeset/changeset.html --- a/kallithea/templates/changeset/changeset.html +++ b/kallithea/templates/changeset/changeset.html @@ -18,7 +18,7 @@ <%def name="main()"> ${self.repo_context_bar('changelog', c.changeset.raw_id)} -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/changeset/changeset_range.html b/kallithea/templates/changeset/changeset_range.html --- a/kallithea/templates/changeset/changeset_range.html +++ b/kallithea/templates/changeset/changeset_range.html @@ -18,7 +18,7 @@ <%def name="main()"> ${self.repo_context_bar('changelog')} -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/compare/compare_diff.html b/kallithea/templates/compare/compare_diff.html --- a/kallithea/templates/compare/compare_diff.html +++ b/kallithea/templates/compare/compare_diff.html @@ -19,7 +19,7 @@ <%def name="main()"> ${self.repo_context_bar('changelog')} -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/files/diff_2way.html b/kallithea/templates/files/diff_2way.html --- a/kallithea/templates/files/diff_2way.html +++ b/kallithea/templates/files/diff_2way.html @@ -25,7 +25,7 @@ <%def name="main()"> ${self.repo_context_bar('changelog')} -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/files/file_diff.html b/kallithea/templates/files/file_diff.html --- a/kallithea/templates/files/file_diff.html +++ b/kallithea/templates/files/file_diff.html @@ -14,7 +14,7 @@ <%def name="main()"> ${self.repo_context_bar('changelog')} -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/files/files.html b/kallithea/templates/files/files.html --- a/kallithea/templates/files/files.html +++ b/kallithea/templates/files/files.html @@ -20,7 +20,7 @@ <%def name="main()"> ${self.repo_context_bar('files', c.revision)} -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/files/files_add.html b/kallithea/templates/files/files_add.html --- a/kallithea/templates/files/files_add.html +++ b/kallithea/templates/files/files_add.html @@ -23,7 +23,7 @@ <%def name="main()"> ${self.repo_context_bar('files')} -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/files/files_delete.html b/kallithea/templates/files/files_delete.html --- a/kallithea/templates/files/files_delete.html +++ b/kallithea/templates/files/files_delete.html @@ -14,7 +14,7 @@ <%def name="main()"> ${self.repo_context_bar('files')} -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/files/files_edit.html b/kallithea/templates/files/files_edit.html --- a/kallithea/templates/files/files_edit.html +++ b/kallithea/templates/files/files_edit.html @@ -23,7 +23,7 @@ <%def name="main()"> ${self.repo_context_bar('files')} -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/followers/followers.html b/kallithea/templates/followers/followers.html --- a/kallithea/templates/followers/followers.html +++ b/kallithea/templates/followers/followers.html @@ -15,7 +15,7 @@ <%def name="main()"> ${self.repo_context_bar('followers')} -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/forks/fork.html b/kallithea/templates/forks/fork.html --- a/kallithea/templates/forks/fork.html +++ b/kallithea/templates/forks/fork.html @@ -15,7 +15,7 @@ <%def name="main()"> ${self.repo_context_bar('createfork')} -
+
${h.form(url('repo_fork_create_home',repo_name=c.repo_info.repo_name))}
diff --git a/kallithea/templates/forks/forks.html b/kallithea/templates/forks/forks.html --- a/kallithea/templates/forks/forks.html +++ b/kallithea/templates/forks/forks.html @@ -15,7 +15,7 @@ <%def name="main()"> ${self.repo_context_bar('showforks')} -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/index_base.html b/kallithea/templates/index_base.html --- a/kallithea/templates/index_base.html +++ b/kallithea/templates/index_base.html @@ -1,5 +1,5 @@ <%page args="parent,group_name=''" /> -
+
%if c.authuser.username != 'default': diff --git a/kallithea/templates/journal/journal.html b/kallithea/templates/journal/journal.html --- a/kallithea/templates/journal/journal.html +++ b/kallithea/templates/journal/journal.html @@ -23,7 +23,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/journal/public_journal.html b/kallithea/templates/journal/public_journal.html --- a/kallithea/templates/journal/public_journal.html +++ b/kallithea/templates/journal/public_journal.html @@ -15,7 +15,7 @@ <%def name="main()"> -
+
${_('Public Journal')}
diff --git a/kallithea/templates/pullrequests/pullrequest.html b/kallithea/templates/pullrequests/pullrequest.html --- a/kallithea/templates/pullrequests/pullrequest.html +++ b/kallithea/templates/pullrequests/pullrequest.html @@ -14,7 +14,7 @@ <%def name="main()"> ${self.repo_context_bar('showpullrequest')} -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html +++ b/kallithea/templates/pullrequests/pullrequest_show.html @@ -17,7 +17,7 @@ <%def name="main()"> <% editable = not c.pull_request.is_closed() and (h.HasPermissionAny('hg.admin')() or h.HasRepoPermissionAny('repository.admin')(c.repo_name) or c.pull_request.owner_id == c.authuser.user_id) %> ${self.repo_context_bar('showpullrequest')} -
+
${self.breadcrumbs()} @@ -300,7 +300,7 @@ ${self.repo_context_bar('showpullrequest ${h.end_form()}
-
+
diff --git a/kallithea/templates/pullrequests/pullrequest_show_all.html b/kallithea/templates/pullrequests/pullrequest_show_all.html --- a/kallithea/templates/pullrequests/pullrequest_show_all.html +++ b/kallithea/templates/pullrequests/pullrequest_show_all.html @@ -21,7 +21,7 @@ <%def name="main()"> ${self.repo_context_bar('showpullrequest')} -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/pullrequests/pullrequest_show_my.html b/kallithea/templates/pullrequests/pullrequest_show_my.html --- a/kallithea/templates/pullrequests/pullrequest_show_my.html +++ b/kallithea/templates/pullrequests/pullrequest_show_my.html @@ -16,7 +16,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/search/search.html b/kallithea/templates/search/search.html --- a/kallithea/templates/search/search.html +++ b/kallithea/templates/search/search.html @@ -32,7 +32,7 @@ %if c.repo_name: ${self.repo_context_bar('options')} %endif -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/summary/statistics.html b/kallithea/templates/summary/statistics.html --- a/kallithea/templates/summary/statistics.html +++ b/kallithea/templates/summary/statistics.html @@ -22,7 +22,7 @@ ${self.repo_context_bar('summary')} <% summary = lambda n:{False:'summary-short'}.get(n) %> -
+
${self.breadcrumbs()} diff --git a/kallithea/templates/summary/summary.html b/kallithea/templates/summary/summary.html --- a/kallithea/templates/summary/summary.html +++ b/kallithea/templates/summary/summary.html @@ -59,7 +59,7 @@ ${self.repo_context_bar('summary')} <% summary = lambda n:{False:'summary-short'}.get(n) %> -
+
${self.breadcrumbs()} @@ -177,7 +177,7 @@ summary = lambda n:{False:'summary-short
-
+