From a67775b17d345662471b1216c464d02c1c17c83b Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Tue, 17 Jun 2008 22:13:17 +0000 Subject: [PATCH] really fixed those buttons. honest. and IE6 ... well... I dont want to sound like a broken record... --- lib/WebGUI/Asset/Wobject/GalleryAlbum.pm | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm b/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm index 39a9b1cb7..d63cd8cc9 100644 --- a/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm +++ b/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm @@ -1030,24 +1030,21 @@ sub www_edit { } ); # Raw HTML here to provide proper value for the image + my $promoteLabel = $i18n->get( 'Move Up', 'Icon' ); $file->{ form_promote } - = qq{} + = qq{} ; + my $demoteLabel = $i18n->get( 'Move Down', 'Icon' ); $file->{ form_demote } - = qq{} + = qq{} ; - + my $deleteConfirm = $i18n->get( 'template delete message', 'Asset_Photo' ); my $deleteLabel = $i18n->get( 'Delete', 'Icon' ); $file->{ form_delete } - = qq{} + = qq{} ; $file->{ form_synopsis }