[grisbi-cvs] grisbi-web/newsportal post.php, 1.1, 1.2 thread.php, 1.3, 1.4

NIEL GĂ©rald gegeweb at users.sourceforge.net
Tue May 25 22:00:07 CEST 2010


Update of /cvsroot/grisbi/grisbi-web/newsportal
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10617/newsportal

Modified Files:
	post.php thread.php 
Log Message:

site integration

Index: thread.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/thread.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- thread.php	24 May 2010 19:39:47 -0000	1.3
+++ thread.php	25 May 2010 20:00:05 -0000	1.4
@@ -26,12 +26,12 @@
 <?
   echo '<table cellpadding="0" cellspacing="0" width="100%" class="np_buttonbar"><tr>';
   echo '<td class="np_button"><a class="np_button" href="'.
-       $file_index.'">'.$text_thread["button_grouplist"].'</td></a>';
+       $file_index.'&amp;lang='.$lang.'">'.$text_thread["button_grouplist"].'</td></a>';
   if (!$readonly && 
       (!function_exists("npreg_group_has_write_access") ||
        npreg_group_has_write_access($group)))
     echo '<td class="np_button"><a class="np_button" href="'.
-         $file_post.'?group='.urlencode($group).'&amp;type=new">'.
+         $file_post.'?group='.urlencode($group).'&amp;type=new&amp;lang='.$lang.'">'.
          $text_thread["button_write"]."</a></td>";
 // $ns=nntp_open($server,$port);
   flush();

Index: post.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/post.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- post.php	24 May 2010 14:50:59 -0000	1.1
+++ post.php	25 May 2010 20:00:05 -0000	1.2
@@ -156,7 +156,7 @@
           (substr($message,0,7)=="441 435")) {
 ?>
 
-<h1 class="np_post_headline"><? echo $text_post["message_posted"];?></h1>
+<h2><? echo $text_post["message_posted"];?></h2>
 
 <p><? echo $text_post["message_posted2"];?></p>
 



More information about the cvs mailing list