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:
parent
e58f728c6f
commit
d2c79a9cb5
@ -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 '
|
||||||
|
Loading…
Reference in New Issue
Block a user