Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / modules / ns-addstory [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 26 Jul 2002 20:30:51 | postnuke_official/html/modules/ns-addstory | admin.php,1.46.2.8,1.46.2.9 | Chris Dudley |
| fix annoying repeating <br> tags in editStory preview pane | |||
Update of /home/cvsroot/postnuke_official/html/modules/ns-addstory
In directory ns7.hostnuke.net:/tmp/cvs-serv14855
Modified Files:
Tag: PostNuke_71
admin.php
Log Message:
fix annoying repeating <br> tags in editStory preview pane
Index: admin.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/ns-addstory/Attic/admin.php,v
retrieving revision 1.46.2.8
retrieving revision 1.46.2.9
diff -C2 -d -r1.46.2.8 -r1.46.2.9
*** admin.php 25 Jul 2002 02:16:10 -0000 1.46.2.8
--- admin.php 26 Jul 2002 20:30:49 -0000 1.46.2.9
***************
*** 525,529 ****
OpenTable();
echo "<center><font class=\"pn-title\"><b>"._EDITARTICLE."</b></font></center><br>";
! storyPreview($subject, $hometext, $bodytext, $notes, $topic);
echo "<form action=\"$currentFile\" method=\"post\">";
--- 525,529 ----
OpenTable();
echo "<center><font class=\"pn-title\"><b>"._EDITARTICLE."</b></font></center><br>";
! storyPreview($subject, pnVarPrepForDisplay(unnltobr($hometext)), pnVarPrepForDisplay(unnltobr($bodytext)), pnVarPrepForDisplay(unnltobr($notes)), $topic);
echo "<form action=\"$currentFile\" method=\"post\">";
***************
*** 1672,1674 ****
}
! ?>
\ No newline at end of file
--- 1672,1674 ----
}
! ?>
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |