diff --git a/approot/release.xml b/approot/release.xml index ea9191ec..0824a57b 100644 --- a/approot/release.xml +++ b/approot/release.xml @@ -2,6 +2,10 @@ + + + +
diff --git a/docroot/css/lms.css b/docroot/css/lms.css index 7bf20079..0485a49b 100644 --- a/docroot/css/lms.css +++ b/docroot/css/lms.css @@ -158,7 +158,7 @@ a:hover { } .Lms-explore-release-entry-controls { - text-align: center; + text-align: right; } .Lms-explore-release-entry-playing { @@ -202,7 +202,7 @@ a:hover { } .Lms-explore-tracks-entry-controls { - text-align: center; + text-align: right; } .Lms-explore-tracksinfo-entry { @@ -235,7 +235,7 @@ a:hover { } .Lms-playqueue-entry-controls { - text-align: center; + text-align: right; } .Lms-playqueue-btn { diff --git a/src/ui/explore/ReleaseView.cpp b/src/ui/explore/ReleaseView.cpp index f03ff4a0..e1c0e139 100644 --- a/src/ui/explore/ReleaseView.cpp +++ b/src/ui/explore/ReleaseView.cpp @@ -106,8 +106,8 @@ Release::refresh() Wt::WLink link(*copyrightURL); link.setTarget(Wt::LinkTarget::NewWindow); Wt::WAnchor* anchor = t->bindNew("copyright-url", link); - anchor->setTextFormat(Wt::TextFormat::Plain); - anchor->setText(Wt::WString::fromUTF8(*copyrightURL)); + anchor->setTextFormat(Wt::TextFormat::XHTML); + anchor->setText(Wt::WString::tr("Lms.Explore.Release.template.link-btn")); } if (copyright)