mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-29 09:11:11 +01:00
Fix nome mancante del plugin
This commit is contained in:
parent
e58f728c6f
commit
d2c79a9cb5
@ -44,7 +44,7 @@ if (!empty($id_plugin)) {
|
||||
echo '
|
||||
<h4>
|
||||
<span class="'.(!empty($structure['help']) ? ' tip' : '').'"'.(!empty($structure['help']) ? ' title="'.prepareToField($structure['help']).'" data-position="bottom"' : '').' >
|
||||
'.$structure['title'].(!empty($structure['help']) ? ' <i class="fa fa-question-circle-o"></i>' : '').'</span>';
|
||||
'.$structure->getTranslation('title').(!empty($structure['help']) ? ' <i class="fa fa-question-circle-o"></i>' : '').'</span>';
|
||||
|
||||
if ($structure->hasAddFile()) {
|
||||
echo '
|
||||
|
Loading…
Reference in New Issue
Block a user