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.17, 1.18 detail.php, 1.15


From: gsmet
Subject: [Gforge-commits] gforge/www/tracker mod.php, 1.17, 1.18 detail.php, 1.15, 1.16 mod-limited.php, 1.5, 1.6
Date: Sun, 12 Sep 2004 12:35:49 -0500

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

Modified Files:
        mod.php detail.php mod-limited.php 
Log Message:
applied [ #742 ] Bug fix for #559 Pop-up window by Hidenari Miwa

Index: mod.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/tracker/mod.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- mod.php     26 Aug 2004 15:32:07 -0000      1.17
+++ mod.php     12 Sep 2004 17:35:46 -0000      1.18
@@ -14,6 +14,8 @@
 
 $ath->header(array ('title'=>$Language->getText('tracker_mod','title').': 
'.$ah->getID(). ' - ' . 
$ah->getSummary(),'pagename'=>'tracker','atid'=>$ath->getID(),'sectionvals'=>array($group->getPublicName())
 ));
 
+echo notepad_func();
+
 ?>
        <h2>[ #<?php echo $ah->getID(); ?> ] <?php echo $ah->getSummary(); 
?></h2>
 

Index: detail.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/tracker/detail.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- detail.php  26 Aug 2004 15:32:07 -0000      1.15
+++ detail.php  12 Sep 2004 17:35:46 -0000      1.16
@@ -13,6 +13,8 @@
 
 echo $ath->header(array 
('title'=>$Language->getText('tracker_detail','title').': '.$ah->getID(). ' 
'.util_unconvert_htmlspecialchars($ah->getSummary()),'pagename'=>'tracker_detail','atid'=>$ath->getID(),'sectionvals'=>array($ath->getName())));
 
+echo notepad_func();
+
 ?>
        <h2>[ #<?php echo $ah->getID(); ?> ] <?php echo 
util_unconvert_htmlspecialchars($ah->getSummary()); ?></h2>
 

Index: mod-limited.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/tracker/mod-limited.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mod-limited.php     26 Aug 2004 15:32:07 -0000      1.5
+++ mod-limited.php     12 Sep 2004 17:35:46 -0000      1.6
@@ -156,7 +156,7 @@
        </td></tr>
 
        <tr><td colspan="2">
-               <br /><strong><?php echo 
$Language->getText('tracker_mod','attach_comment') ?>: <a 
href="javascript:help_window('/help/tracker.php?helpname=comment')"><strong>(?)</strong></a></strong><br
 />
+               <br /><strong><?php echo 
$Language->getText('tracker_mod','attach_comment') ?>: <?php echo 
notepad_button('document.forms[1].details') ?> <a 
href="javascript:help_window('/help/tracker.php?helpname=comment')"><strong>(?)</strong></a></strong><br
 />
                <textarea name="details" rows="7" cols="60" 
wrap="hard"></textarea></p>
                <p>
                <input type="submit" name="submit" value="<?php echo 
$Language->getText('general','submit') ?>"></p>





reply via email to

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