Skip to content

Commit

Permalink
Merge branch 'master' into 3641.bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt authored Sep 15, 2022
2 parents e3752bb + 61f5039 commit a45941a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Products/CMFPlone/browser/static/plone-admin-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ body {
background: rgba(255,255,255,.95);
max-width: 800px;
}
#go-to-site-link,
#go-to-site-link:visited,
#go-to-site-link:active {
color: #fff;
}
2 changes: 1 addition & 1 deletion Products/CMFPlone/browser/templates/plone-overview.pt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<div tal:define="outdated python: view.outdated(site);"
class="mb-3 ${python: 'p-3 alert-warning' if outdated else ''}">
<p tal:condition="outdated" i18n:translate="">This site configuration is outdated and needs to be upgraded:</p>
<a href="#" class="btn btn-primary ${python:'btn-lg' if not many and not outdated else ''}"
<a href="#" id="go-to-site-link" class="btn btn-primary ${python:'btn-lg' if not many and not outdated else ''}"
tal:attributes="href site/absolute_url"
title="Go to your instance"
i18n:attributes="title;">
Expand Down
3 changes: 2 additions & 1 deletion Products/CMFPlone/browser/templates/plone-upgrade.pt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
<h1>
<span i18n:translate="">Upgrade this site</span>
</h1>
<h2>${context/Title} <small>(${context/getId})</small></h2>
<h2>${context/Title}</h2>
<p><span i18n:translate="">at path</span> <a href="${context/absolute_url}">${python:'/'.join(context.getPhysicalPath())}</a></p>
<p class="lead" i18n:translate="">
More information about the upgrade procedure can be found in the documentation section of plone.org in the
<a href="http://docs.plone.org/manage/upgrading"
Expand Down
1 change: 1 addition & 0 deletions news/3640.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Minor visual fixes in admin UI [jensens]

0 comments on commit a45941a

Please sign in to comment.