[evolvis-commits] r14630: Add mising description in help file.

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 04:40:23 CET 2011


Author: mirabilos
Date: 2011-02-28 04:40:09 +0100 (Mon, 28 Feb 2011)
New Revision: 14630

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/help/tracker.php
Log:
Add mising description in help file.

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/help/tracker.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/help/tracker.php	2011-02-28 03:39:57 UTC (rev 14629)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/help/tracker.php	2011-02-28 03:40:09 UTC (rev 14630)
@@ -68,6 +68,10 @@
 		case 'comment':
 			print( _('Comment'));
 			break;
+		case 'description':
+			print( _('Enter the complete description.'));
+			print( _("<h3>Editing tips:</h3><strong>http,https or ftp</strong>: will be changed in hyperlinks.<br/><strong>[#NNN]</strong>:  to reference id NNN in the trackers.<br/><strong>[TNNN]</strong>:  to reference id NNN in the tasks.<br/><strong>[wiki:<pagename>]</strong>:  to reference page 'pagename' in the project's wiki.<br/><strong>[forum:<msg_id>]</strong>:  to reference post msg_id in the project's forums.<br/>"));
+			break;
 		case 'attach_file':
 			print( _('When you wish to attach a file to a tracker item you must check this checkbox before submitting changes.'));
 			break;



More information about the evolvis-commits mailing list