You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ba...@apache.org on 2015/01/30 18:48:40 UTC

svn commit: r1656072 - in /continuum/trunk/continuum-webapp/src/main/resources/template/xhtml: ./ hidden.ftl

Author: batkinson
Date: Fri Jan 30 17:48:40 2015
New Revision: 1656072

URL: http://svn.apache.org/r1656072
Log:
Struts xhtml hidden tag mangles page layouts with td/tr tags.

Added:
    continuum/trunk/continuum-webapp/src/main/resources/template/xhtml/
    continuum/trunk/continuum-webapp/src/main/resources/template/xhtml/hidden.ftl

Added: continuum/trunk/continuum-webapp/src/main/resources/template/xhtml/hidden.ftl
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/resources/template/xhtml/hidden.ftl?rev=1656072&view=auto
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/resources/template/xhtml/hidden.ftl (added)
+++ continuum/trunk/continuum-webapp/src/main/resources/template/xhtml/hidden.ftl Fri Jan 30 17:48:40 2015
@@ -0,0 +1,23 @@
+<#--
+/*
+ * $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+-->
+<#include "/${parameters.templateDir}/simple/hidden.ftl" />