Changeset 985 for trunk/picture.php


Ignore:
Timestamp:
Dec 19, 2005, 7:58:38 PM (18 years ago)
Author:
chrisaga
Message:
  • feature 232 : icon tool to download big image in pwg_high if exists
  • cosmetic : adjust big image popup to avoid unwanted scrolbars

no toolbar or status-bar in this popup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r960 r985  
    561561    'U_HIGH' => $picture['current']['high'],
    562562        'UUID'=>$uuid,
    563         'WIDTH_IMG'=>($full_width + 16),
    564         'HEIGHT_IMG'=>($full_height + 16)
     563        'WIDTH_IMG'=>($full_width + 40),
     564        'HEIGHT_IMG'=>($full_height + 40)
    565565        ));
     566  $template->assign_block_vars(
     567    'download',
     568    array('U_DOWNLOAD' => PHPWG_ROOT_PATH.'action.php?dwn='
     569          .$picture['current']['high']
     570    )
     571  );
    566572}
    567573// button to set the current picture as representative
Note: See TracChangeset for help on using the changeset viewer.