Fixes to disclaimer text.

This commit is contained in:
eliott 2007-11-17 06:56:10 -08:00 committed by Dan McGee
parent c17b629a4d
commit d245f691ee
3 changed files with 5 additions and 2 deletions

View file

@ -122,3 +122,6 @@ a:hover {
h1,h2,h3,h4 { h1,h2,h3,h4 {
font-size: 16pt; font-size: 16pt;
} }
span.important {
color: #f00;
}

View file

@ -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);

View file

@ -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.";
?> ?>