You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/06/02 17:22:55 UTC

[airavata-php-gateway] 08/14: change links to buttons

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch dreg-gateway
in repository https://gitbox.apache.org/repos/asf/airavata-php-gateway.git

commit 4e8d471b1899ebfe4467fc2e1587cf72cd68c519
Author: root <ro...@dreg-gateway-instance1.jetstreamlocal>
AuthorDate: Fri Oct 5 20:17:17 2018 +0000

    change links to buttons
---
 app/views/partials/experiment-info.blade.php | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/app/views/partials/experiment-info.blade.php b/app/views/partials/experiment-info.blade.php
index 268058b..ece374c 100755
--- a/app/views/partials/experiment-info.blade.php
+++ b/app/views/partials/experiment-info.blade.php
@@ -226,9 +226,10 @@
 @if(file_exists($dataRoot . '/' . $expDataDir. '/ARCHIVE/'.$param_prefix.'.dREG.peak.score.bed.gz') )
                     <option value=<?php echo $param_prefix.".dREG.peak.score.bed.gz"?>>dREG peak(only with scores)</option>
 @endif
-                </select> &nbsp;&nbsp;&nbsp;&nbsp;
+                </select> &nbsp;&nbsp;
 
-   	       <a href="" target="_blank" id="retLinks">Download&nbsp;<span class="glyphicon glyphicon-save"  style="width:20px"></span></a>
+<!--   	       <a href="" target="_blank" id="retLinks">Download&nbsp;<span class="glyphicon glyphicon-save"  style="width:20px"></span></a> -->
+<button id="retLinks" style="color: #fff; background-color: #3e5a43; border-color: #46b8da; border: 1px solid transparent;" >Download&nbsp;<span class="glyphicon glyphicon-save"  style="width:20px"></span></button>
             </td>
         </tr>
         <tr>
@@ -241,8 +242,9 @@
                     <option value="mm10">mm10</option>
                 </select> 
                 &nbsp;or input&nbsp;&nbsp;&nbsp;&nbsp;
-                <input type="text" id="customeGB" style="width:40px"/> 
-  	        <a href="#1" target="_blank" id="gbLinks">Switch to genome browser&nbsp;<span class="glyphicon glyphicon-new-window"  style="width:20px"></span></a>
+                <input type="text" id="customeGB" style="width:40px"/> &nbsp;&nbsp; 
+<!--  	        <a href="#1" target="_blank" id="gbLinks">Switch to genome browser&nbsp;<span class="glyphicon glyphicon-new-window"  style="width:20px"></span></a> -->
+<button id="gbLinks" style="color: #fff; background-color: #3e5a43; border-color: #46b8da; border: 1px solid transparent;">Switch to genome browser&nbsp;<span class="glyphicon glyphicon-new-window" style="width:20px"></span></button>
             </td>
         </tr>
 {{-- dREG --}}