diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-07-17 16:10:29 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-07-17 16:10:29 +0000 |
| commit | b4da02a0df04e995a24e998d472f1052d498565b (patch) | |
| tree | d66bd0f74a5b856e159efb323c2cb985f3eb0ca6 /modules/clippings/index.php | |
| parent | 72cc34148c69d4aa6f14584d3268ea835b9ce739 (diff) | |
| download | webtrees-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.php | 2 |
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&mod_action=index&action=remove&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&mod_action=index&action=remove&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
}
|
