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_modules / htmlpages [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 25 Jul 2002 00:17:31 | postnuke_modules/htmlpages | pnadmin.php,1.5,1.6 | Andrea M. |
| cvsinit | |||
Update of /home/cvsroot/postnuke_modules/htmlpages
In directory ns7.hostnuke.net:/tmp/cvs-serv14535
Modified Files:
pnadmin.php
Log Message:
cvsinit
Index: pnadmin.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/htmlpages/pnadmin.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pnadmin.php 25 Jul 2002 00:02:59 -0000 1.5
--- pnadmin.php 25 Jul 2002 00:17:28 -0000 1.6
***************
*** 527,531 ****
$order='ASC';
}
!
$img="<img src=\"modules\\".pnModGetName()."\pnimages\print.gif\" border=0 align=\"bottom\">";
$col[]=$output->URL(pnModURL('htmlpages','admin','view',
--- 527,531 ----
$order='ASC';
}
! $output->SetInputMode(_PNH_VERBATIMINPUT);
$img="<img src=\"modules\\".pnModGetName()."\pnimages\print.gif\" border=0 align=\"bottom\">";
$col[]=$output->URL(pnModURL('htmlpages','admin','view',
***************
*** 548,557 ****
array('orderby' =>'printlink',
'order' =>$order)),
! _HTMLPRINTLINK);
$col[]=_HTMLPAGESACTIONS;
// Start output table
- $output->SetInputMode(_PNH_VERBATIMINPUT);
$output->SetOutputMode(_PNH_KEEPOUTPUT);
$output->TableStart('', $col,1);
--- 548,556 ----
array('orderby' =>'printlink',
'order' =>$order)),
! _HTMLPRINTLINK." ".$img);
$col[]=_HTMLPAGESACTIONS;
// Start output table
$output->SetOutputMode(_PNH_KEEPOUTPUT);
$output->TableStart('', $col,1);
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 |