Repository: airavata-php-gateway Updated Branches: refs/heads/develop b57204671 -> 0bb39147b
Unifying look and feel of all create forms on application UIs 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/2848f837 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/2848f837 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/2848f837 Branch: refs/heads/develop Commit: 2848f837657991467ea9f90060a25b0017a5520f Parents: b572046 Author: Nipurn Doshi <[email protected]> Authored: Wed Feb 10 14:40:02 2016 -0500 Committer: Nipurn Doshi <[email protected]> Committed: Wed Feb 10 14:40:02 2016 -0500 ---------------------------------------------------------------------- app/views/application/deployment.blade.php | 5 +++-- app/views/application/module.blade.php | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/2848f837/app/views/application/deployment.blade.php ---------------------------------------------------------------------- diff --git a/app/views/application/deployment.blade.php b/app/views/application/deployment.blade.php index 83a3bdb..89bc604 100644 --- a/app/views/application/deployment.blade.php +++ b/app/views/application/deployment.blade.php @@ -134,12 +134,13 @@ </div> </div> - <div class="modal fade" id="create-app-deployment-block" tabindex="-1" role="dialog" aria-labelledby="add-modal" - aria-hidden="true"> + <div class="modal fade" id="create-app-deployment-block" tabindex="-1" role="dialog" aria-labelledby="add-modal" aria-hidden="true" data-backdrop="static"> <div class="modal-dialog"> <form action="{{URL::to('/')}}/app/deployment-create" method="POST"> <div class="modal-content"> <div class="modal-header"> + <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span + aria-hidden="true">×</span></button> <h3 class="text-center">Create Application Deployment</h3> </div> <div class="modal-body row"> http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/2848f837/app/views/application/module.blade.php ---------------------------------------------------------------------- diff --git a/app/views/application/module.blade.php b/app/views/application/module.blade.php index c30752f..94715c3 100644 --- a/app/views/application/module.blade.php +++ b/app/views/application/module.blade.php @@ -100,8 +100,8 @@ </div> <div class="modal-footer"> <div class="form-group"> - <input type="submit" class="btn btn-primary" value="Save"/> - <input type="reset" class="reset-create-form btn btn-success" value="Reset"/> + <input type="submit" class="btn btn-primary" value="Create"/> + <input type="button" class="btn btn-default" data-dismiss="modal" value="Cancel"/> </div> </div> </div>
