Changeset 133

Show
Ignore:
Timestamp:
08/06/07 09:58:44 (1 year ago)
Author:
areski
Message:

BUG : psql sql script + update TODO

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DataBase/psql/UPDATE-a2billing-v1.3.0-to-v1.4.0-pgsql.sql

    r132 r133  
    1313    startdate                                           TIMESTAMP WITHOUT TIME ZONE DEFAULT NOW(), 
    1414    stopdate                                            TIMESTAMP WITHOUT TIME ZONE, 
    15         description                                     TEXT, 
    16         PRIMARY KEY (id) 
     15        description                                     TEXT 
    1716); 
    1817 
     
    2019 
    2120ALTER TABLE cc_card DROP id_subscription_fee; 
    22 ALTER TABLE cc_card ALTER COLUMN id_timezone INTEGER DEFAULT 0; 
     21ALTER TABLE cc_card ADD COLUMN id_timezone INTEGER DEFAULT 0; 
    2322 
    2423CREATE TABLE cc_config_group ( 
  • trunk/TODO

    r127 r133  
    33                                        TODO LIST - SPECIFIC 
    44******************************************************************************** 
     5 
     6 
     7 
     8#### UPDATE CSS Menu : menu.css 
     9******************************************************************** 
     10With some translation the text in the menu overpass the size of the cell. 
     11changing has below the height change the design we need to wrap the text and make it  
     12fit according to the amount of text. 
     13 
     14 #nav ul li span,#nav ul li a { 
     15      padding: 2px 18px 2px 20px; 
     16      font-size: 10px; 
     17-       height : 11px; 
     18 } 
     19 
    520 
    621#### UPDATE : MAIL TEMPLATE TAG HTML - Add a plaintext versions 


Google