mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
fix: apertura istruzioni scorciatoie
This commit is contained in:
@@ -470,7 +470,7 @@ if (Auth::check()) {
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="'.base_path().'/shortcuts.php" class="nav-link" title="'.tr('Scorciatoie').'">
|
||||
<a href="#" onclick="openModal(`'.tr('Scorciatoie').'`, `'.base_path().'/shortcuts.php`);" class="nav-link" title="'.tr('Scorciatoie').'">
|
||||
<i class="fa fa-keyboard-o nav-icon"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -22,8 +22,6 @@ include_once __DIR__.'/core.php';
|
||||
|
||||
$pageTitle = tr('Scorciatoie');
|
||||
|
||||
include_once App::filepath('include|custom|', 'top.php');
|
||||
|
||||
echo '
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
@@ -42,8 +40,7 @@ echo '
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="jumbotron">';
|
||||
';
|
||||
|
||||
if (setting('Attiva scorciatoie da tastiera')) {
|
||||
echo '<p class="text-muted"><i class="fa fa-check text-success"></i> '.tr('Le scorciatoie da tastiera sono attive').'.</p>';
|
||||
@@ -53,5 +50,3 @@ if (setting('Attiva scorciatoie da tastiera')) {
|
||||
'_LINK_IMPOSTAZIONI_' => Modules::link('Impostazioni', null, tr('Strumenti » Impostazioni » Generali » <b>Abilita scorciatoie da tastiera</b>')),
|
||||
]).'.</p>';
|
||||
}
|
||||
echo '
|
||||
</div>';
|
||||
|
||||
Reference in New Issue
Block a user