diff --git a/lib/WebGUI/Session/Icon.pm b/lib/WebGUI/Session/Icon.pm
index 0e963b699..132af8523 100644
--- a/lib/WebGUI/Session/Icon.pm
+++ b/lib/WebGUI/Session/Icon.pm
@@ -34,7 +34,6 @@ A package for generating user interface buttons. The subroutines found herein do
$html = $self->session->icon->delete('op=something');
$html = $self->session->icon->drag();
$html = $self->session->icon->edit('op=something');
- $html = $self->session->icon->help(1,"MyNamespace");
$html = $self->session->icon->manage('op=something');
$html = $self->session->icon->moveBottom('op=something');
$html = $self->session->icon->moveDown('op=something');
@@ -42,7 +41,6 @@ A package for generating user interface buttons. The subroutines found herein do
$html = $self->session->icon->moveRight('op=something');
$html = $self->session->icon->moveTop('op=something');
$html = $self->session->icon->moveUp('op=something');
- $html = $self->session->icon->paste('op=something');
$html = $self->session->icon->shortcut('op=something');
$html = $self->session->icon->view('op=something');
@@ -268,33 +266,6 @@ sub getToolbarOptions {
#-------------------------------------------------------------------
-=head2 help ( helpId [, namespace ] )
-
-Generates a button with the word "Help" printed on it.
-
-=head3 helpId
-
-The id in the help table that relates to the help documentation for your function.
-
-=head3 namespace
-
-If your help documentation is not in the WebGUI namespace, then you must specify the namespace for this help.
-
-=cut
-
-sub help {
- my $self = shift;
- my $urlParams = shift;
- my $pageURL = shift || $self->session->url->getRequestedUrl;
- my ($output, $namespace);
- my $i18n = WebGUI::International->new($self->session,'Icon');
- $output = '
';
- rneturn $output;
-}
-
-#-------------------------------------------------------------------
-
=head2 locked ( urlParameters [, pageURL ] )
Generates a button that represents a management function. Is toggled out in place of the edit icon when an asset is locked.
@@ -521,32 +492,6 @@ sub new {
}
-#-------------------------------------------------------------------
-
-=head2 paste ( urlParameters [, pageURL ] )
-
-Generates a button with the word "Paste" printed on it.
-
-=head3 urlParameters
-
-Any URL parameters that need to be tacked on to the current URL to accomplish whatever function this button represents.
-
-=head3 pageURL
-
-The URL to any page. Defaults to the current page.
-
-=cut
-
-sub paste {
- my $self = shift;
- my $urlParams = shift;
- my $pageURL = shift || $self->session->url->getRequestedUrl;
- my $i18n = WebGUI::International->new($self->session,'Icon');
- my $output = '';
- $output .= '
';
- return $output;
-}
-
#-------------------------------------------------------------------
=head2 session ( )
diff --git a/lib/WebGUI/i18n/English/Icon.pm b/lib/WebGUI/i18n/English/Icon.pm
index f6506d17f..afdf462c8 100755
--- a/lib/WebGUI/i18n/English/Icon.pm
+++ b/lib/WebGUI/i18n/English/Icon.pm
@@ -41,11 +41,6 @@ our $I18N = {
lastUpdated => 1096319564
},
- 'Paste' => {
- message => q|Paste|,
- lastUpdated => 1096319546
- },
-
'Move To Top' => {
message => q|Move To Top|,
lastUpdated => 1096319549
@@ -91,11 +86,6 @@ our $I18N = {
lastUpdated => 1096319563
},
- 'Help' => {
- message => q|Help|,
- lastUpdated => 1096319560
- },
-
'Export' => {
message => q|Export|,
lastUpdated => 1096319561
diff --git a/www/extras/toolbar/shiny/copy.gif b/www/extras/toolbar/shiny/copy.gif
index a9bc3bdde..500a22775 100644
Binary files a/www/extras/toolbar/shiny/copy.gif and b/www/extras/toolbar/shiny/copy.gif differ
diff --git a/www/extras/toolbar/shiny/cut.gif b/www/extras/toolbar/shiny/cut.gif
index 42ba193c8..f120b5308 100644
Binary files a/www/extras/toolbar/shiny/cut.gif and b/www/extras/toolbar/shiny/cut.gif differ
diff --git a/www/extras/toolbar/shiny/delete.gif b/www/extras/toolbar/shiny/delete.gif
index 85ee77004..b06555493 100644
Binary files a/www/extras/toolbar/shiny/delete.gif and b/www/extras/toolbar/shiny/delete.gif differ
diff --git a/www/extras/toolbar/shiny/drag.gif b/www/extras/toolbar/shiny/drag.gif
index 6003a2e87..bf62e92ae 100644
Binary files a/www/extras/toolbar/shiny/drag.gif and b/www/extras/toolbar/shiny/drag.gif differ
diff --git a/www/extras/toolbar/shiny/edit.gif b/www/extras/toolbar/shiny/edit.gif
index 184843e65..80aef9f56 100644
Binary files a/www/extras/toolbar/shiny/edit.gif and b/www/extras/toolbar/shiny/edit.gif differ
diff --git a/www/extras/toolbar/shiny/export.gif b/www/extras/toolbar/shiny/export.gif
index 1fe685e37..a4fbb5c6b 100644
Binary files a/www/extras/toolbar/shiny/export.gif and b/www/extras/toolbar/shiny/export.gif differ
diff --git a/www/extras/toolbar/shiny/help.gif b/www/extras/toolbar/shiny/help.gif
deleted file mode 100644
index 871cf3415..000000000
Binary files a/www/extras/toolbar/shiny/help.gif and /dev/null differ
diff --git a/www/extras/toolbar/shiny/import.gif b/www/extras/toolbar/shiny/import.gif
deleted file mode 100644
index 14c327b5b..000000000
Binary files a/www/extras/toolbar/shiny/import.gif and /dev/null differ
diff --git a/www/extras/toolbar/shiny/locked.gif b/www/extras/toolbar/shiny/locked.gif
index 1049dbb10..0ea3034a3 100644
Binary files a/www/extras/toolbar/shiny/locked.gif and b/www/extras/toolbar/shiny/locked.gif differ
diff --git a/www/extras/toolbar/shiny/manage.gif b/www/extras/toolbar/shiny/manage.gif
index 8959d9a18..335bebe08 100644
Binary files a/www/extras/toolbar/shiny/manage.gif and b/www/extras/toolbar/shiny/manage.gif differ
diff --git a/www/extras/toolbar/shiny/moveBottom.gif b/www/extras/toolbar/shiny/moveBottom.gif
index 8a03a736f..e14c0a475 100644
Binary files a/www/extras/toolbar/shiny/moveBottom.gif and b/www/extras/toolbar/shiny/moveBottom.gif differ
diff --git a/www/extras/toolbar/shiny/moveDown.gif b/www/extras/toolbar/shiny/moveDown.gif
index 938e85140..9cf050f28 100644
Binary files a/www/extras/toolbar/shiny/moveDown.gif and b/www/extras/toolbar/shiny/moveDown.gif differ
diff --git a/www/extras/toolbar/shiny/moveLeft.gif b/www/extras/toolbar/shiny/moveLeft.gif
index b1bfa1d0c..7ef3ad998 100644
Binary files a/www/extras/toolbar/shiny/moveLeft.gif and b/www/extras/toolbar/shiny/moveLeft.gif differ
diff --git a/www/extras/toolbar/shiny/moveRight.gif b/www/extras/toolbar/shiny/moveRight.gif
index 0d1cf1bf1..5342fb900 100644
Binary files a/www/extras/toolbar/shiny/moveRight.gif and b/www/extras/toolbar/shiny/moveRight.gif differ
diff --git a/www/extras/toolbar/shiny/moveTop.gif b/www/extras/toolbar/shiny/moveTop.gif
index 281880ae8..4d34a24ce 100644
Binary files a/www/extras/toolbar/shiny/moveTop.gif and b/www/extras/toolbar/shiny/moveTop.gif differ
diff --git a/www/extras/toolbar/shiny/moveUp.gif b/www/extras/toolbar/shiny/moveUp.gif
index c001b43d7..bc8898398 100644
Binary files a/www/extras/toolbar/shiny/moveUp.gif and b/www/extras/toolbar/shiny/moveUp.gif differ
diff --git a/www/extras/toolbar/shiny/paste.gif b/www/extras/toolbar/shiny/paste.gif
deleted file mode 100644
index 0427c5078..000000000
Binary files a/www/extras/toolbar/shiny/paste.gif and /dev/null differ
diff --git a/www/extras/toolbar/shiny/shortcut.gif b/www/extras/toolbar/shiny/shortcut.gif
index 713e96124..7ce67e7c8 100644
Binary files a/www/extras/toolbar/shiny/shortcut.gif and b/www/extras/toolbar/shiny/shortcut.gif differ
diff --git a/www/extras/toolbar/shiny/view.gif b/www/extras/toolbar/shiny/view.gif
index 52136cf60..cc9f04743 100644
Binary files a/www/extras/toolbar/shiny/view.gif and b/www/extras/toolbar/shiny/view.gif differ