diff options
| author | Rob Peters <makitso@gmail.com> | 2010-04-08 17:15:03 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-04-08 17:15:03 +0000 |
| commit | 841756d06a2808ecb6889c60c988d3f034ea52b2 (patch) | |
| tree | 9b5b45560904c476a8ea956e7b608d3cb904c811 | |
| parent | 9fb5e24aae855dae0101dc60558bf0fd1a33b74a (diff) | |
| download | webtrees-841756d06a2808ecb6889c60c988d3f034ea52b2.tar.gz webtrees-841756d06a2808ecb6889c60c988d3f034ea52b2.tar.bz2 webtrees-841756d06a2808ecb6889c60c988d3f034ea52b2.zip | |
Add edit icon
| -rw-r--r-- | themes/colors/theme.php | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/themes/colors/theme.php b/themes/colors/theme.php index ae69e45655..1716cfd1a2 100644 --- a/themes/colors/theme.php +++ b/themes/colors/theme.php @@ -131,17 +131,9 @@ $WT_IMAGES["source"]["large"] = "source.gif"; $WT_IMAGES["sex"]["large"] = "male.gif"; $WT_IMAGES["sexf"]["large"] = "female.gif"; $WT_IMAGES["sexn"]["large"] = "fe_male.gif"; -$WT_IMAGES["edit_indi"]["large"] = "edit_indi.png"; -$WT_IMAGES["edit_fam"]["large"] = "edit_fam.png"; -$WT_IMAGES["edit_source"]["large"] = "edit_source.png"; +$WT_IMAGES["edit_source"]["large"] = "small/edit_sour.gif"; - -//- WT main icons for optional modules -$WT_IMAGES["menu_gallery"]["large"] = "menu_gallery.gif"; -$WT_IMAGES["menu_punbb"]["large"] = "menu_punbb.gif"; -$WT_IMAGES["menu_research"]["large"] = "menu_research.gif"; - -//- WT small icons +//- PGV small icons $WT_IMAGES["admin"]["small"] = "small/admin.gif"; $WT_IMAGES["ancestry"]["small"] = "small/ancestry.gif"; $WT_IMAGES["calendar"]["small"] = "small/calendar.gif"; @@ -185,8 +177,10 @@ $WT_IMAGES["sfamily"]["small"] = "small/sfamily.gif"; $WT_IMAGES["source"]["small"] = "small/source.gif"; $WT_IMAGES["statistic"]["small"] = "small/statistic.gif"; $WT_IMAGES["timeline"]["small"] = "small/timeline.gif"; +$WT_IMAGES["favorites"]["small"] = "small/gedcom.gif"; -//- WT buttons for data entry pages +//- PGV buttons for data entry pages +$WT_IMAGES["addmedia"]["button"] = "buttons/addmedia.gif"; $WT_IMAGES["addrepository"]["button"] = "buttons/addrepository.gif"; $WT_IMAGES["addsource"]["button"] = "buttons/addsource.gif"; $WT_IMAGES["addnote"]["button"] = "buttons/addnote.gif"; @@ -202,8 +196,8 @@ $WT_IMAGES["place"]["button"] = "buttons/place.gif"; $WT_IMAGES["refresh"]["button"] = "buttons/refresh.gif"; $WT_IMAGES["repository"]["button"] = "buttons/repository.gif"; $WT_IMAGES["source"]["button"] = "buttons/source.gif"; -$WT_IMAGES["target"]["button"] = "buttons/target.gif"; -$WT_IMAGES["view_all"]["button"] = "buttons/view_all.gif"; +$WT_IMAGES["note"]["button"] = "buttons/note.gif"; +$WT_IMAGES["head"]["button"] = "buttons/head.gif"; // Media images $WT_IMAGES["media"]["audio"] = "media/audio.png"; |
