More branding, remove unimplemented schedule card
This commit is contained in:
parent
8f9ed05e8d
commit
5bc4b63d8f
@ -27,8 +27,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-4">
|
||||
<div class="row justify-content-center">
|
||||
<!-- <div class="col-12 col-md-4">
|
||||
<div class="card bg-green text-light">
|
||||
<div class="card-body">
|
||||
<h4 class="card-title"><?php $Strings->get("Upcoming"); ?></h4>
|
||||
@ -39,7 +39,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>-->
|
||||
<div class="col-12 col-md-4">
|
||||
<div class="card bg-blue text-light">
|
||||
<div class="card-body">
|
||||
|
@ -13,7 +13,7 @@ require_once __DIR__ . "/../lib/required_public.php";
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Machine Lookup</title>
|
||||
<title><?php echo $SETTINGS["branding"]["publictitle"]; ?></title>
|
||||
|
||||
<link href="../static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../static/css/material-color/material-color.min.css" rel="stylesheet">
|
||||
|
@ -37,7 +37,9 @@ $SETTINGS = [
|
||||
// Name of the app.
|
||||
"site_title" => "MachineManager",
|
||||
"branding" => [
|
||||
"machineidnumber" => "Netsyms machine ID number"
|
||||
"machineidnumber" => "Netsyms machine ID number",
|
||||
"shortmachineid" => "Machine ID Number",
|
||||
"publictitle" => "Machine Lookup"
|
||||
],
|
||||
// Settings for connecting to the AccountHub server.
|
||||
"accounthub" => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user