From: <aut...@us...> - 2012-11-30 00:20:39
|
Revision: 485 http://upstage.svn.sourceforge.net/upstage/?rev=485&view=rev Author: aut-upstage Date: 2012-11-30 00:20:31 +0000 (Fri, 30 Nov 2012) Log Message: ----------- 30-11-2012 Craig Farrell change layout of the buttons and text to the way the client wants it to look. Modified Paths: -------------- branches/2.4.2/config/templates/stageedit.xhtml Modified: branches/2.4.2/config/templates/stageedit.xhtml =================================================================== --- branches/2.4.2/config/templates/stageedit.xhtml 2012-11-29 03:46:57 UTC (rev 484) +++ branches/2.4.2/config/templates/stageedit.xhtml 2012-11-30 00:20:31 UTC (rev 485) @@ -148,19 +148,18 @@ <input type="hidden" name="action" value=""></input> <table> <tr> - <td style="width:0%;"><input type="button" onclick="embedsMessage();" value="Save stage "></input></td> - <td style="width:0%;" ><input type="button" onclick="warn(1);" value="Clear screen changes "></input></td> - <td style="width:0%;"><input type="button" onclick="warn(5);" value="Delete stage"></input></td> + <td style="width:0%;"><input type="button" onclick="saveStage(0);" value="Save and reload stage"></input></td> + <td colspan="3" style="width:50%;"><span id="warning">Warning: This will cause the stage to reload for everyone currently on it, and you will lose the chat log.</span></td> </tr> - <tr> + <tr> + <td style="width:0%;"><input type="button" onclick="warn(5);" value="Delete"></input></td> + <td style="width:0%;" ><input type="button" onclick="warn(1);" value="Revert changes "></input></td> <td style="width:0%;"><input type="button" onclick="warn(3);" value="Clear stage"></input></td> - <td style="width:50%;">Resets text chat, drawing's, colours and media on the stage.</td> + <td style="width:50%;">Clears the text chat and drawing layers.</td> </tr> <tr> - <td style="width:0%;"><input type="button" onclick="saveStage(0);" value="Save and reload stage"></input></td> - <td colspan="3" style="width:50%;"><span id="warning">Warning: This will cause the stage to reload for everyone currently on it, and you will lose the chat log.</span></td> - </tr> + </tr> </table> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |