summaryrefslogtreecommitdiff
path: root/modules/clippings/index.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-07-17 16:10:29 +0000
committerfisharebest <fisharebest@gmail.com>2010-07-17 16:10:29 +0000
commitb4da02a0df04e995a24e998d472f1052d498565b (patch)
treed66bd0f74a5b856e159efb323c2cb985f3eb0ca6 /modules/clippings/index.php
parent72cc34148c69d4aa6f14584d3268ea835b9ce739 (diff)
downloadwebtrees-b4da02a0df04e995a24e998d472f1052d498565b.tar.gz
webtrees-b4da02a0df04e995a24e998d472f1052d498565b.tar.bz2
webtrees-b4da02a0df04e995a24e998d472f1052d498565b.zip
Combine large and small icons - use CSS to downsize when small icons are required
Diffstat (limited to 'modules/clippings/index.php')
-rw-r--r--modules/clippings/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/clippings/index.php b/modules/clippings/index.php
index fe881e5cee..0f37714948 100644
--- a/modules/clippings/index.php
+++ b/modules/clippings/index.php
@@ -315,7 +315,7 @@ if ($ct==0) {
if ($record) echo '<a href="', encode_url($record->getLinkUrl()), '">', PrintReady($record->getListName()), '</a>';
?>
</td>
- <td class="list_value center vmiddle"><a href="module.php?mod=clippings&amp;mod_action=index&amp;action=remove&amp;item=<?php echo $i;?>"><img src="<?php echo $WT_IMAGES["remove"]["other"];?>" border="0" alt="<?php echo i18n::translate('Remove')?>" title="<?php echo i18n::translate('Remove');?>" /></a></td>
+ <td class="list_value center vmiddle"><a href="module.php?mod=clippings&amp;mod_action=index&amp;action=remove&amp;item=<?php echo $i;?>"><img src="<?php echo $WT_IMAGES["remove"];?>" border="0" alt="<?php echo i18n::translate('Remove')?>" title="<?php echo i18n::translate('Remove');?>" /></a></td>
</tr>
<?php
}