From ea53ef55508a70053a86e9a8189774adb34738bf Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 15 Mar 2012 11:59:03 +0100 Subject: [PATCH] MINOR Removed custom ExternalLoginForm.ss --- templates/Includes/ExternalLoginForm.ss | 32 ------------------------- 1 file changed, 32 deletions(-) delete mode 100755 templates/Includes/ExternalLoginForm.ss diff --git a/templates/Includes/ExternalLoginForm.ss b/templates/Includes/ExternalLoginForm.ss deleted file mode 100755 index 7b75986..0000000 --- a/templates/Includes/ExternalLoginForm.ss +++ /dev/null @@ -1,32 +0,0 @@ -<% if IncludeFormTag %> -
-<% end_if %> - <% if Message %> -

$Message

- <% else %> - - <% end_if %> - -
- <% if Legend %>$Legend<% end_if %> -
    - <% control Fields %> -
  • - <% if type != checkbox %><% if IsHidden != true %><% end_if %><% end_if %> - $Field - <% if type == checkbox %><% end_if %> - <% if Message %>$Message<% end_if %> -
  • - <% end_control %> -
- <% if Actions %> -
    - <% control Actions %> -
  • $Field
  • - <% end_control %> -
- <% end_if %> -
-<% if IncludeFormTag %> -
-<% end_if %>