You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2015/02/01 15:53:54 UTC

struts git commit: WW-4454 Adds dedicated hidden.ftl template to avoid problems with layout

Repository: struts
Updated Branches:
  refs/heads/develop cd0d8de67 -> 5e74fcd94


WW-4454 Adds dedicated hidden.ftl template to avoid problems with layout


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/5e74fcd9
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/5e74fcd9
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/5e74fcd9

Branch: refs/heads/develop
Commit: 5e74fcd946b932725fe5f4640d1092bf6ea6d2f9
Parents: cd0d8de
Author: Lukasz Lenart <lu...@apache.org>
Authored: Sun Feb 1 15:53:38 2015 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Sun Feb 1 15:53:38 2015 +0100

----------------------------------------------------------------------
 .../resources/template/css_xhtml/hidden.ftl     | 23 ++++++++++++++++++++
 1 file changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/5e74fcd9/core/src/main/resources/template/css_xhtml/hidden.ftl
----------------------------------------------------------------------
diff --git a/core/src/main/resources/template/css_xhtml/hidden.ftl b/core/src/main/resources/template/css_xhtml/hidden.ftl
new file mode 100644
index 0000000..640aa48
--- /dev/null
+++ b/core/src/main/resources/template/css_xhtml/hidden.ftl
@@ -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" />