Merge branch '3.8'

Conflicts:
	lib/classes/task/Scheduler.php
	lib/classes/task/abstract.php
	templates/web/client/index.html.twig
This commit is contained in:
Nicolas Le Goff
2014-02-04 11:25:59 +01:00
15 changed files with 28 additions and 7 deletions

View File

Before

Width:  |  Height:  |  Size: 64 B

After

Width:  |  Height:  |  Size: 64 B

View File

Before

Width:  |  Height:  |  Size: 223 B

After

Width:  |  Height:  |  Size: 223 B

View File

@@ -1137,7 +1137,7 @@ form.phrasea_query input.query {
}
.history-validate, .history-push {
background-image: url('icons/push16.png');
background-image: url('/skins/icons/push16.png');
background-repeat: no-repeat;
background-position: center left;
padding-left: 30px;

View File

@@ -1166,7 +1166,7 @@ form.phrasea_query input.query {
}
.history-validate, .history-push {
background-image: url('icons/push16.png');
background-image: url('/skins/icons/push16.png');
background-repeat: no-repeat;
background-position: center left;
padding-left: 30px;
@@ -1611,7 +1611,7 @@ input.btn-mini {
padding: 0 35px;
bottom: -10px;
position: absolute;
background-image: url('images/hsplitter.png');
background-image: url('../../icons/hsplitter.png');
background-position: center center;
background-repeat: no-repeat;
cursor: row-resize;