[dw-nonfree] Make editgroups.bml work
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/62b8f32c8706]
http://bugs.dwscoalition.org/show_bug.cgi?id=289
Update schema links and some CSS for editfilters page.
Patch by
janinedog.
http://bugs.dwscoalition.org/show_bug.cgi?id=289
Update schema links and some CSS for editfilters page.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
-------------------------------------------------------------------------------- diff -r efa5c2290919 -r 62b8f32c8706 cgi-bin/DW/Hooks/SiteScheme.pm --- a/cgi-bin/DW/Hooks/SiteScheme.pm Fri Feb 20 07:21:34 2009 +0000 +++ b/cgi-bin/DW/Hooks/SiteScheme.pm Fri Feb 20 09:47:09 2009 +0000 @@ -92,7 +92,7 @@ LJ::register_hook('nav_links', sub { loggedout => 0, }, { - url => "$LJ::SITEROOT/manage/circle/editgroups.bml", + url => "$LJ::SITEROOT/manage/circle/editfilters.bml", text => "tropo.nav.organize.managefilters", loggedin => 1, loggedout => 0, diff -r efa5c2290919 -r 62b8f32c8706 htdocs/stc/tropo/red.css --- a/htdocs/stc/tropo/red.css Fri Feb 20 07:21:34 2009 +0000 +++ b/htdocs/stc/tropo/red.css Fri Feb 20 09:47:09 2009 +0000 @@ -573,11 +573,17 @@ table.allpics { } .allpics img { - margin-right: 1em; - margin-top: 15px; + margin-right: 1em; + margin-top: 15px; } .allpics blank { - width: 50px; + width: 50px; } + +/* editfilters styling */ + +table.editfilters td { + padding: 5px; +} --------------------------------------------------------------------------------