[rhmessaging-commits] rhmessaging commits: r3246 - mgmt/trunk/cumin/resources.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Mar 31 10:07:45 EDT 2009


Author: eallen
Date: 2009-03-31 10:07:45 -0400 (Tue, 31 Mar 2009)
New Revision: 3246

Modified:
   mgmt/trunk/cumin/resources/app.js
Log:
Changed the full page icon title to "Restore" when in full page mode.

Modified: mgmt/trunk/cumin/resources/app.js
===================================================================
--- mgmt/trunk/cumin/resources/app.js	2009-03-31 14:06:24 UTC (rev 3245)
+++ mgmt/trunk/cumin/resources/app.js	2009-03-31 14:07:45 UTC (rev 3246)
@@ -128,13 +128,13 @@
             
             document.body.style.height = "100%";
             document.body.appendChild(oFullPage);
-            oFullPage.getElement("p.fullpageIcon").setProperty("title", "Minimize");
+            oFullPage.getElement("p.fullpageIcon").setProperty("title", "Restore");
             setFullpageParam(true, oFullPage);
             var onfullpage = oFullPage.onfullpage;
             if (onfullpage) onfullpage($(oFullPage).getCoordinates().width);
         }
     }
-    
+
     // sets/clears the fullpage parameter in the wooly background update url 
     function setFullpageParam(set, oFullPage) {
         var branch = wooly.branchIntervalUpdate();
@@ -150,5 +150,4 @@
         }
         wooly.restartIntervalUpdate(branch.marshal());
     }
-}
-
+}
\ No newline at end of file




More information about the rhmessaging-commits mailing list