| 103,7 → 103,7 |
| if (e && e.shiftKey && e.ctrlKey) |
| { |
| var key = this.textContent.toLowerCase() |
| .replace(/[&:.,()–]/g, "").replace(/[\s·]+/g, "-") |
| .replace(/[&:.,()–]/g, "").replace(/\s+/g, "-") |
| .replace("-de", ""); |
| |
| if (typeof _getProperty == "undefined") |
| 214,7 → 214,7 |
| <td<?php if ($recommended) { ?> class="recommended"<?php } ?>> |
| <div><?php echo $this->_('Watched:'); ?> <?php |
| echo $this->getCoverage($serie->seen) . ' ('. $serie->count; |
| ?> von <?php $total = $serie->total; echo $total; ?> <?php echo $this->_('episodes'); ?>)<?php |
| ?> von <?php $total = $serie->total; echo $total; ?> Episoden)<?php |
| if ($serie->last_seen) |
| { |
| ?>; zuletzt am <?php |