diff options
author | eliott <eliott@cactuswax.net> | 2007-11-17 06:56:10 -0800 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-20 00:21:18 -0600 |
commit | d245f691eea12a2307d5c49f81d1d8ee7b415251 (patch) | |
tree | bf0d6a5f3a9533d6e784d68708d27f752f3589fb /web | |
parent | c17b629a4d6e52e137afc9cb0f9c5dd3edc9ece3 (diff) | |
download | aurweb-d245f691eea12a2307d5c49f81d1d8ee7b415251.tar.xz |
Fixes to disclaimer text.
Diffstat (limited to 'web')
-rw-r--r-- | web/html/css/fonts.css | 3 | ||||
-rw-r--r-- | web/html/index.php | 3 | ||||
-rw-r--r-- | web/lang/en/index_po.inc | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index fdeddbe..b33aa84 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -122,3 +122,6 @@ a:hover { h1,h2,h3,h4 { font-size: 16pt; } +span.important { + color: #f00; +} diff --git a/web/html/index.php b/web/html/index.php index 854c32c..2a1a489 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -318,9 +318,8 @@ print "</table>"; print " </td>"; print "</tr>\n"; print "</table>\n"; -echo "</div>\n"; # 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>"; html_footer(AUR_VERSION); diff --git a/web/lang/en/index_po.inc b/web/lang/en/index_po.inc index e8a292e..66a7834 100644 --- a/web/lang/en/index_po.inc +++ b/web/lang/en/index_po.inc @@ -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"]["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."; ?> |