To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
07/27/10 12:49:56 (19 months ago)
Author:
johnnyoffline
Message:

Fixed a bug where global slots in the layout were editable in Admin areas, because the edit = false flag was never introduced into the templates even after ticket #36 was declared fixed and closed. Also, moved the reset stylesheet up to the sandbox level so that it can be optional for people. Created a new scoped reset style in a-reset that will be used to scope resets to our controls exclusively. Thanks Daniel Lohse. Going to give this a try

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/branches/features/css/modules/aUserAdmin/config/generator.yml

    r1818 r1855  
    22  class: sfDoctrineGenerator 
    33  param: 
    4     model_class:           sfGuardUser 
    5     theme:                 aAdmin 
    6     non_verbose_templates: true 
    7     with_show:             false 
    8     singular:              ~ 
    9     plural:                ~ 
    10     route_prefix:          a_user_admin 
    11     with_doctrine_route:     1 
    12     i18n_catalogue: apostrophe 
     4    model_class:            sfGuardUser 
     5    theme:                  aAdmin 
     6    non_verbose_templates:  true 
     7    with_show:              false 
     8    singular:               ~ 
     9    plural:                 ~ 
     10    route_prefix:           a_user_admin 
     11    with_doctrine_route:    1 
     12    i18n_catalogue:         apostrophe 
    1313 
    1414    config: