gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/www/tracker detail.php, 1.17, 1.18 mod-limited.p


From: kikov
Subject: [Gforge-commits] gforge/www/tracker detail.php, 1.17, 1.18 mod-limited.php, 1.7, 1.8 mod.php, 1.19, 1.20 taskmgr.php, 1.5, 1.6
Date: Thu, 23 Sep 2004 13:59:31 -0500

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

Modified Files:
        detail.php mod-limited.php mod.php taskmgr.php 
Log Message:
Change [ #BUG_NUMBER ] to [#BUG_NUMBER] in tracker.


Index: detail.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/tracker/detail.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- detail.php  12 Sep 2004 20:11:28 -0000      1.17
+++ detail.php  23 Sep 2004 18:59:27 -0000      1.18
@@ -16,7 +16,7 @@
 echo notepad_func();
 
 ?>
-       <h2>[ #<?php echo $ah->getID(); ?> ] <?php echo 
util_unconvert_htmlspecialchars($ah->getSummary()); ?></h2>
+       <h2>[#<?php echo $ah->getID(); ?>] <?php echo 
util_unconvert_htmlspecialchars($ah->getSummary()); ?></h2>
 
        <table cellpadding="0" width="100%">
 <?php

Index: mod-limited.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/tracker/mod-limited.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- mod-limited.php     12 Sep 2004 20:11:28 -0000      1.7
+++ mod-limited.php     23 Sep 2004 18:59:28 -0000      1.8
@@ -15,7 +15,7 @@
 $ath->header(array ('title'=>$Language->getText('tracker_mod','title').': 
'.$ah->getID(). ' - ' . 
$ah->getSummary(),'pagename'=>'tracker','atid'=>$ath->getID(),'sectionvals'=>array($group->getPublicName())
 ));
 
 ?>
-       <h2>[ #<?php echo $ah->getID(); ?> ] <?php echo $ah->getSummary(); 
?></h2>
+       <h2>[#<?php echo $ah->getID(); ?>] <?php echo $ah->getSummary(); ?></h2>
 
        <table width="100%">
 <?php

Index: mod.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/tracker/mod.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- mod.php     12 Sep 2004 20:11:28 -0000      1.19
+++ mod.php     23 Sep 2004 18:59:28 -0000      1.20
@@ -17,7 +17,7 @@
 echo notepad_func();
 
 ?>
-       <h2>[ #<?php echo $ah->getID(); ?> ] <?php echo $ah->getSummary(); 
?></h2>
+       <h2>[#<?php echo $ah->getID(); ?>] <?php echo $ah->getSummary(); ?></h2>
 
        <table width="100%">
 <?php

Index: taskmgr.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/tracker/taskmgr.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- taskmgr.php 3 Feb 2003 04:08:23 -0000       1.5
+++ taskmgr.php 23 Sep 2004 18:59:28 -0000      1.6
@@ -67,7 +67,7 @@
                
<h3>'.$Language->getText('tracker_taskmgr','build_relationships').'</h3>
                <p>
                <form name="foo" action="'. $PHP_SELF 
.'?func=taskmgr&group_id='.$group_id.'&atid='.$atid.'&aid='.$aid.'" 
method="post">
-               
<strong>'.$Language->getText('tracker_taskmgr','tracker_item').':</strong> [ 
#'.$a->getID().' ] '.$a->getSummary().'<p>
+               
<strong>'.$Language->getText('tracker_taskmgr','tracker_item').':</strong> 
[#'.$a->getID().'] '.$a->getSummary().'<p>
                
<strong>'.$Language->getText('tracker_taskmgr','task_manager_project').':</strong><br
 />';
        echo $pg->getName().'
                <input type="hidden" name="group_project_id" 
value="'.$pg->getID().'">
@@ -117,7 +117,7 @@
 
        echo 
'<h3>'.$Language->getText('tracker_taskmgr','build_relationships').'</h3>
                <p><form name="foo" action="'. $PHP_SELF 
.'?func=taskmgr&group_id='.$group_id.'&atid='.$atid.'&aid='.$aid.'" 
method="post">
-               
<strong>'.$Language->getText('tracker_taskmgr','tracker_item').':</strong> [ 
#'.$a->getID().' ] '.$a->getSummary().'<p>
+               
<strong>'.$Language->getText('tracker_taskmgr','tracker_item').':</strong> 
[#'.$a->getID().'] '.$a->getSummary().'<p>
                
<strong>'.$Language->getText('tracker_taskmgr','task_manager_project').':</strong><br
 />
                <select name="group_project_id">';
        for ($i=0; $i<count($pg_arr); $i++) {





reply via email to

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