[med-svn] r615 - trunk/community/website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Fri Oct 5 16:46:00 UTC 2007
Author: hanska-guest
Date: 2007-10-05 16:46:00 +0000 (Fri, 05 Oct 2007)
New Revision: 615
Modified:
trunk/community/website/locales.php
Log:
Still some layout edits
Modified: trunk/community/website/locales.php
===================================================================
--- trunk/community/website/locales.php 2007-10-05 16:39:49 UTC (rev 614)
+++ trunk/community/website/locales.php 2007-10-05 16:46:00 UTC (rev 615)
@@ -42,8 +42,8 @@
<th><?=_("team")?></th>
</tr>
<tr>
- <td><strong>en_US</strong></td>
- <td>100% (builtin)</td>
+ <td style="text-align: center"><strong>en_US</strong></td>
+ <td style="text-align: center"><strong>100%</strong> (builtin)</td>
<td></td>
<td></td>
</tr>
@@ -64,10 +64,13 @@
}
foreach ($avail_locales as $lang) {
+ if ($lang["complete"] == "100") {
+ $lang["complete"] = "<strong>".$lang["complete"]."</strong>";
+ }
?>
<tr>
- <td><strong><?=key($avail_locales)?></strong></td>
- <td><?=$lang["complete"]?>%</td>
+ <td style="text-align: center"><strong><?=key($avail_locales)?></strong></td>
+ <td style="text-align: center"><?=$lang["complete"]?>%</td>
<td><?=htmlentities($lang["author"])?></td>
<td><?=htmlentities($lang["team"])?></td>
</tr>
More information about the debian-med-commit
mailing list