From c5c2f81fb19923be9f4451585e05e3dbae7bc280 Mon Sep 17 00:00:00 2001 From: sgaved Date: Fri, 3 Mar 2017 11:52:08 +0000 Subject: [PATCH 1/3] Fix Default value button in import --- modules/Import/views/view.step3.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Import/views/view.step3.php b/modules/Import/views/view.step3.php index 6c830b8ac19..c1b0417b0fa 100755 --- a/modules/Import/views/view.step3.php +++ b/modules/Import/views/view.step3.php @@ -518,6 +518,7 @@ protected function _getCSS() background: transparent url('index.php?entryPoint=getImage&themeName=Sugar&themeName=Sugar&imageName=sugar-yui-sprites.png') no-repeat 0 -90px; padding-left: 10px; cursor: pointer; + display: inline; } span.expand{ From 76cc349074991d6ffb8fb9b1d3a4b90c488cf65f Mon Sep 17 00:00:00 2001 From: sgaved Date: Fri, 3 Mar 2017 11:56:07 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9af7c524bd5..5d1b7bb4326 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ##SuiteCRM 7.8.2 -[![Build Status](https://travis-ci.org/salesagility/SuiteCRM.svg?branch=master)](https://travis-ci.org/salesagility/SuiteCRM) +[![Build Status](https://travis-ci.org/salesagility/SuiteCRM.svg?branch=hotfix)](https://travis-ci.org/salesagility/SuiteCRM) ### What's in this repository ### From 5d447ab712eda184fdd4b0338a0765eb5622cb8f Mon Sep 17 00:00:00 2001 From: Dillon Brown Date: Mon, 18 Sep 2017 17:50:54 +0100 Subject: [PATCH 3/3] Revert "Update README.md" This reverts commit 76cc349074991d6ffb8fb9b1d3a4b90c488cf65f. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d1b7bb4326..9af7c524bd5 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ##SuiteCRM 7.8.2 -[![Build Status](https://travis-ci.org/salesagility/SuiteCRM.svg?branch=hotfix)](https://travis-ci.org/salesagility/SuiteCRM) +[![Build Status](https://travis-ci.org/salesagility/SuiteCRM.svg?branch=master)](https://travis-ci.org/salesagility/SuiteCRM) ### What's in this repository ###