We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f784b commit f5aba27Copy full SHA for f5aba27
1 file changed
include/manager.php
@@ -122,6 +122,10 @@
122
// Data (larghezza fissa)
123
elseif (preg_match('/^Data/', (string) $field)) {
124
$attr_td .= " width='100'";
125
+ if(!empty($id_plugin)){
126
+ //Traduzione intestazione plugins
127
+ $field = tr($field);
128
+ }
129
}
130
131
// Immagine
@@ -142,6 +146,9 @@
142
146
$field = str_replace('mailto_', '', $field);
143
147
} elseif (preg_match('/^tel_/', (string) $field)) {
144
148
$field = str_replace('tel_', '', $field);
149
+ }elseif(!empty($id_plugin)){
150
151
145
152
153
154
if (isMobile()) {
0 commit comments