Andy wrote: > I'm not sure which config files you are referring to, but perhaps > Richard can describe more the subcategory panels work.
Sure. The change is that there's now an optional 'subcategory' attribute in <input>. So you can say: <input type="freetext" presence="always" category="Naming" subcategory="Little-used names" name="International Ref" key="int_ref" description="International reference number"/> If you do that, then the input will appear in a subgroup 'box', which opens in a disclosure triangle. You can see this on P2 on osm.org. This means that little-used tags can still be offered via the editing interface, but don't clutter up the main UI unless the user expressly chooses to see them. You absolutely don't have to use these, they're completely optional. Apart from that everything should just work. You'll see that the tab-bar doesn't scroll any more (because it was buggy and broke every five minutes), but instead, we use icons to save space. At present the icons are hard-coded but that's a todo for me some day! cheers Richard _______________________________________________ Potlatch-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/potlatch-dev

