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:34:02 | postnuke_modules/htmlpages | pnadmin.php,1.6,1.7 | Andrea M. |
Update of /home/cvsroot/postnuke_modules/htmlpages
In directory ns7.hostnuke.net:/tmp/cvs-serv14789
Modified Files:
pnadmin.php
Log Message:
print
Index: pnadmin.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/htmlpages/pnadmin.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pnadmin.php 25 Jul 2002 00:17:28 -0000 1.6
--- pnadmin.php 25 Jul 2002 00:34:00 -0000 1.7
***************
*** 528,532 ****
}
$output->SetInputMode(_PNH_VERBATIMINPUT);
- $img="<img src=\"modules\\".pnModGetName()."\pnimages\print.gif\" border=0 align=\"bottom\">";
$col[]=$output->URL(pnModURL('htmlpages','admin','view',
array('orderby' =>'pid',
--- 528,531 ----
***************
*** 545,552 ****
'order' =>$order)),
_HTMLPAGESTIME) ;
$col[]=$output->URL(pnModURL('htmlpages','admin','view',
array('orderby' =>'printlink',
'order' =>$order)),
! _HTMLPRINTLINK." ".$img);
$col[]=_HTMLPAGESACTIONS;
--- 544,553 ----
'order' =>$order)),
_HTMLPAGESTIME) ;
+ $img=_ADD." <img src=\"modules\\".pnModGetName()."\pnimages\print.gif\" border=0
+ title=\""._PRFRVIEW."\" alt=\""._PRFRVIEW."\" align=\"bottom\">"._LINK;
$col[]=$output->URL(pnModURL('htmlpages','admin','view',
array('orderby' =>'printlink',
'order' =>$order)),
! $img);
$col[]=_HTMLPAGESACTIONS;
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 |