/[drupal]/contributions/modules/photos/inc/photos.admin.inc
ViewVC logotype

Diff of /contributions/modules/photos/inc/photos.admin.inc

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

revision 1.1.2.2 by eastcn, Tue Mar 10 02:18:59 2009 UTC revision 1.1.2.3 by eastcn, Sun Mar 22 18:53:55 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: photos.admin.inc,v 1.1.2.1 2009/03/06 08:22:41 eastcn Exp $  // $Id: photos.admin.inc,v 1.1.2.2 2009/03/10 02:18:59 eastcn Exp $
3  drupal_add_js(  drupal_add_js(
4  <<<EOT  <<<EOT
5  $(function(){  $(function(){
# Line 367  function photos_admin_settings() { Line 367  function photos_admin_settings() {
367                  '#size' => '20',                  '#size' => '20',
368      '#disabled' => (module_exists('dfgallery') ? false: true)      '#disabled' => (module_exists('dfgallery') ? false: true)
369          );          );
370      $form['slideshow']['photos_slide_music'] = array(
371        '#type' => 'textfield',
372        '#default_value' => variable_get('photos_slide_music', false),
373        '#title' => t('Slide default Music'),
374        '#required' => TRUE,
375        '#description' => t('e.g: http://mysite/music.mp3'),
376      );
377          $form['slideshow']['show_size']['photos_slide_show_thumb'] = array(          $form['slideshow']['show_size']['photos_slide_show_thumb'] = array(
378                  '#type' => 'select',                  '#type' => 'select',
379                  '#title' => t('Thumbnails'),                  '#title' => t('Thumbnails'),

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

  ViewVC Help
Powered by ViewVC 1.1.3