mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fixes to disclaimer text.
This commit is contained in:
parent
c17b629a4d
commit
d245f691ee
3 changed files with 5 additions and 2 deletions
|
@ -122,3 +122,6 @@ a:hover {
|
||||||
h1,h2,h3,h4 {
|
h1,h2,h3,h4 {
|
||||||
font-size: 16pt;
|
font-size: 16pt;
|
||||||
}
|
}
|
||||||
|
span.important {
|
||||||
|
color: #f00;
|
||||||
|
}
|
||||||
|
|
|
@ -318,9 +318,8 @@ print "</table>";
|
||||||
print " </td>";
|
print " </td>";
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
print "</table>\n";
|
print "</table>\n";
|
||||||
echo "</div>\n";
|
|
||||||
# End Table 1
|
# End Table 1
|
||||||
echo "<span class='f4'>".__("DISCLAIMER: Unsupported PKGBUILDs are user produced content, by downloading them you agree to do so at your own risk.")."</span>";
|
echo "<br /><span class='important'>".__("DISCLAIMER")."</span>";
|
||||||
echo " </div>";
|
echo " </div>";
|
||||||
echo "</div>";
|
echo "</div>";
|
||||||
html_footer(AUR_VERSION);
|
html_footer(AUR_VERSION);
|
||||||
|
|
|
@ -94,5 +94,6 @@ $_t["en"]["The most popular packages will be provided as binary packages in [com
|
||||||
$_t["en"]["Packages added or updated in the past 7 days"] = "Packages added or updated in the past 7 days";
|
$_t["en"]["Packages added or updated in the past 7 days"] = "Packages added or updated in the past 7 days";
|
||||||
|
|
||||||
$_t["en"]["Out-of-date"] = "Out-of-date";
|
$_t["en"]["Out-of-date"] = "Out-of-date";
|
||||||
|
$_t["en"]["DISCLAIMER"] = "DISCLAIMER: Unsupported PKGBUILDs are user produced content, by downloading them you agree to do so at your own risk.";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue