Skip to content

Commit

Permalink
added missing background image for ipad use
Browse files Browse the repository at this point in the history
  • Loading branch information
lstein committed Apr 28, 2011
1 parent e2c9a3d commit 3e1e725
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/languages/POSIX.pm
Expand Up @@ -217,7 +217,7 @@ END

REMOTE_TITLE => 'Add remote annotations',

IPAD_BALLOON => '\nTap feature again to see more details',
IPAD_BALLOON => 'Tap features twice to see more details',

REMOTE_URL => 'Enter remote track URL',

Expand Down
3 changes: 1 addition & 2 deletions conf/languages/en.pm
Expand Up @@ -67,7 +67,6 @@ Your request timed out. You may have selected a region that is too large to dis
Either turn off some tracks or try a smaller region. If you are experiencing persistent
timeouts, please press the red "Reset" button.
END
IPAD_BALLOON => 'Tap feature again for more details',

GO => 'Go',

Expand Down Expand Up @@ -219,7 +218,7 @@ END
REMOTE_TITLE => 'Add remote annotations',

#ipad
IPAD_BALLOON => '\nTap feature again to see more details '
IPAD_BALLOON => 'Tap features twice see more details '
#

REMOTE_URL => 'Enter remote track URL',
Expand Down
Binary file added htdocs/css/menulink.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion htdocs/js/balloon.js
Expand Up @@ -346,7 +346,7 @@ Balloon.prototype.doShowTooltip = function() {
wrapper.id = 'contentWrapper';
self.contents.appendChild(wrapper);
if ('createTouch' in document) {
wrapper.innerHTML = helpText + Controller.translate('IPAD_BALLOON');
wrapper.innerHTML = helpText + Controller.translate('IPAD_BALLOON');
}else{
wrapper.innerHTML = helpText;
}
Expand Down
1 change: 0 additions & 1 deletion lib/Bio/Graphics/Browser2/RenderPanels.pm
Expand Up @@ -584,7 +584,6 @@ sub wrap_rendered_track {
my $configure_ipad = 'Configure';
my $download_ipad = 'Download';
my $about_ipad = 'About track';


my $bookmark = 'Favorite';
my $menuicon = img ({-src => $menu,
Expand Down

0 comments on commit 3e1e725

Please sign in to comment.