[portal-commits] JBoss Portal SVN: r5796 - trunk/core/src/resources/portal-server-war
portal-commits at lists.jboss.org
portal-commits at lists.jboss.org
Mon Dec 11 12:15:08 EST 2006
Author: roy.russo at jboss.com
Date: 2006-12-11 12:15:07 -0500 (Mon, 11 Dec 2006)
New Revision: 5796
Modified:
trunk/core/src/resources/portal-server-war/error.jsp
trunk/core/src/resources/portal-server-war/login.jsp
Log:
removed ref to missing taglib
Modified: trunk/core/src/resources/portal-server-war/error.jsp
===================================================================
--- trunk/core/src/resources/portal-server-war/error.jsp 2006-12-11 16:31:23 UTC (rev 5795)
+++ trunk/core/src/resources/portal-server-war/error.jsp 2006-12-11 17:15:07 UTC (rev 5796)
@@ -21,12 +21,11 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--%>
-<%@ taglib uri="/WEB-INF/theme/portal-layout.tld" prefix="p" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <p:theme themeName='Nphalanx'/>
+<%-- <p:theme themeName='Nphalanx'/>--%>
</head>
<body id="body">
Modified: trunk/core/src/resources/portal-server-war/login.jsp
===================================================================
--- trunk/core/src/resources/portal-server-war/login.jsp 2006-12-11 16:31:23 UTC (rev 5795)
+++ trunk/core/src/resources/portal-server-war/login.jsp 2006-12-11 17:15:07 UTC (rev 5796)
@@ -21,7 +21,6 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--%>
-<%@ taglib uri="/WEB-INF/theme/portal-layout.tld" prefix="p" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
More information about the portal-commits
mailing list