Ignore:
Timestamp:
Sep 3, 2005, 6:36:05 PM (19 years ago)
Author:
plg
Message:
  • modification : less configuration parameters in administration screen. These parameters are move to include/config_default.inc.php.
  • new : ability to add a single picture to caddie from picture.php
  • new : contextual help, only a few pages are available.
  • new : ability to delete users from admin/user_list
  • modification : reorganization of configuration file
  • new : configuration parameter use_exif_mapping
  • improvement : MOD hidemail added to standard
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/scripts.js

    r539 r858  
    3131  window.open(theURL,winName,features);
    3232}
     33
     34function popuphelp(url)
     35{
     36  window.open(
     37    url,
     38    'dc_popup',
     39    'alwaysRaised=yes,dependent=yes,toolbar=no,height=420,width=500,menubar=no,resizable=yes,scrollbars=yes,status=no'
     40  );
     41}
     42
Note: See TracChangeset for help on using the changeset viewer.