From 2c9230ee9c3e561e61206cbeda9ae047473eb074 Mon Sep 17 00:00:00 2001 From: dogmatic Date: Fri, 21 May 2010 13:14:17 +0200 Subject: [PATCH] using the form.ctp so add and edit is not used anymore --- .../categories/views/categories/admin_add.ctp | 33 ------------------- .../views/categories/admin_edit.ctp | 33 ------------------- 2 files changed, 66 deletions(-) delete mode 100644 extensions/categories/views/categories/admin_add.ctp delete mode 100644 extensions/categories/views/categories/admin_edit.ctp diff --git a/extensions/categories/views/categories/admin_add.ctp b/extensions/categories/views/categories/admin_add.ctp deleted file mode 100644 index 3adf69f6a..000000000 --- a/extensions/categories/views/categories/admin_add.ctp +++ /dev/null @@ -1,33 +0,0 @@ - -
- Form->create( 'Category', array( 'action' => 'edit' ) ); - echo $this->Infinitas->adminEditHead($this); - echo $this->Form->input( 'id' ); - echo $this->Form->input( 'title', array( 'class' => 'title' ) ); - echo $this->Form->input( 'parent_id' ); - echo $this->Form->input( 'group_id', array( 'label' => __( 'Min Group', true ) ) ); - echo $this->Core->wysiwyg( 'Category.description' ); - echo $this->Form->input( 'active' ); - echo $this->Form->end(); - ?> -
\ No newline at end of file diff --git a/extensions/categories/views/categories/admin_edit.ctp b/extensions/categories/views/categories/admin_edit.ctp deleted file mode 100644 index 3adf69f6a..000000000 --- a/extensions/categories/views/categories/admin_edit.ctp +++ /dev/null @@ -1,33 +0,0 @@ - -
- Form->create( 'Category', array( 'action' => 'edit' ) ); - echo $this->Infinitas->adminEditHead($this); - echo $this->Form->input( 'id' ); - echo $this->Form->input( 'title', array( 'class' => 'title' ) ); - echo $this->Form->input( 'parent_id' ); - echo $this->Form->input( 'group_id', array( 'label' => __( 'Min Group', true ) ) ); - echo $this->Core->wysiwyg( 'Category.description' ); - echo $this->Form->input( 'active' ); - echo $this->Form->end(); - ?> -
\ No newline at end of file