1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-01 02:28:04 +01:00

Fix nome mancante del plugin

This commit is contained in:
FabioL 2024-03-22 17:11:33 +01:00
parent e58f728c6f
commit d2c79a9cb5

View File

@ -44,7 +44,7 @@ if (!empty($id_plugin)) {
echo ' echo '
<h4> <h4>
<span class="'.(!empty($structure['help']) ? ' tip' : '').'"'.(!empty($structure['help']) ? ' title="'.prepareToField($structure['help']).'" data-position="bottom"' : '').' > <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()) { if ($structure->hasAddFile()) {
echo ' echo '