OSDN Git Service

一部CancelボタンをBackボタン表記に微修正
authorCake <cake_67@users.sourceforge.jp>
Wed, 11 Aug 2010 01:21:19 +0000 (10:21 +0900)
committerCake <cake_67@users.sourceforge.jp>
Wed, 11 Aug 2010 01:21:19 +0000 (10:21 +0900)
app/views/elements/character_view.ctp
app/views/profile_selects/admin_listview.ctp
app/views/profile_table_statics/admin_edit.ctp
app/views/profile_tables/admin_edit.ctp
app/views/profile_tables/admin_listview.ctp

index f21d2b1..3398702 100644 (file)
@@ -374,7 +374,7 @@ foreach($profiles as $key =>$profile):
 <?php endif; ?>
 <?php
 if ($isOwner) {
-       $archive_url = array('controller' => 'character_profile_archives', 'action' => 'listview', $character['Character']['id']);
+       $archive_url = array('controller' => 'character_profile_archives', 'action' => 'index', $character['Character']['id']);
 } else {
        $archive_url = array('controller' => 'character_profile_archives', 'action' => 'index', $character['Character']['id']);
 }
index 3b7ef54..a9cc053 100644 (file)
@@ -113,7 +113,7 @@ echo $form->create(
        'type' => 'GET',
        'id' => 'CancelButton'
 ));
-echo $form->end(array('label' => __('Cancel', true)));
+echo $form->end(array('label' => __('Back', true)));
 ?>
 </div>
 
index 98c9e30..58c0650 100644 (file)
@@ -20,7 +20,7 @@
 
 ?>
 
-<?php for ($i=0; $i<count($this->data['ProfileTableStatic'])+2; $i++): ?>
+<?php for ($i=0; $i<count($this->data['ProfileTableStatic'])+5; $i++): ?>
 <?php //foreach($this->data['ProfileTableStatic'] as $k => $profileTableStatic): ?>
 <tr>
 <td>
@@ -71,7 +71,7 @@ echo $form->create('ProfileTableStatic', array('url' => array(
        'type' => 'GET',
        'id' => 'CancelButton'
 ));
-echo $form->end(array('label' => __('Cancel', true)));
+echo $form->end(array('label' => __('Back', true)));
 ?>
 </div>
 
index cce5fa5..1b4232f 100644 (file)
@@ -68,6 +68,6 @@ echo $form->create('', array(
        'type' => 'GET',
        'id' => 'CancelButton'
 ));
-echo $form->end(array('label' => __('Cancel', true)));
+echo $form->end(array('label' => __('Back', true)));
 ?>
 </div>
index bbafaa2..9cbd7c0 100644 (file)
@@ -138,7 +138,7 @@ echo $form->create(
        'type' => 'GET',
        'id' => 'CancelButton'
 ));
-echo $form->end(array('label' => __('Cancel', true)));
+echo $form->end(array('label' => __('Back', true)));
 ?>
 </div>