Author: dom Date: 2007-07-01 20:05:58 +0100 (Sun, 01 Jul 2007) New Revision: 1101
Modified: trunk/UPGRADING Log: Add note about [1086]
Modified: trunk/UPGRADING =================================================================== --- trunk/UPGRADING 2007-06-28 23:20:37 UTC (rev 1100) +++ trunk/UPGRADING 2007-07-01 19:05:58 UTC (rev 1101) @@ -1,3 +1,17 @@ +0.61 + Customized navbar_categories.tt and navbar_locales.tt templates + need to be updated: + - First of all, your template needs to check for + [% config.enable_common_categories %] + rather than + [% common_categories %] + in order to know whether to add this <div> to the navbar or not. + + - Secondly, you need to replace + <a href="[% catloc_link %]Category_[% cat %]"> + with + <a href="[% config.script_url _ config.script_name %]?id=Category_[% cat %]"> + 0.60 The edit form now uses stylable <div>s rather than tables. You will probably want to provide at least basic styling for these.