Author: soliton
Date: Fri Sep 12 01:54:00 2008
New Revision: 29409
URL: http://svn.gna.org/viewcvs/wesnoth?rev=29409&view=rev
Log:
* consistently disabled all links for 'all*' packages
Modified:
branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.extra.php
branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.php
Modified:
branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.extra.php
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.extra.php?rev=29409&r1=29408&r2=29409&view=diff
==============================================================================
---
branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.extra.php
(original)
+++
branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.extra.php
Fri Sep 12 01:54:00 2008
@@ -266,9 +266,7 @@
?>
<td>
<?
-if ($package=='alloff'){
- echo "<strong>" . $langs[$lang] . "</strong> (" . $lang . ")";
-}elseif($package=='all'){
+if ($package=='alloff' || $package=='allun' || $package=='all' ||
$package=='allcore'){
echo "<strong>" . $langs[$lang] . "</strong> (" . $lang . ")";
}else{
$repo = ($version == 'trunk') ? 'trunk' : "branches/$branch";
@@ -308,9 +306,8 @@
<? }
?>
<td>
-<? if($package=='alloff'){
- echo "<strong>Template catalog</strong>";
-}elseif($package=='all'){
+<?
+if ($package=='alloff' || $package=='allun' || $package=='all' ||
$package=='allcore'){
echo "<strong>Template catalog</strong>";
}else{
$repo = ($version == 'trunk') ? 'trunk' : "branches/$branch";
Modified:
branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.php
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.php?rev=29409&r1=29408&r2=29409&view=diff
==============================================================================
---
branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.php
(original)
+++
branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.php
Fri Sep 12 01:54:00 2008
@@ -335,13 +335,7 @@
?>
<td>
<?
-if ($package=='alloff'){
- echo "<strong>" . $langs[$lang] . "</strong> (" . $lang . ")";
-}elseif($package=='allun'){
- echo "<strong>" . $langs[$lang] . "</strong> (" . $lang . ")";
-}elseif($package=='all'){
- echo "<strong>" . $langs[$lang] . "</strong> (" . $lang . ")";
-}elseif($package=='allcore'){
+if ($package=='alloff' || $package=='allun' || $package=='all' ||
$package=='allcore'){
echo "<strong>" . $langs[$lang] . "</strong> (" . $lang . ")";
}else{
$repo = ($version == 'trunk') ? 'trunk' : "branches/$branch";
@@ -381,11 +375,8 @@
<? }
?>
<td>
-<? if($package=='alloff'){
- echo "<strong>Template catalog</strong>";
-}elseif($package=='allun'){
- echo "<strong>Template catalog</strong>";
-}elseif($package=='all'){
+<?
+if ($package=='alloff' || $package=='allun' || $package=='all' ||
$package=='allcore'){
echo "<strong>Template catalog</strong>";
}else{
$repo = ($version == 'trunk') ? 'trunk' : "branches/$branch";
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits