chg: [object:add] Changed back button text into `Back`

pull/4577/head
mokaddem 2019-05-02 10:15:51 +02:00
parent ca20054811
commit 243108eadb
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@
<?php
echo $this->Form->button('Submit', array('class' => 'btn btn-primary'));
?>
<a href="#" style="margin-left:10px;" class="btn btn-inverse" onclick="window.history.back();"><?php echo __('Back to review');?></a>
<a href="#" style="margin-left:10px;" class="btn btn-inverse" onclick="window.history.back();"><?php echo __('Back');?></a>
<?php
endif;
echo $this->Form->end();