Index: lams_tool_laqa/web/WEB-INF/lams.tld
===================================================================
diff -u -re4a1fb3c417f6227175bef9c7e20e985feec6a85 -rd6711da3b92dcc9f53969db78431e892618fb6d2
--- lams_tool_laqa/web/WEB-INF/lams.tld (.../lams.tld) (revision e4a1fb3c417f6227175bef9c7e20e985feec6a85)
+++ lams_tool_laqa/web/WEB-INF/lams.tld (.../lams.tld) (revision d6711da3b92dcc9f53969db78431e892618fb6d2)
@@ -430,5 +430,9 @@
DefineLater
/WEB-INF/tags/DefineLater.tag
+
+ ImgButtonWrapper
+ /WEB-INF/tags/ImgButtonWrapper.tag
+
Index: lams_tool_laqa/web/WEB-INF/tags/ImgButtonWrapper.tag
===================================================================
diff -u
--- lams_tool_laqa/web/WEB-INF/tags/ImgButtonWrapper.tag (revision 0)
+++ lams_tool_laqa/web/WEB-INF/tags/ImgButtonWrapper.tag (revision d6711da3b92dcc9f53969db78431e892618fb6d2)
@@ -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_larsrc/web/WEB-INF/tags/ImgButtonWrapper.tag
===================================================================
diff -u
--- lams_tool_larsrc/web/WEB-INF/tags/ImgButtonWrapper.tag (revision 0)
+++ lams_tool_larsrc/web/WEB-INF/tags/ImgButtonWrapper.tag (revision d6711da3b92dcc9f53969db78431e892618fb6d2)
@@ -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_larsrc/web/WEB-INF/tlds/lams/lams.tld
===================================================================
diff -u -re4a1fb3c417f6227175bef9c7e20e985feec6a85 -rd6711da3b92dcc9f53969db78431e892618fb6d2
--- lams_tool_larsrc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision e4a1fb3c417f6227175bef9c7e20e985feec6a85)
+++ lams_tool_larsrc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision d6711da3b92dcc9f53969db78431e892618fb6d2)
@@ -430,5 +430,9 @@
DefineLater
/WEB-INF/tags/DefineLater.tag
+
+ ImgButtonWrapper
+ /WEB-INF/tags/ImgButtonWrapper.tag
+
Index: lams_tool_nb/web/WEB-INF/lams.tld
===================================================================
diff -u -re4a1fb3c417f6227175bef9c7e20e985feec6a85 -rd6711da3b92dcc9f53969db78431e892618fb6d2
--- lams_tool_nb/web/WEB-INF/lams.tld (.../lams.tld) (revision e4a1fb3c417f6227175bef9c7e20e985feec6a85)
+++ lams_tool_nb/web/WEB-INF/lams.tld (.../lams.tld) (revision d6711da3b92dcc9f53969db78431e892618fb6d2)
@@ -430,5 +430,9 @@
DefineLater
/WEB-INF/tags/DefineLater.tag
+
+ ImgButtonWrapper
+ /WEB-INF/tags/ImgButtonWrapper.tag
+
Index: lams_tool_nb/web/WEB-INF/tags/ImgButtonWrapper.tag
===================================================================
diff -u
--- lams_tool_nb/web/WEB-INF/tags/ImgButtonWrapper.tag (revision 0)
+++ lams_tool_nb/web/WEB-INF/tags/ImgButtonWrapper.tag (revision d6711da3b92dcc9f53969db78431e892618fb6d2)
@@ -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_notebook/web/WEB-INF/lams.tld
===================================================================
diff -u -re4a1fb3c417f6227175bef9c7e20e985feec6a85 -rd6711da3b92dcc9f53969db78431e892618fb6d2
--- lams_tool_notebook/web/WEB-INF/lams.tld (.../lams.tld) (revision e4a1fb3c417f6227175bef9c7e20e985feec6a85)
+++ lams_tool_notebook/web/WEB-INF/lams.tld (.../lams.tld) (revision d6711da3b92dcc9f53969db78431e892618fb6d2)
@@ -430,5 +430,9 @@
DefineLater
/WEB-INF/tags/DefineLater.tag
+
+ ImgButtonWrapper
+ /WEB-INF/tags/ImgButtonWrapper.tag
+
Index: lams_tool_notebook/web/WEB-INF/tags/ImgButtonWrapper.tag
===================================================================
diff -u
--- lams_tool_notebook/web/WEB-INF/tags/ImgButtonWrapper.tag (revision 0)
+++ lams_tool_notebook/web/WEB-INF/tags/ImgButtonWrapper.tag (revision d6711da3b92dcc9f53969db78431e892618fb6d2)
@@ -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_sbmt/web/WEB-INF/lams.tld
===================================================================
diff -u -re4a1fb3c417f6227175bef9c7e20e985feec6a85 -rd6711da3b92dcc9f53969db78431e892618fb6d2
--- lams_tool_sbmt/web/WEB-INF/lams.tld (.../lams.tld) (revision e4a1fb3c417f6227175bef9c7e20e985feec6a85)
+++ lams_tool_sbmt/web/WEB-INF/lams.tld (.../lams.tld) (revision d6711da3b92dcc9f53969db78431e892618fb6d2)
@@ -430,5 +430,9 @@
DefineLater
/WEB-INF/tags/DefineLater.tag
+
+ ImgButtonWrapper
+ /WEB-INF/tags/ImgButtonWrapper.tag
+
Index: lams_tool_sbmt/web/WEB-INF/tags/ImgButtonWrapper.tag
===================================================================
diff -u
--- lams_tool_sbmt/web/WEB-INF/tags/ImgButtonWrapper.tag (revision 0)
+++ lams_tool_sbmt/web/WEB-INF/tags/ImgButtonWrapper.tag (revision d6711da3b92dcc9f53969db78431e892618fb6d2)
@@ -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_scribe/web/WEB-INF/lams.tld
===================================================================
diff -u -re4a1fb3c417f6227175bef9c7e20e985feec6a85 -rd6711da3b92dcc9f53969db78431e892618fb6d2
--- lams_tool_scribe/web/WEB-INF/lams.tld (.../lams.tld) (revision e4a1fb3c417f6227175bef9c7e20e985feec6a85)
+++ lams_tool_scribe/web/WEB-INF/lams.tld (.../lams.tld) (revision d6711da3b92dcc9f53969db78431e892618fb6d2)
@@ -430,5 +430,9 @@
DefineLater
/WEB-INF/tags/DefineLater.tag
+
+ ImgButtonWrapper
+ /WEB-INF/tags/ImgButtonWrapper.tag
+
Index: lams_tool_scribe/web/WEB-INF/tags/ImgButtonWrapper.tag
===================================================================
diff -u
--- lams_tool_scribe/web/WEB-INF/tags/ImgButtonWrapper.tag (revision 0)
+++ lams_tool_scribe/web/WEB-INF/tags/ImgButtonWrapper.tag (revision d6711da3b92dcc9f53969db78431e892618fb6d2)
@@ -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_survey/web/WEB-INF/tags/ImgButtonWrapper.tag
===================================================================
diff -u
--- lams_tool_survey/web/WEB-INF/tags/ImgButtonWrapper.tag (revision 0)
+++ lams_tool_survey/web/WEB-INF/tags/ImgButtonWrapper.tag (revision d6711da3b92dcc9f53969db78431e892618fb6d2)
@@ -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_survey/web/WEB-INF/tlds/lams/lams.tld
===================================================================
diff -u -re4a1fb3c417f6227175bef9c7e20e985feec6a85 -rd6711da3b92dcc9f53969db78431e892618fb6d2
--- lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision e4a1fb3c417f6227175bef9c7e20e985feec6a85)
+++ lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision d6711da3b92dcc9f53969db78431e892618fb6d2)
@@ -430,5 +430,9 @@
DefineLater
/WEB-INF/tags/DefineLater.tag
+
+ ImgButtonWrapper
+ /WEB-INF/tags/ImgButtonWrapper.tag
+
Index: lams_tool_vote/web/WEB-INF/lams.tld
===================================================================
diff -u -re4a1fb3c417f6227175bef9c7e20e985feec6a85 -rd6711da3b92dcc9f53969db78431e892618fb6d2
--- lams_tool_vote/web/WEB-INF/lams.tld (.../lams.tld) (revision e4a1fb3c417f6227175bef9c7e20e985feec6a85)
+++ lams_tool_vote/web/WEB-INF/lams.tld (.../lams.tld) (revision d6711da3b92dcc9f53969db78431e892618fb6d2)
@@ -430,5 +430,9 @@
DefineLater
/WEB-INF/tags/DefineLater.tag
+
+ ImgButtonWrapper
+ /WEB-INF/tags/ImgButtonWrapper.tag
+
Index: lams_tool_vote/web/WEB-INF/tags/ImgButtonWrapper.tag
===================================================================
diff -u
--- lams_tool_vote/web/WEB-INF/tags/ImgButtonWrapper.tag (revision 0)
+++ lams_tool_vote/web/WEB-INF/tags/ImgButtonWrapper.tag (revision d6711da3b92dcc9f53969db78431e892618fb6d2)
@@ -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" %>
+