mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-28 08:40:41 +01:00
Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
8c6338f00c
@ -37,6 +37,8 @@ echo '<!DOCTYPE html>
|
|||||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
||||||
|
|
||||||
<meta name="robots" content="noindex,nofollow">
|
<meta name="robots" content="noindex,nofollow">
|
||||||
|
<meta name="description" content="OpenSTAManager, il software gestionale open source per assistenza tecnica e fatturazione elettronica.">
|
||||||
|
<meta name="author" content="DevCode s.r.l.">
|
||||||
|
|
||||||
<link href="'.$paths['img'].'/favicon.png" rel="icon" type="image/x-icon" />';
|
<link href="'.$paths['img'].'/favicon.png" rel="icon" type="image/x-icon" />';
|
||||||
|
|
||||||
|
@ -147,7 +147,7 @@ if (!empty(flash()->getMessage('error'))) {
|
|||||||
echo '
|
echo '
|
||||||
<form action="?op=login" method="post" class="login-box box" autocomplete="off" >
|
<form action="?op=login" method="post" class="login-box box" autocomplete="off" >
|
||||||
<div class="box-header with-border text-center">
|
<div class="box-header with-border text-center">
|
||||||
<img src="'.App::getPaths()['img'].'/logo_completo.png" class="img-responsive" alt="'.tr('OSM Logo').'">
|
<img src="'.App::getPaths()['img'].'/logo_completo.png" class="img-responsive" alt="'.tr('OpenSTAManager, il software gestionale open source per assistenza tecnica e fatturazione elettronica').'">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="login-box-body box-body">
|
<div class="login-box-body box-body">
|
||||||
|
Loading…
Reference in New Issue
Block a user