diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-10-29 23:22:36 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-10-29 23:22:36 +0000 |
| commit | d2a0ddfb10a420edffda0f22b1e56135c04fda79 (patch) | |
| tree | 8d9e42512b44b37edac7b9b1714440d6f1394302 | |
| parent | 8d8dd4a14428356353856bef7d95c6403610433e (diff) | |
| download | webtrees-d2a0ddfb10a420edffda0f22b1e56135c04fda79.tar.gz webtrees-d2a0ddfb10a420edffda0f22b1e56135c04fda79.tar.bz2 webtrees-d2a0ddfb10a420edffda0f22b1e56135c04fda79.zip | |
Consistent use of 'note' rather than 'notes' for small note images
http://webtrees.net/en/forums/3-help-for-beta-and-svn-versions/16400-undefined-index-svn-12455#16402
| -rw-r--r-- | modules_v3/clippings/index.php | 2 | ||||
| -rw-r--r-- | modules_v3/clippings/module.php | 2 | ||||
| -rw-r--r-- | themes/fab/theme.php | 1 | ||||
| -rw-r--r-- | themes/webtrees/theme.php | 1 |
4 files changed, 2 insertions, 4 deletions
diff --git a/modules_v3/clippings/index.php b/modules_v3/clippings/index.php index 70a1252145..5590a39498 100644 --- a/modules_v3/clippings/index.php +++ b/modules_v3/clippings/index.php @@ -282,7 +282,7 @@ if ($ct==0) { if ($tag=='FAM' ) $icon = "sfamily"; if ($tag=='SOUR') $icon = "source"; if ($tag=='REPO') $icon = "repository"; - if ($tag=='NOTE') $icon = "notes"; + if ($tag=='NOTE') $icon = "note"; if ($tag=='OBJE') $icon = "media"; ?> <tr><td class="list_value"> diff --git a/modules_v3/clippings/module.php b/modules_v3/clippings/module.php index e461c275d9..687e565705 100644 --- a/modules_v3/clippings/module.php +++ b/modules_v3/clippings/module.php @@ -239,7 +239,7 @@ class clippings_WT_Module extends WT_Module implements WT_Module_Menu, WT_Module if ($tag=='FAM' ) $icon = "sfamily"; //if ($tag=='SOUR') $icon = "source"; //if ($tag=='REPO') $icon = "repository"; - //if ($tag=='NOTE') $icon = "notes"; + //if ($tag=='NOTE') $icon = "note"; //if ($tag=='OBJE') $icon = "media"; if (!empty($icon)) { $out .= '<li>'; diff --git a/themes/fab/theme.php b/themes/fab/theme.php index e3370461b9..6ae91ea157 100644 --- a/themes/fab/theme.php +++ b/themes/fab/theme.php @@ -115,7 +115,6 @@ $WT_IMAGES=array( 'mypage' =>WT_THEME_URL.'images/mypage.png', 'note' =>WT_THEME_URL.'images/notes.png', 'note-list' =>WT_THEME_URL.'images/notes.png', - 'notes' =>WT_THEME_URL.'images/notes.png', 'patriarch' =>WT_THEME_URL.'images/patriarch.png', 'pedigree' =>WT_THEME_URL.'images/pedigree.png', 'pin-in' =>WT_THEME_URL.'images/pin-in.png', diff --git a/themes/webtrees/theme.php b/themes/webtrees/theme.php index 0bda1412eb..72e864979e 100644 --- a/themes/webtrees/theme.php +++ b/themes/webtrees/theme.php @@ -150,7 +150,6 @@ $WT_IMAGES=array( 'larrow2'=>WT_THEME_URL.'images/larrow2.png', 'ldarrow'=>WT_THEME_URL.'images/ldarrow.png', 'minus'=>WT_THEME_URL.'images/minus.png', - 'note'=>WT_THEME_URL.'images/notes.png', 'plus'=>WT_THEME_URL.'images/plus.png', 'rarrow'=>WT_THEME_URL.'images/rarrow.png', 'rarrow2'=>WT_THEME_URL.'images/rarrow2.png', |
