From ce89b07b580b246cdc2fa80349df914072359bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Wed, 26 Mar 2008 17:50:20 +0000 Subject: [PATCH] Moving all templates files out of the language folder. Now using dictionary files instead git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@427 44740490-163a-0410-bde0-09ae8108e29a --- templates/default/{en => }/admin-metadatalist.php | 0 templates/default/{en => }/consent.php | 0 templates/default/{en => }/error.php | 0 templates/default/{en => }/frontpage.php | 0 templates/default/{en => }/httpredirect-debug.php | 0 templates/default/{en => }/login-ldapmulti.php | 0 templates/default/{en => }/login.php | 0 templates/default/{en => }/metadata-converter.php | 0 templates/default/{en => }/metadata.php | 0 templates/default/{en => }/noconsent.php | 0 templates/default/{en => }/openid-about.php | 0 templates/default/{en => }/openid-sites.php | 0 templates/default/{en => }/openid-trust.php | 0 templates/default/{en => }/post-debug.php | 0 templates/default/{en => }/post.php | 0 templates/default/{en => }/selectidp-dropdown.php | 0 templates/default/{en => }/selectidp-links.php | 0 templates/default/{en => }/status-table.php | 0 templates/default/{en => }/status.php | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename templates/default/{en => }/admin-metadatalist.php (100%) rename templates/default/{en => }/consent.php (100%) rename templates/default/{en => }/error.php (100%) rename templates/default/{en => }/frontpage.php (100%) rename templates/default/{en => }/httpredirect-debug.php (100%) rename templates/default/{en => }/login-ldapmulti.php (100%) rename templates/default/{en => }/login.php (100%) rename templates/default/{en => }/metadata-converter.php (100%) rename templates/default/{en => }/metadata.php (100%) rename templates/default/{en => }/noconsent.php (100%) rename templates/default/{en => }/openid-about.php (100%) rename templates/default/{en => }/openid-sites.php (100%) rename templates/default/{en => }/openid-trust.php (100%) rename templates/default/{en => }/post-debug.php (100%) rename templates/default/{en => }/post.php (100%) rename templates/default/{en => }/selectidp-dropdown.php (100%) rename templates/default/{en => }/selectidp-links.php (100%) rename templates/default/{en => }/status-table.php (100%) rename templates/default/{en => }/status.php (100%) diff --git a/templates/default/en/admin-metadatalist.php b/templates/default/admin-metadatalist.php similarity index 100% rename from templates/default/en/admin-metadatalist.php rename to templates/default/admin-metadatalist.php diff --git a/templates/default/en/consent.php b/templates/default/consent.php similarity index 100% rename from templates/default/en/consent.php rename to templates/default/consent.php diff --git a/templates/default/en/error.php b/templates/default/error.php similarity index 100% rename from templates/default/en/error.php rename to templates/default/error.php diff --git a/templates/default/en/frontpage.php b/templates/default/frontpage.php similarity index 100% rename from templates/default/en/frontpage.php rename to templates/default/frontpage.php diff --git a/templates/default/en/httpredirect-debug.php b/templates/default/httpredirect-debug.php similarity index 100% rename from templates/default/en/httpredirect-debug.php rename to templates/default/httpredirect-debug.php diff --git a/templates/default/en/login-ldapmulti.php b/templates/default/login-ldapmulti.php similarity index 100% rename from templates/default/en/login-ldapmulti.php rename to templates/default/login-ldapmulti.php diff --git a/templates/default/en/login.php b/templates/default/login.php similarity index 100% rename from templates/default/en/login.php rename to templates/default/login.php diff --git a/templates/default/en/metadata-converter.php b/templates/default/metadata-converter.php similarity index 100% rename from templates/default/en/metadata-converter.php rename to templates/default/metadata-converter.php diff --git a/templates/default/en/metadata.php b/templates/default/metadata.php similarity index 100% rename from templates/default/en/metadata.php rename to templates/default/metadata.php diff --git a/templates/default/en/noconsent.php b/templates/default/noconsent.php similarity index 100% rename from templates/default/en/noconsent.php rename to templates/default/noconsent.php diff --git a/templates/default/en/openid-about.php b/templates/default/openid-about.php similarity index 100% rename from templates/default/en/openid-about.php rename to templates/default/openid-about.php diff --git a/templates/default/en/openid-sites.php b/templates/default/openid-sites.php similarity index 100% rename from templates/default/en/openid-sites.php rename to templates/default/openid-sites.php diff --git a/templates/default/en/openid-trust.php b/templates/default/openid-trust.php similarity index 100% rename from templates/default/en/openid-trust.php rename to templates/default/openid-trust.php diff --git a/templates/default/en/post-debug.php b/templates/default/post-debug.php similarity index 100% rename from templates/default/en/post-debug.php rename to templates/default/post-debug.php diff --git a/templates/default/en/post.php b/templates/default/post.php similarity index 100% rename from templates/default/en/post.php rename to templates/default/post.php diff --git a/templates/default/en/selectidp-dropdown.php b/templates/default/selectidp-dropdown.php similarity index 100% rename from templates/default/en/selectidp-dropdown.php rename to templates/default/selectidp-dropdown.php diff --git a/templates/default/en/selectidp-links.php b/templates/default/selectidp-links.php similarity index 100% rename from templates/default/en/selectidp-links.php rename to templates/default/selectidp-links.php diff --git a/templates/default/en/status-table.php b/templates/default/status-table.php similarity index 100% rename from templates/default/en/status-table.php rename to templates/default/status-table.php diff --git a/templates/default/en/status.php b/templates/default/status.php similarity index 100% rename from templates/default/en/status.php rename to templates/default/status.php -- GitLab