OSDN Git Service

Cancelボタン戻り先をlistview変更
[trpgtools-onweb/cake-frame.git] / app / plugins / links / views / elements / link_view.ctp
index b8d5433..eb6c396 100644 (file)
@@ -187,7 +187,7 @@ echo $this->Html->tag('span',
        echo $form->create('', array('url' => array(
                        'plugin' => 'links',
                        'controller' => 'links',
-                       'action' => 'index',
+                       'action' => 'listview',
                ), 
                'type' => 'GET', 
                'id' => 'CancelButton'