diff options
Diffstat (limited to 'src/templates/workflow/viewport-base.html')
-rw-r--r-- | src/templates/workflow/viewport-base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/workflow/viewport-base.html b/src/templates/workflow/viewport-base.html index 82c1324..9ddb4b8 100644 --- a/src/templates/workflow/viewport-base.html +++ b/src/templates/workflow/viewport-base.html @@ -93,10 +93,10 @@ </style> <button id="gof" onclick="go(step+1)" class="btn go_btn go_forward">Go Forward</button> -<button id="gob" onclick="go(step-1)" class="btn btn go_btn go_back">Go Back</button> +<button id="gob" onclick="go(step-1)" class="btn go_btn go_back">Go Back</button> <div class="options"> - <button id="cancel_btn" class="btn" onclick="cancel_wf()">Cancel</button> + <button id="cancel_btn" class="btn btn-primary" onclick="cancel_wf()">Cancel</button> </div> <div class="btn_wrapper"> <div id="breadcrumbs" class="btn-group"> |