Skip to content

Commit

Permalink
Merge pull request #103 from tomtom84/master
Browse files Browse the repository at this point in the history
fixes in theme diabook
  • Loading branch information
tomtom84 committed Mar 7, 2012
2 parents 7ad2dd6 + ec3ce05 commit dd2ff7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Binary file removed view/theme/diabook/icons/bug-x.gif
Binary file not shown.
11 changes: 8 additions & 3 deletions view/theme/diabook/nav.tpl
Expand Up @@ -136,11 +136,16 @@

</ul>



</nav>

<div style="position: fixed; bottom: 5px; right: 10px;"><a href="javascript:scroll(0,0); "><img src="view/theme/diabook/icons/scroll_top.png" title="scroll to top"></a></div>
<div style="position: fixed; bottom: 5px; left: 25px;">$langselector</div>
<div style="position: fixed; bottom: 25px; left: 5px;"><a href="http://pad.toktan.org/p/diabook" target="blank" ><img src="view/theme/diabook/icons/ftdevs.gif" title="Fehlerreport für das Theme diaBook erstellen"/></a></div>


<ul id="nav-notifications-template" style="display:none;" rel="template">
<li class="{4}"><a href="{0}"><img src="{1}">{2} <span class="notif-when">{3}</span></a></li>
</ul>


<ul id="nav-notifications-template" style="display:none;" rel="template">
<li><a href="{0}"><img src="{1}">{2} <span class="notif-when">{3}</span></a></li>
Expand Down

0 comments on commit dd2ff7c

Please sign in to comment.