Changeset 14612

Show
Ignore:
Timestamp:
01/24/08 12:14:04 (11 months ago)
Author:
bergie
Message:

Use "Post" instead of "Save" as the save button, refs https://bugs.maemo.org/show_bug.cgi?id=2139

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/net.nehmer.comments/config/schemadb_default.inc

    r5629 r14612  
    1 'comment' => Array 
     1'comment' => array 
    22( 
    33    'description' => 'default schema', 
    4     'fields' => Array 
     4    'operations' => array 
    55    ( 
    6         'author' => Array 
     6        'save' => 'post' 
     7    ), 
     8    'fields' => array 
     9    ( 
     10        'author' => array 
    711        ( 
    812            'title' => 'author', 
     
    1620        ), 
    1721 
    18         'title' => Array 
     22        'title' => array 
    1923        ( 
    2024            'title' => 'title', 
     
    2731            'widget' => 'text', 
    2832        ), 
    29         'content' => Array 
     33        'content' => array 
    3034        ( 
    3135            'title' => 'content', 
     
    3640            'storage' => 'content', 
    3741            'type' => 'text', 
    38             'type_config' => Array ( 'output_mode' => 'markdown' ), 
     42            'type_config' => array ( 'output_mode' => 'markdown' ), 
    3943            'widget' => 'textarea', 
    4044        ), 
    41         'rating' => Array 
     45        'rating' => array 
    4246        ( 
    4347            'title' => 'rating', 
    4448            'storage' => 'rating', 
    4549            'type' => 'select', 
    46             'type_config' => Array 
     50            'type_config' => array 
    4751            ( 
    48                 'options' => Array 
     52                'options' => array 
    4953                ( 
    5054                    0 => '', 
  • trunk/midcom/net.nemein.discussion/config/schemadb_default.inc

    r14168 r14612  
    22( 
    33    'description' => 'comment', 
     4    'operations' => array 
     5    ( 
     6        'save' => 'post' 
     7    ), 
    48    'fields'      => array 
    59    ( 
     
    4549            ), 
    4650            'widget' => 'markdown', 
    47             'widget_config' => Array 
     51            'widget_config' => array 
    4852            ( 
    4953                'height' => 24, 
     
    97101            ), 
    98102            'widget' => 'textarea', 
    99             'widget_config' => Array 
     103            'widget_config' => array 
    100104            ( 
    101105                'height' => 24,