We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b5fed commit b56658dCopy full SHA for b56658d
assets/grocery_crud/themes/flexigrid/views/list.php
@@ -44,7 +44,7 @@
44
<a href='<?php echo $row->edit_url?>' title='<?php echo $this->l('list_edit')?> <?php echo $subject?>' class="edit_button"><span class='edit-icon'></span></a>
45
<?php }?>
46
<?php if(!$unset_clone){?>
47
- <a href='<?php echo $row->clone_url?>' title='Clone <?php echo $subject?>' class="clone_button"><span class='clone-icon'></span></a>
+ <a href='<?php echo $row->clone_url?>' title='<?php echo $this->l('list_clone')?> <?php echo $subject?>' class="clone_button"><span class='clone-icon'></span></a>
48
49
<?php if(!$unset_read){?>
50
<a href='<?php echo $row->read_url?>' title='<?php echo $this->l('list_view')?> <?php echo $subject?>' class="edit_button"><span class='read-icon'></span></a>
0 commit comments