Fix: line into theme
This commit is contained in:
parent
77f177d846
commit
5aeec9eab2
@ -69,6 +69,7 @@ For users:
|
||||
- New: [ task #608 ] Can clone a supplier order with prices updates
|
||||
- New: [ task #559 ] Can define a discount % regarding quantity in supplier prices and price by quantity in customer prices
|
||||
- New: [ task #527 ] After cloning a suplier invoice, go onto invoice ref into edit mode
|
||||
- New: Add new theme Amarok.
|
||||
|
||||
New experimental modules:
|
||||
- New: Add margin management module.
|
||||
|
||||
@ -324,7 +324,6 @@ if ($nboftargetok) {
|
||||
$ret=`rm -fr $BUILDROOT/$PROJECT/Thumbs.db $BUILDROOT/$PROJECT/*/Thumbs.db $BUILDROOT/$PROJECT/*/*/Thumbs.db $BUILDROOT/$PROJECT/*/*/*/Thumbs.db $BUILDROOT/$PROJECT/*/*/*/*/Thumbs.db`;
|
||||
$ret=`rm -f $BUILDROOT/$PROJECT/.cvsignore $BUILDROOT/$PROJECT/*/.cvsignore $BUILDROOT/$PROJECT/*/*/.cvsignore $BUILDROOT/$PROJECT/*/*/*/.cvsignore $BUILDROOT/$PROJECT/*/*/*/*/.cvsignore $BUILDROOT/$PROJECT/*/*/*/*/*/.cvsignore $BUILDROOT/$PROJECT/*/*/*/*/*/*/.cvsignore`;
|
||||
$ret=`rm -f $BUILDROOT/$PROJECT/.gitignore $BUILDROOT/$PROJECT/*/.gitignore $BUILDROOT/$PROJECT/*/*/.gitignore $BUILDROOT/$PROJECT/*/*/*/.gitignore $BUILDROOT/$PROJECT/*/*/*/*/.gitignore $BUILDROOT/$PROJECT/*/*/*/*/*/.gitignore $BUILDROOT/$PROJECT/*/*/*/*/*/*/.gitignore`;
|
||||
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/theme/amarok`;
|
||||
$ret=`rm -f $BUILDROOT/$PROJECT/htdocs/includes/geoip/sample*.*`;
|
||||
$ret=`rm -f $BUILDROOT/$PROJECT/htdocs/includes/jquery/plugins/jqueryFileTree/connectors/jqueryFileTree.pl`; # Avoid errors into rpmlint
|
||||
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/jquery/plugins/template`; # Package not valid for most linux distributions (errors reported into compile.js). Package should be embed by modules to avoid problems.
|
||||
|
||||
@ -437,7 +437,7 @@ div.vmenu {
|
||||
.menu_contenu {
|
||||
background-color:#ffffff;
|
||||
padding-left:12px;
|
||||
border-bottom:solid 1px rgba(0,0,0,.05);
|
||||
border-top:solid 1px rgba(0,0,0,.05);
|
||||
}
|
||||
|
||||
.menu_contenu:hover {background-color:#f7f7f7;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user