r7454 - dumbhippo/trunk/server/web/jsp-gnome



Author: walters
Date: 2008-04-25 12:08:51 -0500 (Fri, 25 Apr 2008)
New Revision: 7454

Modified:
   dumbhippo/trunk/server/web/jsp-gnome/application-edit.jsp
   dumbhippo/trunk/server/web/jsp-gnome/application.jsp
Log:
Switch some more pages over to gnome:stylesheet


Modified: dumbhippo/trunk/server/web/jsp-gnome/application-edit.jsp
===================================================================
--- dumbhippo/trunk/server/web/jsp-gnome/application-edit.jsp	2008-04-25 17:04:42 UTC (rev 7453)
+++ dumbhippo/trunk/server/web/jsp-gnome/application-edit.jsp	2008-04-25 17:08:51 UTC (rev 7454)
@@ -17,8 +17,8 @@
 
 <head>
 	<title>Edit Application - <c:out value="${appinfo.name}"/></title>
-	<dht3:stylesheet name="site" iefixes="true"/>	
-	<dht3:stylesheet name="applications"/>	
+	<gnome:stylesheet name="site" iefixes="true"/>	
+	<gnome:stylesheet name="applications"/>	
 	<dh:script module="dh.util"/>
 	<script type="text/javascript">
 	dhIconCounter = 0;

Modified: dumbhippo/trunk/server/web/jsp-gnome/application.jsp
===================================================================
--- dumbhippo/trunk/server/web/jsp-gnome/application.jsp	2008-04-25 17:04:42 UTC (rev 7453)
+++ dumbhippo/trunk/server/web/jsp-gnome/application.jsp	2008-04-25 17:08:51 UTC (rev 7454)
@@ -18,8 +18,8 @@
 
 <head>
 	<title>Application Statistics - <c:out value="${appView.application.name}"/></title>
-	<dht3:stylesheet name="site" iefixes="true"/>	
-	<dht3:stylesheet name="applications"/>
+	<gnome:stylesheet name="site" iefixes="true"/>	
+	<gnome:stylesheet name="applications"/>
 	<dh:script modules="dh.control,dh.util,dh.event"/>
 	<script type="text/javascript">
 		dhApplicationId = <dh:jsString value="${appView.application.id}"/>;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]