Index: lams_tool_forum/web/WEB-INF/lams.tld =================================================================== diff -u -re4a1fb3c417f6227175bef9c7e20e985feec6a85 -r9b2c0bcea9343b234ed746093ecb13c3ff636701 --- lams_tool_forum/web/WEB-INF/lams.tld (.../lams.tld) (revision e4a1fb3c417f6227175bef9c7e20e985feec6a85) +++ lams_tool_forum/web/WEB-INF/lams.tld (.../lams.tld) (revision 9b2c0bcea9343b234ed746093ecb13c3ff636701) @@ -430,5 +430,9 @@ DefineLater /WEB-INF/tags/DefineLater.tag + + ImgButtonWrapper + /WEB-INF/tags/ImgButtonWrapper.tag + Index: lams_tool_forum/web/WEB-INF/tags/ImgButtonWrapper.tag =================================================================== diff -u --- lams_tool_forum/web/WEB-INF/tags/ImgButtonWrapper.tag (revision 0) +++ lams_tool_forum/web/WEB-INF/tags/ImgButtonWrapper.tag (revision 9b2c0bcea9343b234ed746093ecb13c3ff636701) @@ -0,0 +1,37 @@ +<% +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * ImgButtonWrapper.tag + * Author: Mitchell Seaton + * Description: Simple wrapper that will display buttons correctly when RTL page rendering is used. + */ + + %> +<%@ tag body-content="scriptless" %> +
+
+ +
+
Index: lams_tool_forum/web/jsps/authoring/message/create.jsp =================================================================== diff -u -rfc79bbd0ac6d17b167882ca736c30ee3bdb4984d -r9b2c0bcea9343b234ed746093ecb13c3ff636701 --- lams_tool_forum/web/jsps/authoring/message/create.jsp (.../create.jsp) (revision fc79bbd0ac6d17b167882ca736c30ee3bdb4984d) +++ lams_tool_forum/web/jsps/authoring/message/create.jsp (.../create.jsp) (revision 9b2c0bcea9343b234ed746093ecb13c3ff636701) @@ -48,14 +48,14 @@ -
+ -
+ Index: lams_tool_forum/web/jsps/authoring/message/edit.jsp =================================================================== diff -u -rfc79bbd0ac6d17b167882ca736c30ee3bdb4984d -r9b2c0bcea9343b234ed746093ecb13c3ff636701 --- lams_tool_forum/web/jsps/authoring/message/edit.jsp (.../edit.jsp) (revision fc79bbd0ac6d17b167882ca736c30ee3bdb4984d) +++ lams_tool_forum/web/jsps/authoring/message/edit.jsp (.../edit.jsp) (revision 9b2c0bcea9343b234ed746093ecb13c3ff636701) @@ -63,14 +63,14 @@ <%@ include file="/jsps/authoring/parts/msgattachment.jsp"%> -
+ -
+ Index: lams_tool_forum/web/jsps/authoring/message/view.jsp =================================================================== diff -u -rfc79bbd0ac6d17b167882ca736c30ee3bdb4984d -r9b2c0bcea9343b234ed746093ecb13c3ff636701 --- lams_tool_forum/web/jsps/authoring/message/view.jsp (.../view.jsp) (revision fc79bbd0ac6d17b167882ca736c30ee3bdb4984d) +++ lams_tool_forum/web/jsps/authoring/message/view.jsp (.../view.jsp) (revision 9b2c0bcea9343b234ed746093ecb13c3ff636701) @@ -56,24 +56,26 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + +