From 3f03f5718b90f6d44e63e9115370450c44d6ce9a Mon Sep 17 00:00:00 2001
From: Flavio Tarsetti <Flavio.Tarsetti@idiap.ch>
Date: Wed, 3 Aug 2016 11:31:31 +0200
Subject: [PATCH] [plotters][templates] changed logo/position plotterparameter
 update button

---
 .../plotters/templates/plotterparameters/panels/actions.html   | 3 ++-
 .../templates/plotterparameters/partials/plotparamsinfo.html   | 3 ---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/beat/web/plotters/templates/plotterparameters/panels/actions.html b/beat/web/plotters/templates/plotterparameters/panels/actions.html
index 5540de3cb..b8ebbd3da 100644
--- a/beat/web/plotters/templates/plotterparameters/panels/actions.html
+++ b/beat/web/plotters/templates/plotterparameters/panels/actions.html
@@ -29,7 +29,8 @@
   {% else %}
   {% ifequal request.user.username object.author.username %}
     {% ifequal object.get_sharing_display 'Private' %}
-  <a id="save-button" class="btn btn-default btn-save" data-toggle="tooltip" data-placement="bottom" data-plotter="{{object.plotter}}" title="Save" saveplotterparameter><i class="fa fa-floppy-o fa-lg"></i></a>
+    <a id="refresh-button" class="btn btn-default btn-save" data-toggle="tooltip" data-placement="bottom" data-plotter="{{object.plotter}}" title="Test parameters" testplotterparameters><i class="fa fa-refresh fa-lg"></i></a>
+    <a id="save-button" class="btn btn-default btn-save" data-toggle="tooltip" data-placement="bottom" data-plotter="{{object.plotter}}" title="Save" saveplotterparameter><i class="fa fa-floppy-o fa-lg"></i></a>
     {% endifequal %}
   {% endifequal %}
   {% endif %}
diff --git a/beat/web/plotters/templates/plotterparameters/partials/plotparamsinfo.html b/beat/web/plotters/templates/plotterparameters/partials/plotparamsinfo.html
index fe11cec24..dc2555298 100644
--- a/beat/web/plotters/templates/plotterparameters/partials/plotparamsinfo.html
+++ b/beat/web/plotters/templates/plotterparameters/partials/plotparamsinfo.html
@@ -39,9 +39,6 @@
   <div class="col-sm-12">
     <table id="table_plotparams" class="table table-hover table-striped table-condensed">
     Tune your plotterparameters and click the wrench button icon to see how it looks on the plotter
-<div class="btn-group btn-group-sm action-buttons pull-right">
-<a id="save-button" class="btn btn-default btn-save" data-toggle="tooltip" data-placement="bottom" data-plotter="{{object.plotter}}" title="Test parameters" testplotterparameters><i class="fa fa-wrench fa-lg"></i></a>
-</div>
 
       <thead>
         <tr>
-- 
GitLab