diff options
| author | cbdev <cb@cbcdn.com> | 2023-08-13 21:15:24 +0200 | 
|---|---|---|
| committer | cbdev <cb@cbcdn.com> | 2023-08-13 21:15:24 +0200 | 
| commit | 0c3ab4200dbb58038ac2ec4a4cdd78729a7e21b3 (patch) | |
| tree | d98beb75b064f0cd22d08597ba2c37d1fd48a997 /interface | |
| parent | be37d4f7d7a09959f56f735d080b1cf7d4cf0f18 (diff) | |
| download | cargohold-0c3ab4200dbb58038ac2ec4a4cdd78729a7e21b3.tar.gz cargohold-0c3ab4200dbb58038ac2ec4a4cdd78729a7e21b3.tar.bz2 cargohold-0c3ab4200dbb58038ac2ec4a4cdd78729a7e21b3.zip | |
Implement download all button
Diffstat (limited to 'interface')
| -rw-r--r-- | interface/listing.htm | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/interface/listing.htm b/interface/listing.htm index 7cc2b62..d7d08cd 100644 --- a/interface/listing.htm +++ b/interface/listing.htm @@ -30,6 +30,9 @@  							current link.  						</div>  					</noscript> +					<div class="buttonrow"> +						<a class="button" href="#" id="download-all">Download all</a> +					</div>  					<div id="dirlisting">  					</div>  				</div> | 
