Index: trunk/extensions/Collection/Collection.templates.php |
— | — | @@ -223,7 +223,7 @@ |
224 | 224 | foreach($this->data['collection']['items'] as $index => $item) { |
225 | 225 | if ($item['type'] == 'article') { ?> |
226 | 226 | <li id="item-<?php echo $index ?>" class="article"> |
227 | | - <a onclick="return coll_remove_item(<?php echo $index ?>)" href="<?php echo htmlspecialchars(SkinTemplate::makeSpecialUrlSubpage('Book', 'remove_item/', 'index=' . $index)) ?>" title="<?php $this->msg('coll-remove') ?>"><img src="<?php echo htmlspecialchars($mediapath . "remove.png") ?>" width="10" height="10" alt="<?php $this->msg('remove') ?>" /></a><a> |
| 227 | + <a onclick="return coll_remove_item(<?php echo $index ?>)" href="<?php echo htmlspecialchars(SkinTemplate::makeSpecialUrlSubpage('Book', 'remove_item/', 'index=' . $index)) ?>" title="<?php $this->msg('coll-remove') ?>"><img src="<?php echo htmlspecialchars($mediapath . "remove.png") ?>" width="10" height="10" alt="<?php $this->msg('coll-remove') ?>" /></a><a> |
228 | 228 | <noscript> |
229 | 229 | <?php if ($index == 0) { ?> |
230 | 230 | <img src="<?php echo htmlspecialchars($mediapath . "trans.png") ?>" width="10" height="10" alt="" /> |