Add a link for more information about each services
This commit is contained in:
parent
c8ce5f9965
commit
3784a8efff
|
|
@ -58,7 +58,7 @@
|
||||||
#tarteaucitron a {
|
#tarteaucitron a {
|
||||||
color: rgb(66, 66, 66);
|
color: rgb(66, 66, 66);
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-style: italic;
|
font-weight: 700;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -147,8 +147,8 @@ var tarteaucitron = {
|
||||||
html += ' <div class="tarteaucitronName">';
|
html += ' <div class="tarteaucitronName">';
|
||||||
html += ' <b>' + service.name + '</b><br/>';
|
html += ' <b>' + service.name + '</b><br/>';
|
||||||
html += ' <span id="tacCL' + service.key + '" class="tarteaucitronListCookies"></span><br/>';
|
html += ' <span id="tacCL' + service.key + '" class="tarteaucitronListCookies"></span><br/>';
|
||||||
html += ' <a href="' + service.uri + '" target="_blank">';
|
html += ' <a href="https://opt-out.ferank.eu/service/' + service.key + '" target="_blank">';
|
||||||
html += ' ' + tarteaucitron.lang.more + ' : ' + service.uri.split('/')[2];
|
html += ' ' + tarteaucitron.lang.more;
|
||||||
html += ' </a>';
|
html += ' </a>';
|
||||||
html += ' </div>';
|
html += ' </div>';
|
||||||
html += ' <div class="tarteaucitronAsk">';
|
html += ' <div class="tarteaucitronAsk">';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue