Better handling of missing covers
Questo commit è contenuto in:
parent
9c9eb0d2c3
commit
75e4362044
2 ha cambiato i file con 7 aggiunte e 0 eliminazioni
|
|
@ -149,7 +149,13 @@
|
|||
?>
|
||||
<div class="book">
|
||||
<div class="cover">
|
||||
<?php
|
||||
if ($entry->book->hasCover) {
|
||||
?>
|
||||
<a class="fancycover" href="<?php echo $entry->getCover () ?>"><img src="<?php echo $entry->getCoverThumbnail () ?>" alt="cover" /></a>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<div class="download">
|
||||
<?php
|
||||
|
|
|
|||
|
|
@ -111,6 +111,7 @@ margin-left: 10px;
|
|||
float:left;
|
||||
padding:5px 10px;
|
||||
min-width: 56px;
|
||||
min-height: 70px;
|
||||
}
|
||||
|
||||
.download
|
||||
|
|
|
|||
Caricamento…
Aggiungi tabella
Aggiungi collegamento
Crea riferimento in una nuova segnalazione