I added the text "UP" below the upward arrow. IMO it makes the widget a
little bit clearer.


Thanks Thomas


Patch attached (I hope I got it right this time..)


yup :) but see below



Index: tmpl/custom/html/navbar_local
===================================================================
RCS file: /home/cvspublic/modperl-docs/tmpl/custom/html/navbar_local,v
retrieving revision 1.2
diff -u -r1.2 navbar_local
--- tmpl/custom/html/navbar_local 6 Jan 2002 12:15:17 -0000 1.2
+++ tmpl/custom/html/navbar_local 10 Jan 2002 20:32:26 -0000
@@ -31,7 +31,7 @@
buttons.push({link => "$rel_doc_root/index.html", - text => "<img src='${doc.dir.abs_doc_root}/images/up.png' ALT='up' border=0>"
+ text => "<div class='navbarlocaltext'><img src='${doc.dir.abs_doc_root}/images/up.png' ALT='up' border=0><br>UP</div>"
postlink => "</td>", prelink => "<td align='center' valign='top' width='3%'>",


We cannot use png, I also don't have it. Neither your preview site :)
e.g. http://domm.zsi.at/modperl-site-domm/maillist/list-announce.html


Index: tmpl/custom/html/page
===================================================================
RCS file: /home/cvspublic/modperl-docs/tmpl/custom/html/page,v
retrieving revision 1.2
diff -u -r1.2 page
--- tmpl/custom/html/page       10 Jan 2002 18:24:34 -0000      1.2
+++ tmpl/custom/html/page       10 Jan 2002 20:32:26 -0000
@@ -18,4 +18,13 @@
 <br>
 [% INCLUDE ad -%]
 </div>
+
+<div class='cbox'>
+<div class='content'>
+[% INCLUDE page_body %]
+<br>
+[% INCLUDE tail -%]
+</div>
+</div>
+
 </body></html>


what's that? this is not 'up' link.


Index: tmpl/custom/html/page_body
===================================================================
RCS file: /home/cvspublic/modperl-docs/tmpl/custom/html/page_body,v
retrieving revision 1.1
diff -u -r1.1 page_body
--- tmpl/custom/html/page_body 5 Jan 2002 19:29:53 -0000 1.1
+++ tmpl/custom/html/page_body 10 Jan 2002 20:32:26 -0000
@@ -9,6 +9,7 @@
nav=doc.nav
rel_doc_root=doc.dir.rel_doc_root;
+
INCLUDE toc toc=doc.toc;
# prepare section sub-menus

the same here. After doing 'cvs diff' please remove the irrelevant parts of the patch. Alternatively if you know which files you want to get the diff for use them as an argument to 'cvs diff' and then you have less work to do, cleaning up.


_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


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



Reply via email to