Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
CVS Commit by dpage: Remove pga2 support note

CVS Commit by dpage: Remove pga2 support note



Log Message:
-----------
Remove pga2 support note

Modified Files:
--------------
    www/pgadmin3/cnt:
        cnt_index.php (r1.30 -> r1.31)

Index: cnt_index.php
===================================================================
RCS file: /projects/www/pgadmin3/cnt/cnt_index.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -Lpgadmin3/cnt/cnt_index.php -Lpgadmin3/cnt/cnt_index.php -u -w -r1.30 -r1.31
--- pgadmin3/cnt/cnt_index.php
+++ pgadmin3/cnt/cnt_index.php
@@ -47,17 +47,6 @@
     <?php echo sprintf(_("If you want to contribute to development, you can also use our <a href='%s'>daily snapshots</a> compiled almost everyday."), "download.php#snapshots");?>
   </dd>
 </dl>
-<dl>
-  <dt><?php echo _("pgAdmin II is still supported");?></dt>
-  <dd>
-    <?php echo _("Although we concentrate on pgAdmin III, we will continue to support pgAdmin II.");?>
-    <?php echo _("With the rapid advancement of the project, we recommand upgrading to pgAdmin III.");?>
-    <?php echo _("Both pgAdmin II and pgAdmin III can coexist on the same system.");?>
-    <?php echo sprintf(_("If you are interested, please visit <a href='%s'>pgAdmin II</a> site."), "http://www.pgadmin.org/pgadmin2";)?>
-    <?php echo _("This site is available in English only.")?>
-  </dd>
-
-</dl>
 
 <a class="topOfPage" href="#top" title="Top Of Page">top</a>
 


Home | Main Index | Thread Index

top