=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 4.20 retrieving revision 4.21 diff -u -p -r4.20 -r4.21 --- cvsweb/Attic/cvsweb.conf 2019/11/29 15:05:26 4.20 +++ cvsweb/Attic/cvsweb.conf 2019/11/29 16:27:34 4.21 @@ -1,5 +1,5 @@ # -*- perl -*- -# $Id: cvsweb.conf,v 4.20 2019/11/29 15:05:26 schwarze Exp $ +# $Id: cvsweb.conf,v 4.21 2019/11/29 16:27:34 schwarze Exp $ # $doc: cvsweb.conf,v 1.38 2006/01/19 19:53:38 ceri # $knu: cvsweb.conf,v 1.97 2005/06/19 09:13:50 scop # @@ -119,23 +119,8 @@ $defaulttitle = "CVS Repository"; # $address = 'CVSweb'; -# Icons for the web UI. If ICON-URL is empty, the TEXT representation is -# used. If you do not want to have a tool tip for an icon, set TEXT empty. -# The width and height of the icon allow the browser to correctly display -# the table while still loading the icons. If these icons are too large, -# check out the "mini" versions in the icons/ directory; they have a -# width/height of 16/16. -# +# Icons for the web UI. my $iconsdir = '/icons'; - -# format: TEXT ICON-URL width height -%ICONS = ( - back => [('[BACK]', "$iconsdir/back.gif", 20, 22)], - dir => [('[DIR]', "$iconsdir/dir.gif", 20, 22)], - file => [('[TXT]', "$iconsdir/text.gif", 20, 22)], - binfile => [('[BIN]', "$iconsdir/binary.gif", 20, 22)], -); -undef $iconsdir; # An URL where to find the CSS. #