[Yanel-commits] rev 48430 - public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt

michi at wyona.com michi at wyona.com
Thu Apr 1 09:06:26 CEST 2010


Author: michi
Date: 2010-04-01 09:06:25 +0200 (Thu, 01 Apr 2010)
New Revision: 48430

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt/global.xsl
Log:
renamed the login zone to toolbar zone, because it is possible that one is already signed in, but has the toolbar turned off

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt/global.xsl
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt/global.xsl	2010-04-01 07:02:27 UTC (rev 48429)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt/global.xsl	2010-04-01 07:06:25 UTC (rev 48430)
@@ -50,21 +50,21 @@
         <script type="text/javascript">
             $(document).ready( function()
             {
-                $("#loginZone").hover( function()
+                $("#yanelToolbarZone").hover( function()
                 {
-                    $("#loginZoneLink").stop().animate({opacity: 1}, 1000, function()
+                    $("#yanelToolbarZoneLink").stop().animate({opacity: 1}, 1000, function()
                     {
-                        $("#loginZoneLink").fadeIn();
+                        $("#yanelToolbarZoneLink").fadeIn();
                     });
                 }
                 , function ()
                 {
-                    $("#loginZoneLink").stop().fadeOut();
+                    $("#yanelToolbarZoneLink").stop().fadeOut();
                 });
             });
         </script>
 <style>
-#loginZone {
+#yanelToolbarZone {
 /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
   position: absolute;
 	right: 0;
@@ -74,7 +74,7 @@
 	z-index: 1000;
 }
 
-body > div#loginZone {
+body > div#yanelToolbarZone {
 /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
   position: fixed;
 }
@@ -82,8 +82,8 @@
 </style>
       </head>
       <body>
-<div id="loginZone">
-  <div id="loginZoneLink" style="display: none; height: 60px; width: 60px;">
+<div id="yanelToolbarZone">
+  <div id="yanelToolbarZoneLink" style="display: none; height: 60px; width: 60px;">
     <a href="?yanel.toolbar=on" title="Login" alt="Login"><img style="position: absolute; right:5px; top:5px;" src="{$yarep.back2realm}app1/images/yulup.gif" height="92" width="230" border="0"/></a>
   </div>
 </div>



More information about the Yanel-commits mailing list