gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/tracker mod.php, 1.18, 1.19 detail.php, 1.16


From: gsmet
Subject: [Gforge-commits] gforge/www/tracker mod.php, 1.18, 1.19 detail.php, 1.16, 1.17 mod-limited.php, 1.6, 1.7
Date: Sun, 12 Sep 2004 15:11:31 -0500

Update of /cvsroot/gforge/gforge/www/tracker
In directory db.perdue.net:/tmp/cvs-serv22890/www/tracker

Modified Files:
        mod.php detail.php mod-limited.php 
Log Message:
applied [ #797 ] Tracker Layout by Oliver Blume

Index: mod.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/tracker/mod.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- mod.php     12 Sep 2004 17:35:46 -0000      1.18
+++ mod.php     12 Sep 2004 20:11:28 -0000      1.19
@@ -196,8 +196,8 @@
        </tr>
 
        <tr><td colspan="2">
-               <br /><strong><?php echo 
$Language->getText('tracker','detailed_description')?>:</strong><br />
-               <?php echo nl2br($ah->getDetails()); ?>
+               <br />
+               <?php echo $ah->showDetails(); ?>
        </td></tr>
 
        <tr><td colspan="2">

Index: detail.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/tracker/detail.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- detail.php  12 Sep 2004 17:35:46 -0000      1.16
+++ detail.php  12 Sep 2004 20:11:28 -0000      1.17
@@ -90,8 +90,9 @@
                <form action="<?php echo $PHP_SELF; ?>?group_id=<?php echo 
$group_id; ?>&atid=<?php echo $ath->getID(); ?>" METHOD="POST">
 
                <tr><td colspan="2">
-                       <br /><strong><?php echo 
$Language->getText('tracker','detailed_description')?>:</strong><br />
-                       <?php echo nl2br( $ah->getDetails() ); ?>
+                       <br />
+                       <?php echo $ah->showDetails(); ?>
+
                        <input type="hidden" name="func" value="postaddcomment">
                        <input type="hidden" name="artifact_id" value="<?php 
echo $ah->getID(); ?>">
                        <p>

Index: mod-limited.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/tracker/mod-limited.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mod-limited.php     12 Sep 2004 17:35:46 -0000      1.6
+++ mod-limited.php     12 Sep 2004 20:11:28 -0000      1.7
@@ -151,8 +151,8 @@
        </tr>
 
        <tr><td colspan="2">
-               <br /><strong><?php echo 
$Language->getText('tracker','detailed_description')?>:</strong><br />
-               <?php echo nl2br($ah->getDetails()); ?>
+               <br />
+               <?php echo $ah->showDetails(); ?>
        </td></tr>
 
        <tr><td colspan="2">





reply via email to

[Prev in Thread] Current Thread [Next in Thread]