Pārlūkot izejas kodu

Remove duplicate title elements

The template will add information from value.
Visman 2 gadi atpakaļ
vecāks
revīzija
c22108a3a2

+ 0 - 1
app/Models/Pages/Admin/Options.php

@@ -624,7 +624,6 @@ class Options extends Admin
                     'type'  => 'link',
                     'value' => __('Configure providers'),
                     'href'  => $this->c->Router->link('AdminProviders'),
-                    'title' => __('Configure providers'),
                 ],
                 'b_rules' => [
                     'type'    => 'radio',

+ 0 - 2
app/Models/Pages/Admin/Parser/Edit.php

@@ -115,7 +115,6 @@ class Edit extends Parser
                     'type'    => 'btn',
                     'caption' => null,
                     'value'   => __('BBCode management'),
-                    'title'   => __('BBCode management'),
                     'href'    => $this->c->Router->link('AdminBBCode'),
                 ],
             ],
@@ -142,7 +141,6 @@ class Edit extends Parser
                     'type'    => 'btn',
                     'caption' => null,
                     'value'   => __('Smilies management'),
-                    'title'   => __('Smilies management'),
                     'href'    => $this->c->Router->link('AdminSmilies'),
                 ],
 

+ 0 - 1
app/Models/Pages/Admin/Reports.php

@@ -123,7 +123,6 @@ class Reports extends Admin
                 $cur['fields']['zap' . $report->id] = [
                     'type'    => 'btn',
                     'value'   => __('Zap'),
-                    'title'   => __('Zap'),
                     'href'    => $report->linkZap,
                 ];
             }

+ 0 - 1
app/Models/Pages/Profile/Edit.php

@@ -276,7 +276,6 @@ class Edit extends Profile
             $fields['configure-moderator'] = [
                 'type'    => 'link',
                 'value'   => __('Configure moderator rights'),
-                'title'   => __('Configure moderator rights'),
                 'href'    => $this->c->Router->link('EditUserModeration', $args),
             ];
         }