Ignore:
Timestamp:
09/26/07 00:39:24 (5 years ago)
Author:
hverton
Message:

minor bugfixes
further work on Gallery integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/gallery/php-files/modules/gallery/albums.php

    r836 r840  
    353353        <td class="leftspacer"></td> 
    354354        <td> 
    355           <table cellspacing="0" cellpadding="0" border="0" class="mod_title_bg"> 
     355          <table cellspacing="0" cellpadding="0" border="0" width='100%' class="mod_title_bg"> 
    356356            <tr> 
    357357              <td class="mod_title_left"></td> 
    358358              <td class="title"> 
    359359                <?php 
    360             echo editField($gallery->album, "title", $albumURL); 
    361             if ($gallery->user->canDownloadAlbum($gallery->album) && $gallery->album->numPhotos(1)) { 
    362                 $iconText = getIconText('compressed.png', gTranslate('core', "Download entire album as archive"), 'yes'); 
    363                 echo popup_link($iconText, "download.php?set_albumName=$tmpAlbumName",false,false,500,500); 
    364             } 
     360            echo editField($gallery->album, "title", $albumURL),"&nbsp;"; 
     361        ?> 
     362              </td> 
     363              <td class="" style='white-space:nowrap;text-align:right;'> 
     364                <?php 
     365            include(dirname(__FILE__) . '/layout/adminAlbumCommands.inc'); 
    365366        ?> 
    366367              </td> 
     
    378379 
    379380  <?php 
    380     include(dirname(__FILE__) . '/layout/adminAlbumCommands.inc'); 
    381  
    382381    /* 
    383382    * Description 
     
    403402    */ 
    404403    if ($gallery->user->isAdmin() || $gallery->user->isOwnerOfAlbum($gallery->album)) { 
    405         echo gTranslate('core', "URL:") . ' <a href="'. $albumURL . '">'; 
     404        echo "<br>",gTranslate('core', "URL:") . ' <a href="'. $albumURL . '">'; 
    406405        if (!$gallery->session->offline) { 
    407406            echo breakString(urldecode($albumURL), 60, '&', 5); 
     
    423422    } 
    424423 
    425     echo "\n<br><span class=\"fineprint\">"; 
     424    echo "\n<br><br><span class=\"fineprint\">"; 
    426425 
    427426    /* 
Note: See TracChangeset for help on using the changeset viewer.