[med-svn] r641 - trunk/community/website/inc

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sat Oct 6 09:42:48 UTC 2007


Author: hanska-guest
Date: 2007-10-06 09:42:48 +0000 (Sat, 06 Oct 2007)
New Revision: 641

Modified:
   trunk/community/website/inc/header.inc.php
Log:
Trying to fix the layout


Modified: trunk/community/website/inc/header.inc.php
===================================================================
--- trunk/community/website/inc/header.inc.php	2007-10-06 09:41:44 UTC (rev 640)
+++ trunk/community/website/inc/header.inc.php	2007-10-06 09:42:48 UTC (rev 641)
@@ -41,17 +41,15 @@
 	<?php
 		if ($show_locale_warning && $_SERVER["PHP_SELF"] != "http://debian-med.alioth.debian.org/locales.php") {
 	?>
-	<div class="row">
-		<span class="error">
-			<p class="error">
-				<div class="floatLeft">
-					<img src="/img/warning.png" />
-				</div>
-				<?=_("You're using a low priority locale.<br />Please ask the site administrators to add your locale, or provide one yourself :).")?><br />
-				<?=str_replace(array("%1", "%2"), array('<a href="/locales.php">', "</a>"), _("Visit the %1Localization page%2."))?>
-			</p>
-		</span>
-	</div>
+	<span class="error">
+		<p class="error">
+			<div class="floatLeft">
+				<img src="/img/warning.png" />
+			</div>
+			<?=_("You're using a low priority locale.<br />Please ask the site administrators to add your locale, or provide one yourself :).")?><br />
+			<?=str_replace(array("%1", "%2"), array('<a href="/locales.php">', "</a>"), _("Visit the %1Localization page%2."))?>
+		</p>
+	</span>
 	<?php
 		}
 	?>




More information about the debian-med-commit mailing list