Cosmetic updates

This commit is contained in:
Duncan Sommerville 2015-08-25 11:46:20 -04:00
parent e6761b54da
commit afe6ca7002
7 changed files with 40 additions and 51 deletions

View file

@ -57,7 +57,7 @@
<div class="personal-block solo">
<ol>
<li>
<a id="current-user" href=<?php echo $this->baseUrl . "user/edit-user"?>><span class="name"><?php echo $this->escape($this->loggedInAs()); ?></span></a>
<a id="current-user" href=<?php echo $this->baseUrl . "/user/edit-user"?>><span class="name"><?php echo $this->escape($this->loggedInAs()); ?></span></a>
| <a href=<?php echo $this->baseUrl . "/login/logout"?>><?php echo _("Logout")?></a>
</li>
</ol>

View file

@ -4,8 +4,8 @@
<div>
<div class="media_type_selector dashboard_sub_nav" data-selection-id="1">
<a href="#files">
<i class='icon-file icon-white'></i>
<span class="selector-name hidden"><?php echo _("Files") ?></span>
<i class='icon-music icon-white'></i>
<span class="selector-name hidden"><?php echo _("Tracks") ?></span>
</a>
</div>
<div class="media_type_selector dashboard_sub_nav" data-selection-id="2">