dpillot     2005/11/04 11:58:21 CET

  Modified files:
    core/src/webapp/jsp/jahia/administration menu.jsp 
  Log:
  admin cosmetics
  
  Revision  Changes    Path
  1.17      +8 -1      jahia/core/src/webapp/jsp/jahia/administration/menu.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/administration/menu.jsp.diff?r1=1.16&r2=1.17&f=h
  
  
  
  Index: menu.jsp
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/administration/menu.jsp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- menu.jsp  3 Nov 2005 17:49:34 -0000       1.16
  +++ menu.jsp  4 Nov 2005 10:58:21 -0000       1.17
  @@ -7,7 +7,9 @@
   
   
   <%
  -
  +    /**
  +     * @version $Id: menu.jsp,v 1.17 2005/11/04 10:58:21 dpillot Exp $
  +     */
   
   String  jahiaDisplayMessage  = (String) 
request.getAttribute("jahiaDisplayMessage");
       String  URL                  = (String) request.getAttribute("URL");
  @@ -151,6 +153,11 @@
       vertical-align: bottom;
   }
   
  +#copyright a:link {
  +     color: #398EC3;
  +    text-decoration: none;
  +    font-weight: bold;
  +}
   </style>
   </head>
   <body class="install" leftmargin="0" topmargin="0" marginwidth="0" 
marginheight="0" onUnload="closeEngineWin()" onClose="closeEngineWin()">
  

Reply via email to