From 998c2cb2407228e682053e9fa42f044fa4b89016 Mon Sep 17 00:00:00 2001 From: Cake Date: Thu, 22 Apr 2010 22:22:56 +0900 Subject: [PATCH] =?utf8?q?ProfileSelect/Table=E3=81=AE=E6=96=B0=E8=A6=8F?= =?utf8?q?=E4=BD=9C=E6=88=90=E3=83=AA=E3=83=B3=E3=82=AF=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- app/views/profile_selects/admin_listview.ctp | 15 ++++++++++++++- app/views/profile_tables/admin_listview.ctp | 15 ++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/app/views/profile_selects/admin_listview.ctp b/app/views/profile_selects/admin_listview.ctp index b4b3255..4ac811f 100644 --- a/app/views/profile_selects/admin_listview.ctp +++ b/app/views/profile_selects/admin_listview.ctp @@ -62,9 +62,22 @@

create(); ?> - end(__('Edit All', true));?> +

+create('ProfileSelect', array( + 'type' => 'get', + 'url' => array( + 'controller' => 'profile_selects', + 'action' => 'admin_add', + $profile['Profile']['id'] + ), +));?> +end(__('New ProfileSelect', true));?> +

+ + +

diff --git a/app/views/profile_tables/admin_listview.ctp b/app/views/profile_tables/admin_listview.ctp index c1b8d8f..7171d09 100644 --- a/app/views/profile_tables/admin_listview.ctp +++ b/app/views/profile_tables/admin_listview.ctp @@ -13,6 +13,7 @@

+

@@ -82,9 +83,21 @@

create(); ?> - end(__('Edit All', true));?> +

+

+create('ProfileTable', array( + 'type' => 'get', + 'url' => array( + 'controller' => 'profile_tables', + 'action' => 'admin_add', + $profile['Profile']['id'] + ), +));?> +end(__('New ProfileTable', true));?> +

+

-- 2.11.0