diff --git a/zanata-war/src/main/webapp/account/activate.xhtml b/zanata-war/src/main/webapp/account/activate.xhtml index 267ce6bb52..e533a82432 100644 --- a/zanata-war/src/main/webapp/account/activate.xhtml +++ b/zanata-war/src/main/webapp/account/activate.xhtml @@ -7,7 +7,7 @@ xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" xmlns:a4j="http://richfaces.org/a4j" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.ActivateAccount']} diff --git a/zanata-war/src/main/webapp/account/changepassword.xhtml b/zanata-war/src/main/webapp/account/changepassword.xhtml index 5d9aa4a5de..be2b59cdca 100644 --- a/zanata-war/src/main/webapp/account/changepassword.xhtml +++ b/zanata-war/src/main/webapp/account/changepassword.xhtml @@ -7,7 +7,7 @@ xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" xmlns:a4j="http://richfaces.org/a4j" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.ChangePassword']} diff --git a/zanata-war/src/main/webapp/account/inactive_account.xhtml b/zanata-war/src/main/webapp/account/inactive_account.xhtml index 392a07d787..b4f92eea0f 100644 --- a/zanata-war/src/main/webapp/account/inactive_account.xhtml +++ b/zanata-war/src/main/webapp/account/inactive_account.xhtml @@ -5,7 +5,7 @@ xmlns:rich="http://richfaces.org/rich" xmlns:a4j="http://richfaces.org/a4j" xmlns:s="http://jboss.org/schema/seam/taglib" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.InactiveAccount']} diff --git a/zanata-war/src/main/webapp/account/login.xhtml b/zanata-war/src/main/webapp/account/login.xhtml index b96cfc5bbe..2ea6866d86 100644 --- a/zanata-war/src/main/webapp/account/login.xhtml +++ b/zanata-war/src/main/webapp/account/login.xhtml @@ -6,7 +6,7 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.SignIn']} diff --git a/zanata-war/src/main/webapp/account/login_input.xhtml b/zanata-war/src/main/webapp/account/login_input.xhtml index 50cda310ea..51fea18548 100644 --- a/zanata-war/src/main/webapp/account/login_input.xhtml +++ b/zanata-war/src/main/webapp/account/login_input.xhtml @@ -6,7 +6,7 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.SignIn']} diff --git a/zanata-war/src/main/webapp/account/logout.xhtml b/zanata-war/src/main/webapp/account/logout.xhtml index 0899e2098b..65c51a01c1 100644 --- a/zanata-war/src/main/webapp/account/logout.xhtml +++ b/zanata-war/src/main/webapp/account/logout.xhtml @@ -6,7 +6,7 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.Logout']} diff --git a/zanata-war/src/main/webapp/account/password_reset.xhtml b/zanata-war/src/main/webapp/account/password_reset.xhtml index 8c11ea8af5..dfe21cb855 100644 --- a/zanata-war/src/main/webapp/account/password_reset.xhtml +++ b/zanata-war/src/main/webapp/account/password_reset.xhtml @@ -7,7 +7,7 @@ xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" xmlns:a4j="http://richfaces.org/a4j" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.ResetYourPassword']} diff --git a/zanata-war/src/main/webapp/account/password_reset_request.xhtml b/zanata-war/src/main/webapp/account/password_reset_request.xhtml index acbfbe8f9c..33e5032b7a 100644 --- a/zanata-war/src/main/webapp/account/password_reset_request.xhtml +++ b/zanata-war/src/main/webapp/account/password_reset_request.xhtml @@ -6,7 +6,7 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.ResetPassword']} diff --git a/zanata-war/src/main/webapp/account/register.xhtml b/zanata-war/src/main/webapp/account/register.xhtml index eebe55aab7..b9ca81cd03 100644 --- a/zanata-war/src/main/webapp/account/register.xhtml +++ b/zanata-war/src/main/webapp/account/register.xhtml @@ -8,7 +8,7 @@ xmlns:rich="http://richfaces.org/rich" xmlns:a4j="http://richfaces.org/a4j" xmlns:richext="http://java.sun.com/jsf/composite/richext" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.Register']} diff --git a/zanata-war/src/main/webapp/account/validate_email.xhtml b/zanata-war/src/main/webapp/account/validate_email.xhtml index f5d9f8c2d4..71bbfb5406 100644 --- a/zanata-war/src/main/webapp/account/validate_email.xhtml +++ b/zanata-war/src/main/webapp/account/validate_email.xhtml @@ -7,7 +7,7 @@ xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" xmlns:a4j="http://richfaces.org/a4j" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.ValidateEmail']} diff --git a/zanata-war/src/main/webapp/admin/home.xhtml b/zanata-war/src/main/webapp/admin/home.xhtml index 826b27c54c..4df18ba195 100644 --- a/zanata-war/src/main/webapp/admin/home.xhtml +++ b/zanata-war/src/main/webapp/admin/home.xhtml @@ -6,7 +6,7 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.Administration']} diff --git a/zanata-war/src/main/webapp/admin/languagemanager.xhtml b/zanata-war/src/main/webapp/admin/languagemanager.xhtml index 35c688e93c..cbec938ba4 100644 --- a/zanata-war/src/main/webapp/admin/languagemanager.xhtml +++ b/zanata-war/src/main/webapp/admin/languagemanager.xhtml @@ -8,7 +8,7 @@ xmlns:rich="http://richfaces.org/rich" xmlns:a4j="http://richfaces.org/a4j" xmlns:richext="http://java.sun.com/jsf/composite/richext" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.ManageLanguage']} diff --git a/zanata-war/src/main/webapp/admin/processmanager.xhtml b/zanata-war/src/main/webapp/admin/processmanager.xhtml index 29ad6bb491..dac6707911 100644 --- a/zanata-war/src/main/webapp/admin/processmanager.xhtml +++ b/zanata-war/src/main/webapp/admin/processmanager.xhtml @@ -7,7 +7,7 @@ xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" xmlns:a4j="http://richfaces.org/a4j" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.ProcessManager']} diff --git a/zanata-war/src/main/webapp/admin/roledetail.xhtml b/zanata-war/src/main/webapp/admin/roledetail.xhtml index 996bac5ae2..8dacbf759a 100644 --- a/zanata-war/src/main/webapp/admin/roledetail.xhtml +++ b/zanata-war/src/main/webapp/admin/roledetail.xhtml @@ -7,7 +7,7 @@ xmlns:a4j="http://richfaces.org/a4j" xmlns:s="http://jboss.org/schema/seam/taglib"> - + #{roleAction.role} - #{messages['jsf.RoleDetails']} diff --git a/zanata-war/src/main/webapp/admin/rolemanager.xhtml b/zanata-war/src/main/webapp/admin/rolemanager.xhtml index 711e845aa4..617a35f8ed 100644 --- a/zanata-war/src/main/webapp/admin/rolemanager.xhtml +++ b/zanata-war/src/main/webapp/admin/rolemanager.xhtml @@ -7,7 +7,7 @@ xmlns:a4j="http://richfaces.org/a4j" xmlns:s="http://jboss.org/schema/seam/taglib"> - + #{messages['jsf.ManageRoles']} diff --git a/zanata-war/src/main/webapp/admin/roleruledetails.xhtml b/zanata-war/src/main/webapp/admin/roleruledetails.xhtml index 8ea343fc53..de3bf3d6a3 100644 --- a/zanata-war/src/main/webapp/admin/roleruledetails.xhtml +++ b/zanata-war/src/main/webapp/admin/roleruledetails.xhtml @@ -6,7 +6,7 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.rolerules.EditRoleAssignmentRule']} diff --git a/zanata-war/src/main/webapp/admin/rolerules.xhtml b/zanata-war/src/main/webapp/admin/rolerules.xhtml index 0f9856fa09..108a60aa87 100644 --- a/zanata-war/src/main/webapp/admin/rolerules.xhtml +++ b/zanata-war/src/main/webapp/admin/rolerules.xhtml @@ -7,7 +7,7 @@ xmlns:a4j="http://richfaces.org/a4j" xmlns:s="http://jboss.org/schema/seam/taglib"> - + #{messages['jsf.RoleAssignmentRules']} diff --git a/zanata-war/src/main/webapp/admin/search.xhtml b/zanata-war/src/main/webapp/admin/search.xhtml index c8d17a60e8..7d8b83d97e 100644 --- a/zanata-war/src/main/webapp/admin/search.xhtml +++ b/zanata-war/src/main/webapp/admin/search.xhtml @@ -8,7 +8,7 @@ xmlns:rich="http://richfaces.org/rich" xmlns:a4j="http://richfaces.org/a4j" xmlns:richext="http://java.sun.com/jsf/composite/richext" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.ManageSearch']} diff --git a/zanata-war/src/main/webapp/admin/server_configuration.xhtml b/zanata-war/src/main/webapp/admin/server_configuration.xhtml index c785ea6574..5aa80b4b70 100644 --- a/zanata-war/src/main/webapp/admin/server_configuration.xhtml +++ b/zanata-war/src/main/webapp/admin/server_configuration.xhtml @@ -7,7 +7,7 @@ xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" xmlns:a4j="http://richfaces.org/a4j" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.ServerConfiguration']} diff --git a/zanata-war/src/main/webapp/admin/stats.xhtml b/zanata-war/src/main/webapp/admin/stats.xhtml index ba83acd645..ff8f04657c 100644 --- a/zanata-war/src/main/webapp/admin/stats.xhtml +++ b/zanata-war/src/main/webapp/admin/stats.xhtml @@ -6,7 +6,7 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.Statistics']} diff --git a/zanata-war/src/main/webapp/admin/supportedlanguagedetail.xhtml b/zanata-war/src/main/webapp/admin/supportedlanguagedetail.xhtml index e2cc6ea855..db3b29b2f2 100644 --- a/zanata-war/src/main/webapp/admin/supportedlanguagedetail.xhtml +++ b/zanata-war/src/main/webapp/admin/supportedlanguagedetail.xhtml @@ -7,7 +7,7 @@ xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" xmlns:a4j="http://richfaces.org/a4j" - template="../WEB-INF/layout/template.xhtml"> + template="../WEB-INF/template/template.xhtml"> #{messages['jsf.CreateSupportedLanguage']} diff --git a/zanata-war/src/main/webapp/admin/userdetail.xhtml b/zanata-war/src/main/webapp/admin/userdetail.xhtml index 3c32c67e61..79fe76d346 100644 --- a/zanata-war/src/main/webapp/admin/userdetail.xhtml +++ b/zanata-war/src/main/webapp/admin/userdetail.xhtml @@ -7,7 +7,7 @@ xmlns:a4j="http://richfaces.org/a4j" xmlns:s="http://jboss.org/schema/seam/taglib"> - + #{userAction.username} - #{messages['jsf.AccountDetails']} diff --git a/zanata-war/src/main/webapp/admin/usermanager.xhtml b/zanata-war/src/main/webapp/admin/usermanager.xhtml index a3791e90c4..059f89217c 100644 --- a/zanata-war/src/main/webapp/admin/usermanager.xhtml +++ b/zanata-war/src/main/webapp/admin/usermanager.xhtml @@ -8,7 +8,7 @@ xmlns:fn="http://java.sun.com/jsp/jstl/functions" xmlns:s="http://jboss.org/schema/seam/taglib"> - +