Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19303/phpslash-dev/include/templates/en/basic
Modified Files:
slashHead-htmlarea3.tpl slashHead.tpl
Log Message:
corrected printer css changes.
Index: slashHead-htmlarea3.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/slashHead-htmlarea3.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** slashHead-htmlarea3.tpl 6 Nov 2004 21:29:28 -0000 1.7
--- slashHead-htmlarea3.tpl 10 Nov 2004 22:37:47 -0000 1.8
***************
*** 17,23 ****
<link rel="alternate" type="application/atom+xml" title="RSS" href="{ROOTDIR}/backend.php?view=atom" />
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}/{CSS}.css" />
! <link rel="stylesheet" type="print">@import "{ROOTDIR}/styles/{SKIN}/{CSS}_print.css";</style>
!
<!-- BEGIN HTMLAREA3 Javascript -->
--- 17,22 ----
<link rel="alternate" type="application/atom+xml" title="RSS" href="{ROOTDIR}/backend.php?view=atom" />
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{CSS}.css" media="screen"/>
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{CSS}_print.css" media="print"/>
<!-- BEGIN HTMLAREA3 Javascript -->
Index: slashHead.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/slashHead.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** slashHead.tpl 6 Nov 2004 21:29:28 -0000 1.5
--- slashHead.tpl 10 Nov 2004 22:37:47 -0000 1.6
***************
*** 17,24 ****
<link rel="alternate" type="application/atom+xml" title="RSS" href="{ROOTDIR}/backend.php?view=atom" />
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{CSS}.css" />
! <link rel="stylesheet" type="print">@import "{ROOTDIR}/styles/{CSS}_print.css";</style>
!
!
</head>
<body>
--- 17,22 ----
<link rel="alternate" type="application/atom+xml" title="RSS" href="{ROOTDIR}/backend.php?view=atom" />
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{CSS}.css" media="screen"/>
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{CSS}_print.css" media="print"/>
</head>
<body>
|