You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2015/07/29 19:48:48 UTC

[16/50] [abbrv] airavata-php-gateway git commit: fixing Airavata - 1786

fixing Airavata - 1786


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/05cdda69
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/05cdda69
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/05cdda69

Branch: refs/heads/master
Commit: 05cdda69499fdd934e416d55fcbcd4831a13b588
Parents: 6ea6787
Author: Supun Nakandala <sc...@apache.org>
Authored: Tue Jul 21 12:24:27 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Tue Jul 21 12:24:27 2015 +0530

----------------------------------------------------------------------
 app/views/partials/experiment-info.blade.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/05cdda69/app/views/partials/experiment-info.blade.php
----------------------------------------------------------------------
diff --git a/app/views/partials/experiment-info.blade.php b/app/views/partials/experiment-info.blade.php
index 22566f6..295d38f 100644
--- a/app/views/partials/experiment-info.blade.php
+++ b/app/views/partials/experiment-info.blade.php
@@ -150,8 +150,8 @@
                    class="btn btn-success"
                    value="Launch"
                    title="Launch the experiment" <?php if (!$expVal["editable"]) echo 'style="display: none"' ?>>
-            <a href="{{URL::to('/') }}/experiment/cancel?expId={{ $experiment->experimentID }}"
-               class="btn btn-default"
+            <a id="cancel_exp_link" href="{{URL::to('/') }}/experiment/cancel?expId={{ $experiment->experimentID }}"
+               class="btn btn-default" onclick="return confirm('Are you sure you want to cancel this experiment?')"
                role="button"
                tit  le="Edit the experiment's settings" <?php if (!$expVal["cancelable"]) echo 'style="display: none"' ?>>
                 <input name="cancel" type="submit" class="btn btn-warning"