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

Diff of /contributions/modules/sidecontent/sidecontent.module

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

revision 1.11.2.2, Sat Oct 21 22:05:50 2006 UTC revision 1.11.2.3, Sun Oct 22 19:43:50 2006 UTC
# Line 188  function sidecontent_form_alter($form_id Line 188  function sidecontent_form_alter($form_id
188          '#maxlength' => 128          '#maxlength' => 128
189        );        );
190    
191          $content_default = (empty($node->sidecontent)) ? '' : check_markup($node->sidecontent, $node->sidecontent_format);
192    
193        $form['sidecontent']['sidecontent'] = array(        $form['sidecontent']['sidecontent'] = array(
194          '#type' => 'textarea',          '#type' => 'textarea',
195          '#title' => t('Side Content Text'),          '#title' => t('Side Content Text'),
196          '#default_value' => check_markup($node->sidecontent, $node->sidecontent_format, FALSE),          '#default_value' => $content_default,
197          '#description' => t('Content to display in side block.'),          '#description' => t('Content to display in side block.'),
198          '#cols' => 60,          '#cols' => 60,
199          '#rows' => 20,          '#rows' => 20,

Legend:
Removed from v.1.11.2.2  
changed lines
  Added in v.1.11.2.3

  ViewVC Help
Powered by ViewVC 1.1.2