From 56f5a9e06be560a9937d469b4fb1119eb9b3a2ac Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Fri, 12 Aug 2016 11:38:18 +1200 Subject: [PATCH] Remove obsolete template Editor_toolbar.ss --- admin/templates/Includes/Editor_toolbar.ss | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 admin/templates/Includes/Editor_toolbar.ss diff --git a/admin/templates/Includes/Editor_toolbar.ss b/admin/templates/Includes/Editor_toolbar.ss deleted file mode 100644 index 6a5be7c28..000000000 --- a/admin/templates/Includes/Editor_toolbar.ss +++ /dev/null @@ -1,29 +0,0 @@ -<% with $EditorToolbar %> -
- - - - - - -
- -<% loop $Buttons %> - <% if $Type = button %> - - $Title - - <% else_if $Type = dropdown %> - - <% else_if $Type = separator %> - | - <% else_if $Type = break %> -
- <% end_if %> -<% end_loop %> - -
-
-
- -<% end_with %>