File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
assets/grocery_crud/themes/flexigrid/views Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4444 <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>
4545 <?php }?>
4646 <?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>
47+ <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>
4848 <?php }?>
4949 <?php if (!$ unset_read ){?>
5050 <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>
You can’t perform that action at this time.
0 commit comments