[grisbi-cvs] grisbi-web/newsportal head.inc, 1.5, 1.6 newsportal.php, 1.2, 1.3

NIEL GĂ©rald gegeweb at users.sourceforge.net
Mon May 24 21:56:05 CEST 2010


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

Modified Files:
	head.inc newsportal.php 
Log Message:

site integration

Index: head.inc
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/head.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- head.inc	24 May 2010 19:30:51 -0000	1.5
+++ head.inc	24 May 2010 19:56:03 -0000	1.6
@@ -7,31 +7,6 @@
 <link rel="stylesheet" href="/styles/main.css" type="text/css" />
 <link rel="stylesheet" href="style.css" type="text/css" />
 <title><? echo htmlspecialchars($title); ?></title>
-<style type="text/css">
-<!--
-pre { color: #505050; margin: 1em; border-bottom: 1px solid #808080; padding-bottom: 1.5em; }
-
-#content img { vertical-align: middle; margin:0px; }
-
-table {
-	border-collapse: collapse;
-	border-spacing: 0px;
-	margin-left: 1em;
-	margin-right: 1em;
-	padding: 0px;
-}
-
-tr, td { border: 0px; }
-
-td {
-	padding: 0px;
-	margin: 0px;
-	white-space: nowrap;
-}
-
-td.margin { padding-right: 1.5em; }
--->
-</style>
 </head>
 <body>
 <?

Index: newsportal.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/newsportal.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- newsportal.php	24 May 2010 19:25:55 -0000	1.2
+++ newsportal.php	24 May 2010 19:56:03 -0000	1.3
@@ -426,7 +426,7 @@
       echo '<a ';
       if ((isset($frame_threadframeset)) && ($frame_threadframeset != ""))
         echo 'target="'.$frame_threadframeset.'" ';
-      echo 'href="'.$file_thread.'?group='.urlencode($g->name).'">'.$g->name."</a>\n";
+      echo 'href="'.$file_thread.'?group='.urlencode($g->name)."&amp;lang=$lang".'">'.$g->name."</a>\n";
       if($gl_age)
         $datecolor=thread_format_date_color($g->age);
       echo '<small>(';



More information about the cvs mailing list