OSDN Git Service

Cancelボタン戻り先をlistview変更
[trpgtools-onweb/cake-frame.git] / app / plugins / links / views / elements / link_edit.ctp
index d8582fe..5670bba 100644 (file)
@@ -87,7 +87,10 @@ if ($isAdmin) {
 <div class="backButton">
 <?php
        echo $form->create('', array('url' => array(
-               'action' => 'index'), 
+                       'plugin' => 'links',
+                       'controller' => 'links',
+                       'action' => 'listview',
+               ), 
                'type' => 'GET', 
                'id' => 'CancelButton'
        ));