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/download.php

    r833 r840  
    8181        echo "\n". '<input type="radio" name="full" value="0"'. (!$full ? ' checked' : '') .'>'. gTranslate('core', "Resized Version") .'<br>'; 
    8282        echo "\n<br>"; 
    83         echo "\n". '<input type="submit" name="doit" value="'. gTranslate('core', "Download") .'">'; 
    84         echo "\n". '<input type="button" value="'. gTranslate('core', "Cancel") .'" onclick="parent.close()">'; 
     83        echo "\n". '<input type="submit" class="button" name="doit" value="'. gTranslate('core', "Download") .'">'; 
     84        echo "\n". '<input type="button" class="button" value="'. gTranslate('core', "Cancel") .'" onclick="parent.close()">'; 
    8585        echo "\n</form>"; 
    8686    } 
     
    8989    echo gTranslate('core', "This album is not empty, but contains no photo or movie! Download wouldn't make sense."); 
    9090    echo "<br><br>"; 
    91         echo "\n". '<input type="button" value="'. gTranslate('core', "Close Window") .'" onclick="parent.close()">'; 
     91        echo "\n". '<input type="button" class="button" value="'. gTranslate('core', "Close Window") .'" onclick="parent.close()">'; 
    9292    } 
    9393} 
Note: See TracChangeset for help on using the changeset viewer.