Development

Changeset 5640

You must first sign up to be able to contribute.

Changeset 5640

Show
Ignore:
Timestamp:
10/23/07 16:51:48 (1 year ago)
Author:
francois
Message:

sfSimpleForumPlugin Fixed a typo in README and made admin interface render correctly under Safari

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfSimpleForumPlugin/trunk/README

    r5599 r5640  
    3131 
    3232The prerequisites for using the `sfSimpleForum` plugin are: 
    33  - As the plugin doesn't contain a user management module, the project where you install it must have a table managing authors, or users (whatever the name), and the related Propel class must have a `__toString()` method. Both these conditions are satisfied by the [http://trac.symfony-project.com/trac/wiki/sfFeed2Plugin sfGuardPlugin], so installing this plugin is a good choice. 
     33 - As the plugin doesn't contain a user management module, the project where you install it must have a table managing authors, or users (whatever the name), and the related Propel class must have a `__toString()` method. Both these conditions are satisfied by the [http://trac.symfony-project.com/trac/wiki/sfGuardPlugin sfGuardPlugin], so installing this plugin is a good choice. 
    3434 - If you want to use RSS feeds, you must install the [http://trac.symfony-project.com/trac/wiki/sfFeed2Plugin sfFeed2Plugin]. 
    3535 
  • plugins/sfSimpleForumPlugin/trunk/web/css/admin.css

    r5599 r5640  
    44} 
    55 
     6#sf_admin_container 
     7{ 
     8  position: relative; 
     9} 
     10 
    611#sf_admin_container #sf_admin_bar 
    712{ 
    8   right: 210px; 
     13  position: absolute; 
     14  right: 0; 
    915} 
    1016