From: | svn(at)pgadmin(dot)org |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | SVN Commit by andreas: r4145 - trunk/www/pgadmin3/cnt |
Date: | 2005-05-05 17:46:26 |
Message-ID: | 200505051746.j45HkQGn024981@developer.pgadmin.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Author: andreas
Date: 2005-05-05 18:46:26 +0100 (Thu, 05 May 2005)
New Revision: 4145
Modified:
trunk/www/pgadmin3/cnt/cnt_index.php
Log:
add licence link
Modified: trunk/www/pgadmin3/cnt/cnt_index.php
===================================================================
--- trunk/www/pgadmin3/cnt/cnt_index.php 2005-05-05 17:09:19 UTC (rev 4144)
+++ trunk/www/pgadmin3/cnt/cnt_index.php 2005-05-05 17:46:26 UTC (rev 4145)
@@ -22,7 +22,7 @@
<br>
</dd>
<dd>
- <?php echo _("pgAdmin III is developed by a community of database specialists around the world and is available in more than 30 languages. It is Free Software released under the Artistic License.")?>
+ <?php echo sprintf(_("pgAdmin III is developed by a community of database specialists around the world and is available in more than 30 languages. It is Free Software released under the <A HREF='%s'>Artistic License</A>."), "cnt/licence.txt");?>
</dd>
<h1 id="news"><?php echo _("Latest news");?></h1>
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Pflug | 2005-05-05 17:50:16 | Re: which "wx2.6" should we use ? |
Previous Message | Andreas Pflug | 2005-05-05 17:21:23 | SVN move |