Improve setup.php, show a button to connect
This commit is contained in:
parent
8f6422be8a
commit
f3dd1e4987
1 changed files with 6 additions and 2 deletions
|
|
@ -21,11 +21,14 @@ h2.error {
|
|||
color:red;
|
||||
}
|
||||
.info {
|
||||
color:green;
|
||||
color:blue;
|
||||
font-size:12px;
|
||||
font-family:sans-serif;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
background-color:lightblue;
|
||||
color:black;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<p align="center">
|
||||
|
|
@ -385,3 +388,4 @@ echo '<hr>';
|
|||
if (DEBUG=='false') ob_end_clean();
|
||||
echo "<h2 class=\"info\">Voilà tout est installé ;-) </H2>";
|
||||
?>
|
||||
<A style="padding:5px;font-size:15px;border:groove 2px blue;text-decoration:none;background-color:lightgrey" HREF="../index.php">Connectez-vous à PhpCompta</A>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue