[grisbi-cvs] grisbi-web/newsportal article.php,1.1,1.2

NIEL Gérald gegeweb at users.sourceforge.net
Tue May 25 23:31:00 CEST 2010


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

Modified Files:
	article.php 
Log Message:

site integration (y'a un truc qui cloche, mais où ?...)

Index: article.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/article.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- article.php	24 May 2010 14:50:59 -0000	1.1
+++ article.php	25 May 2010 21:30:58 -0000	1.2
@@ -44,25 +44,25 @@
 
 
 
-<h1 class="np_article_headline"><?=htmlspecialchars($subject) ?></h1>
+<h2><?=htmlspecialchars($subject) ?></h2>
 
 <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"].'</a></td>';
+       $file_index.'&amp;lang='.$lang.'">'.$text_thread["button_grouplist"].'</a></td>';
   echo '<td class="np_button"><a class="np_button" href="'.
-       $file_thread.'?group='.urlencode($group).'">'.$text_article["back_to_group"].'</a></td>';
+       $file_thread.'?group='.urlencode($group).'&amp;lang='.$lang.'">'.$text_article["back_to_group"].'</a></td>';
   if ((!$readonly) && ($message) &&
       (!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.'?type=reply&id='.urlencode($id).
-         '&group='.urlencode($group).'">'.$text_article["button_answer"].
+         '&group='.urlencode($group).'&amp;lang='.$lang.'">'.$text_article["button_answer"].
          '</a></td>';
 
    if(function_exists(npreg_user_is_moderator) && npreg_user_is_moderator($group)) {
      echo '<td class="np_button"><a class="np_button" href="'.$file_cancel.'?type=reply&id='.urlencode($id).
-          '&group='.urlencode($group).'">'.$text_article["button_cancel"].'</a></td>';
+          '&group='.urlencode($group).'&amp;lang='.$lang.'">'.$text_article["button_cancel"].'</a></td>';
     }
 
 ?>



More information about the cvs mailing list