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 /medialist.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 'medialist.php')
| -rw-r--r-- | medialist.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/medialist.php b/medialist.php index 51260e3d8c..2e397e7fe1 100644 --- a/medialist.php +++ b/medialist.php @@ -424,10 +424,10 @@ if ($show == "yes") { $currentPage = ((int) ($start / $max)) + 1; $lastPage = (int) (($ct + $max - 1) / $max); - $IconRarrow = "<img src=\"".$WT_IMAGES["rarrow"]["other"]."\" width=\"20\" height=\"20\" border=\"0\" alt=\"\" />"; - $IconLarrow = "<img src=\"".$WT_IMAGES["larrow"]["other"]."\" width=\"20\" height=\"20\" border=\"0\" alt=\"\" />"; - $IconRDarrow = "<img src=\"".$WT_IMAGES["rdarrow"]["other"]."\" width=\"20\" height=\"20\" border=\"0\" alt=\"\" />"; - $IconLDarrow = "<img src=\"".$WT_IMAGES["ldarrow"]["other"]."\" width=\"20\" height=\"20\" border=\"0\" alt=\"\" />"; + $IconRarrow = "<img src=\"".$WT_IMAGES["rarrow"]."\" width=\"20\" height=\"20\" border=\"0\" alt=\"\" />"; + $IconLarrow = "<img src=\"".$WT_IMAGES["larrow"]."\" width=\"20\" height=\"20\" border=\"0\" alt=\"\" />"; + $IconRDarrow = "<img src=\"".$WT_IMAGES["rdarrow"]."\" width=\"20\" height=\"20\" border=\"0\" alt=\"\" />"; + $IconLDarrow = "<img src=\"".$WT_IMAGES["ldarrow"]."\" width=\"20\" height=\"20\" border=\"0\" alt=\"\" />"; print"\n\t<table class=\"list_table\">\n"; |
