From: Benjamin M. <be...@me...> - 2001-06-18 16:27:43
|
--- oop only sent this too Jamie, re-sending it to the list. -Ben --- Please tell me this not true, but it looks like every single module has &header(...) printf "<hr>\n"; ... ...... ... printf "<hr>\n"; &footer(...) If that is the case then I volenteer to go through and remove it from every module and added it to the the header and footer functions (along with adding the option to not show it) I have an account on sourceforge (icefox2) Also while I am at it what do you think of adding the modules icon to the paramaters of the header so all the icons will show up in the modules index page. -Benjamin Meyer |
From: Jamie C. <jca...@we...> - 2001-06-18 23:25:05
|
Benjamin Meyer wrote: > Please tell me this not true, but it looks like every single module has > > &header(...) > printf "<hr>\n"; > > ... > ...... > ... > > printf "<hr>\n"; > &footer(...) > > If that is the case then I volenteer to go through and remove it from every > module and added it to the the header and footer functions (along with adding > the option to not show it) I have an account on sourceforge (icefox2) Not every single module - some programs call header() with no parameters and don't output an <hr>. You are right that the majority do though .. > Also while I am at it what do you think of adding the modules icon to the > paramaters of the header so all the icons will show up in the modules index > page. That could be done pretty easily.. though the header is getting pretty crowded on most modules. - Jamie |
From: Joe C. <jo...@sw...> - 2001-06-19 18:26:10
|
This should find it's way into a 'themeable' item, rather than a one time universal replacement. Just a thought. Adding the icon is too much. Maybe it would be appropriate in some themes (and once the header is fully themeable then you'll be able to do anything you want with it, including sticking icons and whatever else in it). So I'd consider this an argument for fully themeable header and footer (and probably a removal of the <hr> in every module), rather than an argument for significantly altering the default theme to include an icon in the header. Benjamin Meyer wrote: > --- > oop only sent this too Jamie, re-sending it to the list. > > -Ben > --- > > Please tell me this not true, but it looks like every single module has > > &header(...) > printf "<hr>\n"; > > ... > ...... > ... > > printf "<hr>\n"; > &footer(...) > > If that is the case then I volenteer to go through and remove it from every > module and added it to the the header and footer functions (along with adding > the option to not show it) I have an account on sourceforge (icefox2) > > Also while I am at it what do you think of adding the modules icon to the > paramaters of the header so all the icons will show up in the modules index > page. > > -Benjamin Meyer -- Joe Cooper <jo...@sw...> Affordable Web Caching Proxy Appliances http://www.swelltech.com |
From: Benjamin M. <be...@me...> - 2001-06-19 19:10:46
|
Sounds good. The icon was an after thought. The <hr> was the main point. -Ben On Tuesday 19 June 2001 14:36, Joe Cooper wrote: > This should find it's way into a 'themeable' item, rather than a one > time universal replacement. > > Just a thought. > > Adding the icon is too much. Maybe it would be appropriate in some > themes (and once the header is fully themeable then you'll be able to do > anything you want with it, including sticking icons and whatever else in > it). So I'd consider this an argument for fully themeable header and > footer (and probably a removal of the <hr> in every module), rather than > an argument for significantly altering the default theme to include an > icon in the header. > > Benjamin Meyer wrote: > > --- > > oop only sent this too Jamie, re-sending it to the list. > > > > -Ben > > --- > > > > Please tell me this not true, but it looks like every single module has > > > > &header(...) > > printf "<hr>\n"; > > > > ... > > ...... > > ... > > > > printf "<hr>\n"; > > &footer(...) > > > > If that is the case then I volenteer to go through and remove it from > > every module and added it to the the header and footer functions (along > > with adding the option to not show it) I have an account on sourceforge > > (icefox2) > > > > Also while I am at it what do you think of adding the modules icon to the > > paramaters of the header so all the icons will show up in the modules > > index page. > > > > -Benjamin Meyer > > -- > Joe Cooper <jo...@sw...> > Affordable Web Caching Proxy Appliances > http://www.swelltech.com > > > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel |