You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2013/06/25 00:57:35 UTC

svn commit: r1496254 - /incubator/climate/trunk/rcmet/src/main/ui/app/index.html

Author: joyce
Date: Mon Jun 24 22:57:34 2013
New Revision: 1496254

URL: http://svn.apache.org/r1496254
Log:
CLIMATE-152 progress - Move settings button to new row

- Move the settings button to the new row with 'select dataset'. The
  button look for this is a bit unattractive. Should probably remove
  button entirely in the future and just use the icon.

Modified:
    incubator/climate/trunk/rcmet/src/main/ui/app/index.html

Modified: incubator/climate/trunk/rcmet/src/main/ui/app/index.html
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/app/index.html?rev=1496254&r1=1496253&r2=1496254&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/app/index.html (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/app/index.html Mon Jun 24 22:57:34 2013
@@ -191,9 +191,6 @@
         <!--<div class="span1">-->
           <!--<button class="btn btn-block btn-primary" ng-hide="shouldDisableResultsView()" bootstrap-modal-open="evaluationResults">Results</button>-->
         <!--</div>-->
-        <!--<div class="span1">-->
-          <!--<button class="btn btn-block" background="false" bootstrap-modal-open="evaluationSettings"><i class="icon-cogs"></i></button>-->
-        <!--</div>-->
       </div>
       <div class="row">
         <div class="span1 text-center">North:</div>
@@ -225,6 +222,9 @@
       </div>
       <div class="row">
         <div class="span2">
+          <button class="btn btn-block" background="false" bootstrap-modal-open="evaluationSettings"><i class="icon-cogs"></i></button>
+        </div>
+        <div class="span2">
           <button class="btn btn-block btn-success" bootstrap-modal-open="datasetSelect">Select</button>
         </div>
       </div>