You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by nd...@apache.org on 2016/02/02 20:03:16 UTC

[2/4] airavata-php-gateway git commit: Adding clarity in functionality for a Super admin

Adding clarity in functionality for a Super admin


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/b1996f9a
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/b1996f9a
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/b1996f9a

Branch: refs/heads/develop
Commit: b1996f9abcc1ac9b3501c599cea415e3ea9f01d3
Parents: 0039683
Author: Nipurn Doshi <ni...@gmail.com>
Authored: Tue Feb 2 11:59:01 2016 -0500
Committer: Nipurn Doshi <ni...@gmail.com>
Committed: Tue Feb 2 11:59:01 2016 -0500

----------------------------------------------------------------------
 app/views/admin/manage-gateway.blade.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/b1996f9a/app/views/admin/manage-gateway.blade.php
----------------------------------------------------------------------
diff --git a/app/views/admin/manage-gateway.blade.php b/app/views/admin/manage-gateway.blade.php
index a962dc0..206c75f 100644
--- a/app/views/admin/manage-gateway.blade.php
+++ b/app/views/admin/manage-gateway.blade.php
@@ -25,7 +25,7 @@
         </div>
         <div class="container-fluid">
             <div class="panel-group" id="accordion2">
-                <h3>Your Gateway Preferences</h3>
+                <h3>Edit your Gateway Preferences</h3>
                 @foreach( $gateways as $indexGP => $gp )
                     @if( $gp->gatewayId == Session::get("gateway_id"))
                         @include('partials/gateway-preferences-block', array("gp" => $gp, "accName" => "accordion2") )
@@ -36,7 +36,7 @@
             @if( Session::has('super-admin'))
             <div class="row">
                 <div class="col-md-6">
-                    <h3>All Gateway Preferences</h3>
+                    <h3>Check all Gateway Preferences</h3>
                 </div>
                 <div class="col-md-6" style="margin-top:2%">
                     <input type="text" class="col-md-12 filterinput" placeholder="Search by Gateway Name"/>