Jump to content


Photo
- - - - -

Перевод подтверждения при удалении в закладках

sweet alert перевод избранное

Best Answer Cheren-dow , 24 May 2016 - 15:36

Евгений_К, откройте файл:

\media\zoo\applications\jbuniversal\elements\jbfavorite\assets\js\favorite-list.js

Для руссификации замените:

 'text_confirm'    : 'Are you sure?',
 'text_confirm_all': 'Are you sure?'

Для удаления alert измените:

        'click .jsFavoriteClear': function (e, $this) {

            $this.confirm($this.options.text_confirm_all, function () {
                $this.ajax({
                    'url'    : $this.options.url_clear,
                    'target' : this,
                    'success': function () {
                        window.location.reload();
                    }
                });
            });

        }

на:

        'click .jsFavoriteClear': function (e, $this) {

            //$this.confirm($this.options.text_confirm_all, function () {
                $this.ajax({
                    'url'    : $this.options.url_clear,
                    'target' : this,
                    'success': function () {
                        window.location.reload();
                    }
                });
            //});

        }
Go to the full post


  • This topic is locked This topic is locked
4 replies to this topic

#1 Евгений888

Евгений888
  • JBZoo User (rus)
  • User rate: 0.3
  • posts: 309
  • topics: 84

Posted 19 May 2016 - 14:16

Здравствуйте! Скажите, пожалуйста, как перевести и отключить всплывающие подтверждение (Sweet Alert) при удалении с избранного "Are you sure?"?


  • 0

#2 SmetDenis

SmetDenis
  • Administrators
  • User rate: 139.4
  • posts: 16232
  • topics: 200

Posted 19 May 2016 - 15:13

Добрый день.

 

Скажите, какую версию приложения вы используете?

 

Спасибо.


  • 0
JBZoo v4.0 и новый чудный мир Open Source GPL
Отключайте проверку лицензий как можно скорее!



— Есть два типа людей: Кто еще не делает бекапы и кто уже делает бекапы.


#3 Евгений888

Евгений888
  • Topic Starter
  • JBZoo User (rus)
  • User rate: 0.3
  • posts: 309
  • topics: 84

Posted 19 May 2016 - 15:20

Joomla: 3.5.1 JBZoo: 2.2.7 Pro rev3148 Zoo: 3.3.17


  • 0

#4 Евгений888

Евгений888
  • Topic Starter
  • JBZoo User (rus)
  • User rate: 0.3
  • posts: 309
  • topics: 84

Posted 24 May 2016 - 14:41

Друзья, кто-нибудь! Я про это http://clip2net.com/s/3yqczpw

1.Где перевести на русский?

2.Где отключить?


  • 0

#5 Cheren-dow

Cheren-dow
  • JBZoo User (rus)
  • User rate: 95.7
  • posts: 5060
  • topics: 31

Posted 24 May 2016 - 15:36   Best Answer

Евгений_К, откройте файл:

\media\zoo\applications\jbuniversal\elements\jbfavorite\assets\js\favorite-list.js

Для руссификации замените:

 'text_confirm'    : 'Are you sure?',
 'text_confirm_all': 'Are you sure?'

Для удаления alert измените:

        'click .jsFavoriteClear': function (e, $this) {

            $this.confirm($this.options.text_confirm_all, function () {
                $this.ajax({
                    'url'    : $this.options.url_clear,
                    'target' : this,
                    'success': function () {
                        window.location.reload();
                    }
                });
            });

        }

на:

        'click .jsFavoriteClear': function (e, $this) {

            //$this.confirm($this.options.text_confirm_all, function () {
                $this.ajax({
                    'url'    : $this.options.url_clear,
                    'target' : this,
                    'success': function () {
                        window.location.reload();
                    }
                });
            //});

        }

  • 1
Изображение
 





Also tagged with one or more of these keywords: sweet alert, перевод, избранное

Click to return to top of page in style!