[grisbi-cvs] grisbi-web/newsportal post.php,1.2,1.3
NIEL GĂ©rald
gegeweb at users.sourceforge.net
Tue May 25 22:38:48 CEST 2010
Update of /cvsroot/grisbi/grisbi-web/newsportal
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17867/newsportal
Modified Files:
post.php
Log Message:
site integration
Index: post.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/post.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- post.php 25 May 2010 20:00:05 -0000 1.2
+++ post.php 25 May 2010 20:38:46 -0000 1.3
@@ -160,7 +160,7 @@
<p><? echo $text_post["message_posted2"];?></p>
-<p><a href="<? echo $file_thread.'?group='.urlencode($newsgroups).'">'.$text_post["button_back"].'</a> '
+<p><a href="<? echo $file_thread.'?group='.urlencode($newsgroups).'&lang='.$lang.'">'.$text_post["button_back"].'</a> '
.$text_post["button_back2"].' '.urlencode($newsgroups) ?></p>
<?
} else {
@@ -240,8 +240,8 @@
// show post form
$fieldencrypt=md5(rand(1,10000000));
- echo '<h1 class="np_post_headline">'.$text_post["group_head"].$newsgroups
- .$text_post["group_tail"].'</h1>';
+ echo '<h2>'.$text_post["group_head"].$newsgroups
+ .$text_post["group_tail"].'</h2>';
if (isset($error)) echo "<p>$error</p>"; ?>
@@ -327,6 +327,7 @@
</table>
</div>
+<input type="hidden" name="lang" value="<? echo $lang; ?>">
<input type="hidden" name="type" value="post">
<input type="hidden" name="newsgroups" value="<?=htmlspecialchars($newsgroups); ?>">
<input type="hidden" name="references" value="<?=htmlentities($references); ?>">
More information about the cvs
mailing list