Skip to content

Commit

Permalink
Modify TopPanel to indicate January 18th shutdown of testwireless
Browse files Browse the repository at this point in the history
server.

Change-Id: I89f16743679472880832114f2aa1830fdce7d5b2
  • Loading branch information
jisqyv committed Jan 13, 2013
1 parent 9aaf050 commit a516231
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class TopPanel extends Composite {
private final HTML userEmail = new HTML();
private final VerticalPanel rightPanel; // remember this so we can add MOTD later if needed

private final HTML welcome = new HTML("<font color=red>The App Inventor wireless test is over. This server will be <b>shutting down</b> soon. Please move your projects to our <a href=\"http://beta.appinventor.mit.edu\" target=\"_blank\">Production Server</a>. More info in our <a href=\"http://appinventor.mit.edu/testwirelessdoc/news.html\" target=\"_blank\">News Page</a>.");
private final HTML welcome = new HTML("<font color=red>The App Inventor wireless test is over. This server will be <b>shutting down on Friday January 18, 2013</b>. Please move your projects to our <a href=\"http://beta.appinventor.mit.edu\" target=\"_blank\">Production Server</a>. More info in our <a href=\"http://appinventor.mit.edu/testwirelessdoc/news.html\" target=\"_blank\">News Page</a>.");

private HTML divider() {
return new HTML("<span class='linkdivider'>&nbsp;|&nbsp;</span>");
Expand Down

0 comments on commit a516231

Please sign in to comment.