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

Diff of /contributions/modules/slideshowcs/slideshowcs.module

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

revision 1.1.2.6.2.9, Fri Jun 26 16:50:42 2009 UTC revision 1.1.2.6.2.10, Fri Jun 26 17:08:27 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: slideshowcs.module,v 1.1.2.6.2.8 2009/04/20 18:28:40 davebv Exp $  // $Id: slideshowcs.module,v 1.1.2.6.2.9 2009/06/26 16:50:42 davebv Exp $
3    
4  /**  /**
5    * @file    * @file
# Line 286  function slideshowcs_my_form($form_state Line 286  function slideshowcs_my_form($form_state
286      '#default_value' => variable_get('NoBlocks', '1'),      '#default_value' => variable_get('NoBlocks', '1'),
287      '#size' => 3,      '#size' => 3,
288      '#maxlength' => 2,      '#maxlength' => 2,
289      '#description' => t("Number of desired blocks"),      '#description' => t("Number of desired blocks, maximun allowed %maximo.", array('%maximo' => MAX_BLOCKS) ),
290      '#required' => TRUE,      '#required' => TRUE,
291    ) ;    ) ;
292    

Legend:
Removed from v.1.1.2.6.2.9  
changed lines
  Added in v.1.1.2.6.2.10

  ViewVC Help
Powered by ViewVC 1.1.2