Make the copyright link less invasive
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
<messages xmlns:if="Wt.WTemplate.conditions">
|
<messages xmlns:if="Wt.WTemplate.conditions">
|
||||||
<!--FORMS message blocks-->
|
<!--FORMS message blocks-->
|
||||||
|
|
||||||
|
<message id="Lms.Explore.Release.template.link-btn">
|
||||||
|
<i class="fa fa-external-link"></i>
|
||||||
|
</message>
|
||||||
|
|
||||||
<message id="Lms.Explore.Release.template">
|
<message id="Lms.Explore.Release.template">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|||||||
+3
-3
@@ -158,7 +158,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.Lms-explore-release-entry-controls {
|
.Lms-explore-release-entry-controls {
|
||||||
text-align: center;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Lms-explore-release-entry-playing {
|
.Lms-explore-release-entry-playing {
|
||||||
@@ -202,7 +202,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.Lms-explore-tracks-entry-controls {
|
.Lms-explore-tracks-entry-controls {
|
||||||
text-align: center;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Lms-explore-tracksinfo-entry {
|
.Lms-explore-tracksinfo-entry {
|
||||||
@@ -235,7 +235,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.Lms-playqueue-entry-controls {
|
.Lms-playqueue-entry-controls {
|
||||||
text-align: center;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Lms-playqueue-btn {
|
.Lms-playqueue-btn {
|
||||||
|
|||||||
@@ -106,8 +106,8 @@ Release::refresh()
|
|||||||
Wt::WLink link(*copyrightURL);
|
Wt::WLink link(*copyrightURL);
|
||||||
link.setTarget(Wt::LinkTarget::NewWindow);
|
link.setTarget(Wt::LinkTarget::NewWindow);
|
||||||
Wt::WAnchor* anchor = t->bindNew<Wt::WAnchor>("copyright-url", link);
|
Wt::WAnchor* anchor = t->bindNew<Wt::WAnchor>("copyright-url", link);
|
||||||
anchor->setTextFormat(Wt::TextFormat::Plain);
|
anchor->setTextFormat(Wt::TextFormat::XHTML);
|
||||||
anchor->setText(Wt::WString::fromUTF8(*copyrightURL));
|
anchor->setText(Wt::WString::tr("Lms.Explore.Release.template.link-btn"));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (copyright)
|
if (copyright)
|
||||||
|
|||||||
Reference in New Issue
Block a user