diff options
Diffstat (limited to 'theme/dive_export.html')
-rw-r--r-- | theme/dive_export.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/dive_export.html b/theme/dive_export.html index 2374c0758..e1b3189b5 100644 --- a/theme/dive_export.html +++ b/theme/dive_export.html @@ -156,6 +156,13 @@ function changeAdvSearch(e){ </center> </div> <div id="divePanel"> + <center> + <div id="but"> + <button onClick="prevDetailedDive()"><-</button> + <button onClick="unshowDiveDetails()">Back to List</button> + <button onClick="nextDetailedDive()">-></button> + </div> + </center> <div id="diveprofile"> <h2>Dive profile</h2> <canvas id="profileCanvas"></canvas> |