Changeset 1101 for trunk/UPGRADING

Show
Ignore:
Timestamp:
07/01/07 20:05:58 (17 months ago)
Author:
dom
Message:

Add note about [1086]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADING

    r1020 r1101  
     10.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 
    1150.60    The edit form now uses stylable <div>s rather than tables.  You will 
    216        probably want to provide at least basic styling for these.