Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 200 → Rev 201

/trunk/media/video/series/application/layouts/index/index.phtml
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; ?> Episoden)<?php
?> von <?php $total = $serie->total; echo $total; ?> <?php echo $this->_('episodes'); ?>)<?php
if ($serie->last_seen)
{
?>; zuletzt am <?php