gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/www/news/admin index.php,1.9,1.10


From: gsmet
Subject: [Gforge-commits] gforge/www/news/admin index.php,1.9,1.10
Date: Sun, 12 Sep 2004 12:37:33 -0500

Update of /cvsroot/gforge/gforge/www/news/admin
In directory db.perdue.net:/tmp/cvs-serv6581/www/news/admin

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

Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/news/admin/index.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- index.php   16 Dec 2003 21:29:26 -0000      1.9
+++ index.php   12 Sep 2004 17:37:31 -0000      1.10
@@ -13,6 +13,7 @@
 
 
 require_once('pre.php');
+require_once('note.php');
 require_once('news_admin_utils.php');
 require_once('www/news/news_utils.php');
 //common forum tools which are used during the creation/editing of news items
@@ -78,7 +79,7 @@
                if (db_numrows($result) < 1) {
                        exit_error('Error','Error - none found');
                }
-
+               echo notepad_func();
                echo '
                <h3>Approve a NewsByte For Project: 
'.group_getname($group_id).'</h3>
                <p />
@@ -96,7 +97,7 @@
 
                <strong>Subject:</strong><br />
                <input type="text" name="summary" 
value="'.db_result($result,0,'summary').'" size="30" maxlength="60"><br />
-               <strong>Details:</strong><br />
+               
<strong>Details:</strong>'.notepad_button('document.forms[1].details').'<br />
                <textarea name="details" rows="5" 
cols="50">'.db_result($result,0,'details').'</textarea><p>
                <strong>If this item is on the '.$GLOBALS['sys_name'].' home 
page and you edit it, it will be removed from the home page.</strong><br /></p>
                <input type="submit" name="submit" value="SUBMIT">





reply via email to

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