You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by pe...@apache.org on 2002/07/01 11:05:03 UTC

cvs commit: modperl-docs/tmpl/custom/html changes_link

pereinar    2002/07/01 02:05:03

  Modified:    tmpl/custom/html changes_link
  Log:
  Fix Changes width to 60px
  Submitted by:	allan
  
  Revision  Changes    Path
  1.2       +1 -1      modperl-docs/tmpl/custom/html/changes_link
  
  Index: changes_link
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/changes_link,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes_link	29 Jun 2002 19:21:51 -0000	1.1
  +++ changes_link	1 Jul 2002 09:05:03 -0000	1.2
  @@ -3,5 +3,5 @@
       IF changes_id;
          changes_nav = doc.nav.by_id(changes_id);
   -%]
  -<a href="[% changes_nav.meta.link %]"><img src="[%- doc.dir.abs_doc_root -%]/images/nav/page_changes.gif" width="56" height="16" border="0" alt="Changes file"></a>
  +<a href="[% changes_nav.meta.link %]"><img src="[%- doc.dir.abs_doc_root -%]/images/nav/page_changes.gif" width="60" height="16" border="0" alt="Changes file"></a>
   [%  END -%]
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org