[med-svn] r619 - trunk/community/website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Fri Oct 5 17:13:29 UTC 2007
Author: hanska-guest
Date: 2007-10-05 17:13:29 +0000 (Fri, 05 Oct 2007)
New Revision: 619
Modified:
trunk/community/website/locales.php
Log:
Applying existing stylesheet class
Modified: trunk/community/website/locales.php
===================================================================
--- trunk/community/website/locales.php 2007-10-05 17:10:18 UTC (rev 618)
+++ trunk/community/website/locales.php 2007-10-05 17:13:29 UTC (rev 619)
@@ -18,14 +18,16 @@
<?php
if ($show_locale_warning) {
?>
- <div class="row messageHeader">
- <?=_("You're using a low priority locale.<br />Please ask the site administrators to add your locale, or provide one yourself :).<br />")?>
- <?php
- $msg = _("More information on how to contribute to the Debian-Med project, can be found in the %1How to Contribute%2 page.");
- echo str_replace(array("%1", "%2"),
+ <div class="row">
+ <p class="error">
+ <?=_("You're using a low priority locale.<br />Please ask the site administrators to add your locale, or provide one yourself :).<br />")?>
+ <?php
+ $msg = _("More information on how to contribute to the Debian-Med project, can be found in the %1How to Contribute%2 page.");
+ echo str_replace(array("%1", "%2"),
array('<a href="/contribute.php"><del>', '</del></a>'),
$msg);
- ?>
+ ?>
+ </p>
</div>
<?php
}
More information about the debian-med-commit
mailing list