From 8b3b5216a1690aff61e4da42a2523406fd8b21e3 Mon Sep 17 00:00:00 2001 From: zuber Date: Wed, 30 Sep 2009 12:31:46 +0200 Subject: [PATCH] =?utf8?q?Usuni=C4=99cie=20nieu=C5=BCywanych=20ju=C5=BC=20?= =?utf8?q?paneli.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../templates/explorer/panels/dceditor.html | 28 -------- .../templates/explorer/panels/gallery.html | 47 ------------- .../templates/explorer/panels/htmleditor.html | 15 ---- .../explorer/panels/parse_error.html | 23 ------- .../templates/explorer/panels/xmleditor.html | 69 ------------------- 5 files changed, 182 deletions(-) delete mode 100644 project/templates/explorer/panels/dceditor.html delete mode 100644 project/templates/explorer/panels/gallery.html delete mode 100644 project/templates/explorer/panels/htmleditor.html delete mode 100644 project/templates/explorer/panels/parse_error.html delete mode 100644 project/templates/explorer/panels/xmleditor.html diff --git a/project/templates/explorer/panels/dceditor.html b/project/templates/explorer/panels/dceditor.html deleted file mode 100644 index 215f54fe..00000000 --- a/project/templates/explorer/panels/dceditor.html +++ /dev/null @@ -1,28 +0,0 @@ -
-
- {{ form.as_p }} - -
-
- diff --git a/project/templates/explorer/panels/gallery.html b/project/templates/explorer/panels/gallery.html deleted file mode 100644 index 0d669726..00000000 --- a/project/templates/explorer/panels/gallery.html +++ /dev/null @@ -1,47 +0,0 @@ -
- {{ form.folders }} -
- -
-
-
- diff --git a/project/templates/explorer/panels/htmleditor.html b/project/templates/explorer/panels/htmleditor.html deleted file mode 100644 index d27d8cc7..00000000 --- a/project/templates/explorer/panels/htmleditor.html +++ /dev/null @@ -1,15 +0,0 @@ -{% load toolbar_tags %} -{% toolbar toolbar_groups toolbar_extra_group %} - -{{ html|safe }} - - diff --git a/project/templates/explorer/panels/parse_error.html b/project/templates/explorer/panels/parse_error.html deleted file mode 100644 index 027e8b43..00000000 --- a/project/templates/explorer/panels/parse_error.html +++ /dev/null @@ -1,23 +0,0 @@ -

Podczas otwierania panelu "{{ panel_name }}" wystąpił przetwarzania pliku źródłowego:

-

{{ exception_type }}

-

{{ exception.message }}

- - - - diff --git a/project/templates/explorer/panels/xmleditor.html b/project/templates/explorer/panels/xmleditor.html deleted file mode 100644 index 74a68776..00000000 --- a/project/templates/explorer/panels/xmleditor.html +++ /dev/null @@ -1,69 +0,0 @@ -{% load toolbar_tags %} -{% toolbar toolbar_groups toolbar_extra_group %} - -
- -
- - -- 2.20.1