Author: raintang
Date: 2009-05-06 04:20:30 +0200 (Wed, 06 May 2009)
New Revision: 34969

Modified:
   
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/editors/admindashboard/system/java_os.jsp
   
CMSContainer/trunk/CMSContainer_Modules/publish-remote/src/webapp/editors/admindashboard/publish/queue.jsp
Log:
CMSC-1106  Improve admin dashboard

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/editors/admindashboard/system/java_os.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/editors/admindashboard/system/java_os.jsp
       2009-05-05 14:54:05 UTC (rev 34968)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/editors/admindashboard/system/java_os.jsp
       2009-05-06 02:20:30 UTC (rev 34969)
@@ -14,10 +14,10 @@
                <%=System.getProperty("java.vendor")%>
                <br/>
                <%=System.getProperty("java.vm.name")%>
-               <b><%=System.getProperty("java.version")%></b>
+               <%=System.getProperty("java.version")%>
                <br/>
                <%=System.getProperty("os.name")%>
-               <b><%=System.getProperty("os.version")%></b>
+               <%=System.getProperty("os.version")%>
        </mm:hasrank>
 </mm:cloud>
 </body>

Modified: 
CMSContainer/trunk/CMSContainer_Modules/publish-remote/src/webapp/editors/admindashboard/publish/queue.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/publish-remote/src/webapp/editors/admindashboard/publish/queue.jsp
  2009-05-05 14:54:05 UTC (rev 34968)
+++ 
CMSContainer/trunk/CMSContainer_Modules/publish-remote/src/webapp/editors/admindashboard/publish/queue.jsp
  2009-05-06 02:20:30 UTC (rev 34969)
@@ -36,8 +36,8 @@
                <b><fmt:message key="admindashboard.publish.queue.size" />:</b> 
${size}
                <br/>
                <input id="refreshBox" type="checkbox" onclick="tryRefresh()" 
<c:if test="${param.refresh}">checked</c:if>/> <a 
href="javascript:forceRefresh()"><fmt:message 
key="admindashboard.publish.queue.refresh" /></a> 
-               <br/>
-               <a href="viewqueue.jsp" target="_parent"><fmt:message 
key="admindashboard.publish.queue.view" /></a>
+               &nbsp;&nbsp;
+      <a href="viewqueue.jsp" target="_parent"><fmt:message 
key="admindashboard.publish.queue.view" /></a>
                
                
        </mm:hasrank>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to