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

2002-06-30 Thread stas
stas2002/06/30 08:08:37

  Modified:tmpl/custom/html navbar_local_bottom
  Log:
  move the changes button in the center
  
  Revision  ChangesPath
  1.9   +4 -3  modperl-docs/tmpl/custom/html/navbar_local_bottom
  
  Index: navbar_local_bottom
  ===
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_local_bottom,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- navbar_local_bottom   29 Jun 2002 19:21:51 -  1.8
  +++ navbar_local_bottom   30 Jun 2002 15:08:37 -  1.9
  @@ -14,9 +14,10 @@
  /table
   /td
  td width=1br/td
  -   td align=left nowrap[%- INCLUDE top_link -%]  
  -   [%- INCLUDE changes_link -%]/td
  -   td width=100%br/td
  +   td align=left nowrap[%- INCLUDE top_link -%]/td
  +   td width=50%br/td
  +   td align=center nowrap[%- INCLUDE changes_link -%]/td
  +   td width=50%br/td
  td align=right nowrap[%- INCLUDE prev_next_link -%]/td
  td width=1br/td
   /tr
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/tmpl/custom/html navbar_local_bottom navbar_local_top

2002-02-22 Thread stas
stas02/02/22 01:36:51

  Modified:tmpl/custom/html navbar_local_bottom navbar_local_top
  Log:
  - prevent wrapping of the elements inside td's
  
  Revision  ChangesPath
  1.4   +2 -2  modperl-docs/tmpl/custom/html/navbar_local_bottom
  
  Index: navbar_local_bottom
  ===
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_local_bottom,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navbar_local_bottom   21 Feb 2002 08:55:18 -  1.3
  +++ navbar_local_bottom   22 Feb 2002 09:36:51 -  1.4
  @@ -5,10 +5,10 @@
   %]
   table width=100% border=0 cellspacing=0 cellpadding=0
   tr
  -td align=left width=50%
  +td align=left width=50% nowrap
   [% INCLUDE top_link %]
   /td
  -td align=right width=50%
  +td align=right width=50% nowrap
   [% INCLUDE prev_next_link %]
   /td
   /tr
  
  
  
  1.6   +3 -3  modperl-docs/tmpl/custom/html/navbar_local_top
  
  Index: navbar_local_top
  ===
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_local_top,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- navbar_local_top  21 Feb 2002 08:55:18 -  1.5
  +++ navbar_local_top  22 Feb 2002 09:36:51 -  1.6
  @@ -5,13 +5,13 @@
   %]
   table width=100% border=0 cellspacing=0 cellpadding=0
   tr valign=middle
  -td align=left width=33%
  +td align=left width=33% nowrap
   [% INCLUDE search %]
   /td
  -td align=center class=download width=33%
  +td align=center class=download width=33% nowrap
   [% INCLUDE download_link %]
   /td
  -td align=right width=33%
  +td align=right width=33% nowrap
   [% INCLUDE prev_next_link %]
   /td
   /tr
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]