Changeset 1101
- Timestamp:
- 07/01/07 20:05:58 (1 year ago)
- Files:
-
- trunk/UPGRADING (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/UPGRADING
r1020 r1101 1 0.61 2 Customized navbar_categories.tt and navbar_locales.tt templates 3 need to be updated: 4 - First of all, your template needs to check for 5 [% config.enable_common_categories %] 6 rather than 7 [% common_categories %] 8 in order to know whether to add this <div> to the navbar or not. 9 10 - Secondly, you need to replace 11 <a href="[% catloc_link %]Category_[% cat %]"> 12 with 13 <a href="[% config.script_url _ config.script_name %]?id=Category_[% cat %]"> 14 1 15 0.60 The edit form now uses stylable <div>s rather than tables. You will 2 16 probably want to provide at least basic styling for these.
