Private
Public Access
1
0

implemented most of Mike's suggestions

This commit is contained in:
Sander Roosendaal
2017-10-20 21:32:37 +02:00
parent a0a3ef9f60
commit 157c0373fe
11 changed files with 121 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ workflowmiddlepanel = (
('panel_summary.html','Summary'),
('panel_map.html','Map'),
('panel_comments.html','Basic Info and Links'),
('panel_middlesocial.html','Social Media Share Buttons'),
)
defaultmiddle = ['panel_statcharts.html',
@@ -20,6 +21,9 @@ defaultmiddle = ['panel_statcharts.html',
workflowleftpanel = (
('panel_navigationheader.html','Navigation Header'),
('panel_editbuttons.html','Edit Workout Button'),
('panel_delete.html','Delete Workout Button'),
('panel_export.html','Export Workout Button'),
('panel_social.html','Social Media Share Buttons'),
('panel_advancededit.html','Advanced Workout Edit Button'),
('panel_editintervals.html','Edit Intervals Button'),
('panel_stats.html','Workout Statistics Button'),