Author: tyrell
Date: Sun Mar 23 20:58:30 2008
New Revision: 15025

Log:

Fixing MASHUP-585

Modified:
   trunk/mashup/java/modules/www/footer.jsp
   trunk/mashup/java/modules/www/mashup.jsp

Modified: trunk/mashup/java/modules/www/footer.jsp
==============================================================================
--- trunk/mashup/java/modules/www/footer.jsp    (original)
+++ trunk/mashup/java/modules/www/footer.jsp    Sun Mar 23 20:58:30 2008
@@ -13,6 +13,18 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
 --%>
+<!-- the div for the message box. This name is not supposed to be used for any 
other div in the admin application-->
+<div id="alertMessageBox" style="display:none;position:absolute;z-index: 600;">
+    <!--the message area-->
+    <p id="alertMessageBoxMessageArea"></p>
+    <!-- the button area-->
+    <p id="alertButton" align="right">
+        <input id="alertBoxButton" type="button"
+               value="  OK  "
+               
onclick="document.getElementById('alertMessageBox').style.display='none';return 
false;"/>
+    </p>
+</div>
+<!-- end of the message box div -->
 <div id="footer">
     <p><a href="http://wso2.com/products/mashup/";>WSO2 Mashup Server</a> 
&copy; 2007-2008 WSO2 Inc.</p>
 </div>

Modified: trunk/mashup/java/modules/www/mashup.jsp
==============================================================================
--- trunk/mashup/java/modules/www/mashup.jsp    (original)
+++ trunk/mashup/java/modules/www/mashup.jsp    Sun Mar 23 20:58:30 2008
@@ -564,17 +564,5 @@
 <%@ include file="footer.jsp" %>
 </div>
 </div>
-<!-- the div for the message box. This name is not supposed to be used for any 
other div in the admin application-->
-<div id="alertMessageBox" style="display:none;position:absolute;z-index: 600;">
-    <!--the message area-->
-    <p id="alertMessageBoxMessageArea"></p>
-    <!-- the button area-->
-    <p id="alertButton" align="right">
-        <input id="alertBoxButton" type="button"
-               value="  OK  "
-               
onclick="document.getElementById('alertMessageBox').style.display='none';return 
false;"/>
-    </p>
-</div>
-<!-- end of the message box div -->
 </body>
 </html>

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to