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 <[email protected]> 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> + </select> - <a href="" target="_blank" id="retLinks">Download <span class="glyphicon glyphicon-save" style="width:20px"></span></a> +<!-- <a href="" target="_blank" id="retLinks">Download <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 <span class="glyphicon glyphicon-save" style="width:20px"></span></button> </td> </tr> <tr> @@ -241,8 +242,9 @@ <option value="mm10">mm10</option> </select> or input - <input type="text" id="customeGB" style="width:40px"/> - <a href="#1" target="_blank" id="gbLinks">Switch to genome browser <span class="glyphicon glyphicon-new-window" style="width:20px"></span></a> + <input type="text" id="customeGB" style="width:40px"/> +<!-- <a href="#1" target="_blank" id="gbLinks">Switch to genome browser <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 <span class="glyphicon glyphicon-new-window" style="width:20px"></span></button> </td> </tr> {{-- dREG --}}
