You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/09/06 14:22:20 UTC

cvs commit: xml-forrest/src/resources/fresh-site/src/documentation skinconf.xml

jefft       2003/09/06 05:22:20

  Modified:    src/documentation skinconf.xml
               src/resources/fresh-site/src/documentation skinconf.xml
  Log:
  Disable print link by default, as it breaks HTML 4.0.1 validity and is pretty
  pointless anyway (my browser has a perfectly good print button).
  
  Revision  Changes    Path
  1.8       +1 -1      xml-forrest/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/skinconf.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- skinconf.xml	30 Aug 2003 05:26:48 -0000	1.7
  +++ skinconf.xml	6 Sep 2003 12:22:20 -0000	1.8
  @@ -56,7 +56,7 @@
     <!-- Do we want to disable the Google search box? -->
     <disable-search>false</disable-search>
     <!-- Do we want to disable the print link? -->
  -  <disable-print-link>false</disable-print-link>  
  +  <disable-print-link>true</disable-print-link>  
     <!-- Do we want to disable the PDF link? -->
     <disable-pdf-link>false</disable-pdf-link>
     <!-- Do we want to disable the xml source link? -->
  
  
  
  1.14      +2 -2      xml-forrest/src/resources/fresh-site/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/fresh-site/src/documentation/skinconf.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- skinconf.xml	2 Sep 2003 13:13:21 -0000	1.13
  +++ skinconf.xml	6 Sep 2003 12:22:20 -0000	1.14
  @@ -57,8 +57,8 @@
   <skinconfig>
     <!-- Do we want to disable the Google search box? -->
     <disable-search>false</disable-search>
  -  <!-- Do we want to disable the print link? -->
  -  <disable-print-link>false</disable-print-link>  
  +  <!-- Do we want to disable the print link? If enabled, valid HTML 4.0.1 -->
  +  <disable-print-link>true</disable-print-link>  
     <!-- Do we want to disable the PDF link? -->
     <disable-pdf-link>false</disable-pdf-link>
     <!-- Do we want to disable the xml source link? -->