diff options
author | Bernhard Fröhlich <bernhard@cacert.org> | 2011-08-01 21:42:51 +0200 |
---|---|---|
committer | Bernhard Fröhlich <bernhard@cacert.org> | 2011-08-01 21:42:51 +0200 |
commit | 6ed9d98852a006aca4b001c41da12d9c07766b09 (patch) | |
tree | e68b8fa66fa96cfa296d87f7dbdbdfe6241bc1e5 /pages/index | |
parent | 30e4fd6a7e399d343b37b728f1d9cf27aa3c4bc7 (diff) | |
download | cacert-devel-6ed9d98852a006aca4b001c41da12d9c07766b09.tar.gz cacert-devel-6ed9d98852a006aca4b001c41da12d9c07766b09.tar.xz cacert-devel-6ed9d98852a006aca4b001c41da12d9c07766b09.zip |
Changed proposed by Uli60, see https://bugs.cacert.org/view.php?id=910#c2226
Diffstat (limited to 'pages/index')
-rwxr-xr-x[-rw-r--r--] | pages/index/8.php | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/pages/index/8.php b/pages/index/8.php index e45090d..4d515a6 100644..100755 --- a/pages/index/8.php +++ b/pages/index/8.php @@ -15,16 +15,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ ?> -<p><b><? printf(_("The current %s board, and roles."), "CAcert Inc."); ?></b></p> -<p> -Lambert Hofstra - <?=_("President")?><br/> -Peter Yuill - <?=_("Vice President")?><br/> -Alexander Prinsier - <?=_("Treasurer")?><br/> -Mario Lipinski - <?=_("Secretary")?><br/> -Piers Lauder - <?=_("member")?><br/> -Ian Grigg - <?=_("member")?><br/> -Dirk Astrath - <?=_("member")?><br/> +<p style="background-color: #FF8080; font-size: 150%"> +<? +printf(_("This page has been moved to the %swiki%s. Please update your ". + "bookmarks and report any broken links."), + '<a href="//wiki.cacert.org/Board">', '</a>'); +?> </p> -Kevin Dawson - <?=_("Public Officer")?><br /> -<br /> -More detailed informations can be found in the CAcert wiki under <a href="//wiki.cacert.org/Board"><?=_("CAcert Board")?></a> |