gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/mail index.php,1.7,1.8


From: hunkim
Subject: [Gforge-commits] gforge/www/mail index.php,1.7,1.8
Date: Fri, 26 Mar 2004 11:15:57 -0600

Update of /cvsroot/gforge/gforge/www/mail
In directory db.perdue.net:/tmp/cvs-serv27561/www/mail

Modified Files:
        index.php 
Log Message:
* Added status checking and updating module for the mailing list creating 
cronjobs
* Added status checking to show if a mailing list is activated


Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/mail/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index.php   15 Jan 2004 10:31:33 -0000      1.7
+++ index.php   26 Mar 2004 17:15:54 -0000      1.8
@@ -67,6 +67,11 @@
                        echo '<tr '. $HTML->boxGetAltRowStyle($j) .'><td 
colspan="2">';
                        echo $currentList->getErrorMessage();
                        echo '</td></tr>';
+               } else if($currentList->getStatus()!='2') {
+                       echo '<tr '. $HTML->boxGetAltRowStyle($j) .'><td 
colspan="2">';
+                       echo html_image('ic/cfolder15.png', '15', '13', 
array('border' => '0')).' &nbsp; ';
+                       echo $currentList->getName(). " is not Activated yet.";
+                       echo '</td></tr>';
                } else {
                        echo '<tr '. $HTML->boxGetAltRowStyle($j) . '><td 
width="60%">'.
                                '<a href="'.$currentList->getArchivesUrl().'">' 
.
@@ -88,4 +93,4 @@
 
 }
 
-?>
\ No newline at end of file
+?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]