From: Roman K. <rom...@ep...> - 2003-02-14 13:35:30
|
> hi everybody, Hi Manfred, nice to have you in the team > 1. statusbar for each download (not graphically, html table) > [functions.inc] I haven't seen the code of your table yet, but isn't that a "dirty" hack of html? I suggest to add a single pixel to the themes which can be stretched (i think it's <img src="image.png" width="$percent(/,*)$divisor"> where percent is the status of the download and divisor is just a value that the bar can be scaled (e.g. if divisor is "*2" it is 200 pixels large, if it's "/2", it's 50 pixels) > 2. make the user be able to change the font settings (not header and > footer: download list, server list and so on) by himself ("<font > ".$conf->font.">) > the settings saved in the config.inc [functions.inc, config.inc] Isn't the font something which should be handled by themes? I suggest we better do this in the css and put only "important" options in the config.inc > 3. then two little things: for myself i had make the changes, which u > can see under the downloadlist table... > want this anybody? yes, that looks nice... let's implement it ;) > greetz > manfred > p.s.: sven: i live 40km east of berlin.. but birth in berlin-mitte! :) > > hi neighbor! :) > p.p.s.: i have much more ideas... :) Well... i think i didn't told you where i come from yet, so here it comes: I'm from germany, too. But not also from Berlin but from the South... about 30 kilometers from Stuttgart Another thing: Now, that phpEselGui is definitively an international project, shouldn't the standard-setting in the config.inc be english? regards Roman |