Disabled version notification to avoid confusion.
This commit is contained in:
parent
ad73c9bb4c
commit
fec5ca6372
|
@ -9,7 +9,12 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="Panel" class="sticky">
|
<div id="Panel" class="sticky">
|
||||||
<?php echo $this->versionNotify();
|
<?php
|
||||||
|
/*
|
||||||
|
NOTE: Temporarily disabled version notification to avoid confusion,
|
||||||
|
Users can check current version in Settings > Status.
|
||||||
|
*/
|
||||||
|
//echo $this->versionNotify();
|
||||||
$sss = $this->SourceSwitchStatus();
|
$sss = $this->SourceSwitchStatus();
|
||||||
$scs = $this->SourceConnectionStatus();
|
$scs = $this->SourceConnectionStatus();
|
||||||
?>
|
?>
|
||||||
|
@ -70,7 +75,7 @@
|
||||||
<div id="nav">
|
<div id="nav">
|
||||||
<?php echo $this->navigation()->menu(); ?>
|
<?php echo $this->navigation()->menu(); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<a href="<?php echo $this->baseUrl . '/login/logout'; ?>">
|
<a href="<?php echo $this->baseUrl . '/login/logout'; ?>">
|
||||||
<button id="add_media_btn" class="btn btn-small dashboard-btn btn-danger">
|
<button id="add_media_btn" class="btn btn-small dashboard-btn btn-danger">
|
||||||
|
|
Loading…
Reference in New Issue