From 8ca4b5b85a730465ba64cd44eafcd8968768cfe7 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 20 Nov 2013 17:07:20 +0400 Subject: [PATCH] Enable branch field if roottype != svn, not if is == cvs --- templates-contrib/newvc/templates/query_form.ezt | 3 ++- templates-contrib/tabbed/templates/query_form.ezt | 3 ++- templates/classic/query_form.ezt | 3 ++- templates/default/query_form.ezt | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/templates-contrib/newvc/templates/query_form.ezt b/templates-contrib/newvc/templates/query_form.ezt index 8060d0ba..ca308012 100644 --- a/templates-contrib/newvc/templates/query_form.ezt +++ b/templates-contrib/newvc/templates/query_form.ezt @@ -9,8 +9,9 @@
[for query_hidden_values][end] - [is roottype "cvs"] + [is roottype "svn"] [# For subversion, the branch field is not used ] + [else]
Branch: diff --git a/templates-contrib/tabbed/templates/query_form.ezt b/templates-contrib/tabbed/templates/query_form.ezt index 8060d0ba..ca308012 100644 --- a/templates-contrib/tabbed/templates/query_form.ezt +++ b/templates-contrib/tabbed/templates/query_form.ezt @@ -9,8 +9,9 @@
[for query_hidden_values][end] - [is roottype "cvs"] + [is roottype "svn"] [# For subversion, the branch field is not used ] + [else] - [is roottype "cvs"] + [is roottype "svn"] [# For subversion, the branch field is not used ] + [else] - [is roottype "cvs"] + [is roottype "svn"] [# For subversion, the branch field is not used ] + [else]
Branch: diff --git a/templates/classic/query_form.ezt b/templates/classic/query_form.ezt index b8b0d7d9..c3ed67b8 100644 --- a/templates/classic/query_form.ezt +++ b/templates/classic/query_form.ezt @@ -52,8 +52,9 @@ Browse Directory

Branch: diff --git a/templates/default/query_form.ezt b/templates/default/query_form.ezt index b8b0d7d9..c3ed67b8 100644 --- a/templates/default/query_form.ezt +++ b/templates/default/query_form.ezt @@ -52,8 +52,9 @@ Browse Directory

Branch: