/[drupal]/contributions/modules/css/css.module
ViewVC logotype

Diff of /contributions/modules/css/css.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3.2.2, Wed Dec 3 18:31:46 2008 UTC revision 1.3.2.3, Wed Dec 3 18:36:09 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: css.module,v 1.3.2.1 2008/12/03 18:21:01 fax8 Exp $  // $Id: css.module,v 1.3.2.2 2008/12/03 18:31:46 fax8 Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 72  function css_form_alter($form_id, &$form Line 72  function css_form_alter($form_id, &$form
72            '#default_value' => $node->css_css,            '#default_value' => $node->css_css,
73            '#cols' => 60,            '#cols' => 60,
74            '#rows' => 10,            '#rows' => 10,
75            '#description' => t('Insert here the css rules for this node. You can use css defined for other nodes using <em>@import "?q=css/get/x"</em> where x is the identification number of the node which contains the css you want to use.'),            '#description' => t('Insert here the css rules for this node. You can use css defined for other nodes using <em>@import "?q=css/get/x";</em> where x is the identification number of the node which contains the css you want to use.'),
76            '#attributes' => NULL,            '#attributes' => NULL,
77            '#required' => FALSE,            '#required' => FALSE,
78        );        );

Legend:
Removed from v.1.3.2.2  
changed lines
  Added in v.1.3.2.3

  ViewVC Help
Powered by ViewVC 1.1.2