Skip to content

Commit

Permalink
Menu buttons to Upload and Download Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Jun 23, 2017
1 parent 909a2f4 commit 398c960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/include/navbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<?php
if (User::canUpload()) {
?>
<a href="upload" class="btn btn-default navbar-btn hidden-xs" data-toggle="tooltip" title="<?php echo __("Video and Audio Upload"); ?>" data-placement="bottom" ><span class="fa fa-arrow-up"></span></a>
<a href="download" class="btn btn-default navbar-btn hidden-xs" data-toggle="tooltip" title="<?php echo __("Import Videos from Sites"); ?>" data-placement="bottom" ><span class="fa fa-arrow-down"></span></a>
<a href="upload" class="btn btn-default navbar-btn hidden-xs" data-toggle="tooltip" title="<?php echo __("Video and Audio Upload"); ?>" data-placement="bottom" ><span class="fa fa-upload"></span></a>
<a href="download" class="btn btn-default navbar-btn hidden-xs" data-toggle="tooltip" title="<?php echo __("Import Videos from Sites"); ?>" data-placement="bottom" ><span class="fa fa-download"></span></a>
<?php
}
?>
Expand Down

0 comments on commit 398c960

Please sign in to comment.