[mapguide-commits] r5452 - trunk/MgDev/Web/src/viewerfiles

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Dec 9 03:31:01 EST 2010


Author: hubu
Date: 2010-12-09 00:31:01 -0800 (Thu, 09 Dec 2010)
New Revision: 5452

Modified:
   trunk/MgDev/Web/src/viewerfiles/taskbar.templ
Log:
Fix ticket: https://trac.osgeo.org/mapguide/ticket/1560
add "px" for style.width and style.height

Modified: trunk/MgDev/Web/src/viewerfiles/taskbar.templ
===================================================================
--- trunk/MgDev/Web/src/viewerfiles/taskbar.templ	2010-12-09 07:21:20 UTC (rev 5451)
+++ trunk/MgDev/Web/src/viewerfiles/taskbar.templ	2010-12-09 08:31:01 UTC (rev 5452)
@@ -194,35 +194,35 @@
 
 </head>
 <body class="Toolbar" onload="InitDocument()" leftmargin=10 topmargin=0 rightmargin=0 bottommargin=0 marginwidth=0 >
-    <table height=30 border=0 cellpadding=0 cellspacing=0>
-        <tr height=30>
+    <table height=30px border=0 cellpadding=0 cellspacing=0>
+        <tr height=30px>
           <td align=center valign=center>
             <span class="btn" id="btnClose" style="position: absolute; left: 5px;" onmouseover="HoverButton('btnClose', '')" onmouseout="LeaveButton('btnClose', '')" onclick="CloseTaskPane()">
-              <img class="btnImg" id="imgClose" title="" src="../stdicons/transparentpixel.gif" width=16 height=16>
+              <img class="btnImg" id="imgClose" title="" src="../stdicons/transparentpixel.gif" width=16px height=16px>
             </span>
           </td>
           <td align=center valign=center>
             <span class="btn" id="btnHome" style="position: absolute; left: 36px;" onmouseover="HoverButton('btnHome', '')" onmouseout="LeaveButton('btnHome', '')" onclick="GotoHomePage()">
-              <img class="btnImg" id="imgHome" title="" src="../stdicons/transparentpixel.gif" width=16 height=16>
+              <img class="btnImg" id="imgHome" title="" src="../stdicons/transparentpixel.gif" width=16px height=16px>
             </span>
           </td>
           <td align=center valign=center>
             <span class="btn" id="btnBack" style="position: absolute; left: 64px;" onmouseover="HoverButton('btnBack', '')" onmouseout="LeaveButton('btnBack', '')" onclick="history.back()">
-              <img class="btnImg" id="imgBack" title="" src="../stdicons/transparentpixel.gif" width=16 height=16>
+              <img class="btnImg" id="imgBack" title="" src="../stdicons/transparentpixel.gif" width=16px height=16px>
             </span>
           </td>
           <td align=center valign=center>
             <span class="btn" id="btnForward" style="position: absolute; left: 92px;" onmouseover="HoverButton('btnForward', '')" onmouseout="LeaveButton('btnForward', '')" onclick="history.forward()">
-              <img class="btnImg" id="imgForward" title="" src="../stdicons/transparentpixel.gif" width=16 height=16>
+              <img class="btnImg" id="imgForward" title="" src="../stdicons/transparentpixel.gif" width=16px height=16px>
             </span>
           </td>
           <td id="taskCell" align=right valign=top style="position: absolute; left: 225px;">
-            <span class="btn" id="btnTask" style="position: absolute; left: 1px; height: 22; width: 70; cursor: pointer; visibility: hidden"  onmouseover="HoverButton('btnTask', '')" onmouseout="LeaveButton('btnTask', '')" onclick="OpenTaskMenu()">
-               <img title="" id="imgTask" src="../stdicons/transparentpixel.gif" style="position: absolute; left: 2px;" width=16 height=16 Hspace=2 VSpace=2>
+            <span class="btn" id="btnTask" style="position: absolute; left: 1px; height: 22px; width: 70px; cursor: pointer; visibility: hidden"  onmouseover="HoverButton('btnTask', '')" onmouseout="LeaveButton('btnTask', '')" onclick="OpenTaskMenu()">
+               <img title="" id="imgTask" src="../stdicons/transparentpixel.gif" style="position: absolute; left: 2px;" width=16px height=16px Hspace=2 VSpace=2>
                <span style="position: absolute; left: 22px; top: 4px;">
                     __#TASKS#__
                 </span>
-                <img id="imgOpenClose" src="../stdicons/icon_menuarrow.gif" style="position: absolute; left: 50px;" width=16 height=16 Hspace=2 VSpace=2>
+                <img id="imgOpenClose" src="../stdicons/icon_menuarrow.gif" style="position: absolute; left: 50px;" width=16px height=16px Hspace=2 VSpace=2>
             </span>
           </td>
         </tr>



More information about the mapguide-commits mailing list