Improved way to track the choices made during the installation in order to:

1) Be able to proerly report this information
2) Make sure that the same (proper) choices are proposed upon update

SVN:trunk[4815]
This commit is contained in:
Denis Flaven
2017-07-07 16:00:30 +00:00
parent 307145502c
commit d0d9b1ce50
12 changed files with 938 additions and 143 deletions

View File

@@ -1962,3 +1962,11 @@ span.refresh-button {
.object-ref-link {
background: none;
}
.extension-source {
display: inline-block;
background-color: #555;
padding: 3px;
font-size: 10px;
color: #fff;
border-radius: 4px;
}