Removing extra logout button
This commit is contained in:
parent
79b8aab4fa
commit
d5b29909a5
|
@ -76,14 +76,6 @@
|
||||||
<?php echo $this->navigation()->menu(); ?>
|
<?php echo $this->navigation()->menu(); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="btn-group">
|
|
||||||
<a href="<?php echo $this->baseUrl . '/login/logout'; ?>">
|
|
||||||
<button id="add_media_btn" class="btn btn-small dashboard-btn btn-danger">
|
|
||||||
<span><?php echo _("Logout") ?></span>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
<?php
|
<?php
|
||||||
$partitions = Application_Model_Systemstatus::GetDiskInfo();
|
$partitions = Application_Model_Systemstatus::GetDiskInfo();
|
||||||
|
|
Loading…
Reference in New Issue