Page 1 of 1

How to edit the text of icons (View ,Update, Delete )

PostPosted: 20 Jun 2015, 04:42
by mhmdup
Dear
How to edit the text of icons (View ,Update, Delete )can't done by control panel translation
and i can't find it in files

Regards

Re: How to edit the text of icons (View ,Update, Delete )

PostPosted: 22 Jun 2015, 16:00
by andipas
The file - protected/modules/apartments/views/backend/admin.php

Code: Select all
        'view' => array(
            'label'=>'This is my view', // edit here!
            'url'=>'$data->getUrl()',
            'options'=>array('target'=>'_blank'),
        ), 

Re: How to edit the text of icons (View ,Update, Delete )

PostPosted: 28 Jun 2015, 14:32
by dogan3455
hi there:
The slave have the same problem .
The latest version
\ protected \ modules \ Apartments \ views \ backend \ do not have such a code in the admin.php file.
Please help olurmusunuz .
Show examples.

Re: How to edit the text of icons (View ,Update, Delete )

PostPosted: 28 Jun 2015, 15:21
by dogan3455
I did
'label' => tc ( 'Edit' ) ,
that I need to add this code.
Thank you