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

Diff of /contributions/modules/flickrstickr/flickrstickr.module

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

revision 1.25, Mon Jan 22 12:33:51 2007 UTC revision 1.26, Mon Jan 22 13:22:12 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: flickrstickr.module,v 1.24 2007/01/22 11:03:58 aronnovak Exp $  // $Id: flickrstickr.module,v 1.25 2007/01/22 12:33:51 aronnovak Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 231  function _flickrstickr_htmlpart() { Line 231  function _flickrstickr_htmlpart() {
231    $ret .= '</table>';    $ret .= '</table>';
232    $ret .= '</div>';    $ret .= '</div>';
233    $ret .= '<p id="flickrsettings">';    $ret .= '<p id="flickrsettings">';
234    $ret .= t('User') .': <input id="flickrstickr_user" type="text" name="user" value="'. $flickrstickr['username'] .'" onkeypress="return handleEnter()" />';    $ret .= t('User') .': <input id="flickrstickr_user" type="text" name="user" value="'. $flickrstickr['username'] .'" onkeypress="return handleEnter(event)" />';
235    $ret .= t('Tag') .': <input id="flickrstickr_tag" type="text" name="tag"  onkeypress="return handleEnter()" />';    $ret .= t('Tag') .': <input id="flickrstickr_tag" type="text" name="tag"  onkeypress="return handleEnter(event)" />';
236    // If you want to add a new size, just add a new element to this array. (but this should be put into settings?)    // If you want to add a new size, just add a new element to this array. (but this should be put into settings?)
237    $options_size = array('|200' => t('Default'),    $options_size = array('|200' => t('Default'),
238                          '|100' => t('Thumbnail'),                          '|100' => t('Thumbnail'),

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

  ViewVC Help
Powered by ViewVC 1.1.2