Debug v18
This commit is contained in:
parent
2ebfb18809
commit
8b34b3eb18
@ -1211,6 +1211,8 @@ if (empty($action) || $action == 'view') {
|
|||||||
print '<td class="right nowraponall amount">'.($mt >= 0 ? price($mt) : '')."</td>";
|
print '<td class="right nowraponall amount">'.($mt >= 0 ? price($mt) : '')."</td>";
|
||||||
print '<td class="right nowraponall amount">'.($mt < 0 ? price(-$mt) : '')."</td>";
|
print '<td class="right nowraponall amount">'.($mt < 0 ? price(-$mt) : '')."</td>";
|
||||||
print "</tr>";
|
print "</tr>";
|
||||||
|
|
||||||
|
$i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1336,6 +1338,8 @@ if (empty($action) || $action == 'view') {
|
|||||||
print '<td class="right nowraponall amount">'.($mt >= 0 ? price($mt) : '')."</td>";
|
print '<td class="right nowraponall amount">'.($mt >= 0 ? price($mt) : '')."</td>";
|
||||||
|
|
||||||
print "</tr>";
|
print "</tr>";
|
||||||
|
|
||||||
|
$i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else { // Waiting account
|
} else { // Waiting account
|
||||||
@ -1373,11 +1377,18 @@ if (empty($action) || $action == 'view') {
|
|||||||
print '<td class="right nowraponall amount">'.($mt < 0 ? price(-$mt) : '')."</td>";
|
print '<td class="right nowraponall amount">'.($mt < 0 ? price(-$mt) : '')."</td>";
|
||||||
print '<td class="right nowraponall amount">'.($mt >= 0 ? price($mt) : '')."</td>";
|
print '<td class="right nowraponall amount">'.($mt >= 0 ? price($mt) : '')."</td>";
|
||||||
print "</tr>";
|
print "</tr>";
|
||||||
|
|
||||||
|
$i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!$i) {
|
||||||
|
$colspan = 8;
|
||||||
|
print '<tr class="oddeven"><td colspan="'.$colspan.'"><span class="opacitymedium">'.$langs->trans("NoRecordFound").'</span></td></tr>';
|
||||||
|
}
|
||||||
|
|
||||||
print "</table>";
|
print "</table>";
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
|
||||||
|
|||||||
@ -615,6 +615,8 @@ if (empty($action) || $action == 'view') {
|
|||||||
print '<td class="right nowraponall amount">'.($mt >= 0 ? price($mt) : '')."</td>";
|
print '<td class="right nowraponall amount">'.($mt >= 0 ? price($mt) : '')."</td>";
|
||||||
print '<td class="right nowraponall amount">'.($mt < 0 ? price(-$mt) : '')."</td>";
|
print '<td class="right nowraponall amount">'.($mt < 0 ? price(-$mt) : '')."</td>";
|
||||||
print "</tr>";
|
print "</tr>";
|
||||||
|
|
||||||
|
$i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -649,6 +651,8 @@ if (empty($action) || $action == 'view') {
|
|||||||
print '<td class="right nowraponall amount">'.($mt < 0 ? price(-$mt) : '')."</td>";
|
print '<td class="right nowraponall amount">'.($mt < 0 ? price(-$mt) : '')."</td>";
|
||||||
print '<td class="right nowraponall amount">'.($mt >= 0 ? price($mt) : '')."</td>";
|
print '<td class="right nowraponall amount">'.($mt >= 0 ? price($mt) : '')."</td>";
|
||||||
print "</tr>";
|
print "</tr>";
|
||||||
|
|
||||||
|
$i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// VAT
|
// VAT
|
||||||
@ -685,11 +689,18 @@ if (empty($action) || $action == 'view') {
|
|||||||
print '<td class="right nowraponall amount">'.($mt >= 0 ? price($mt) : '')."</td>";
|
print '<td class="right nowraponall amount">'.($mt >= 0 ? price($mt) : '')."</td>";
|
||||||
print '<td class="right nowraponall amount">'.($mt < 0 ? price(-$mt) : '')."</td>";
|
print '<td class="right nowraponall amount">'.($mt < 0 ? price(-$mt) : '')."</td>";
|
||||||
print "</tr>";
|
print "</tr>";
|
||||||
|
|
||||||
|
$i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!$i) {
|
||||||
|
$colspan = 7;
|
||||||
|
print '<tr class="oddeven"><td colspan="'.$colspan.'"><span class="opacitymedium">'.$langs->trans("NoRecordFound").'</span></td></tr>';
|
||||||
|
}
|
||||||
|
|
||||||
print "</table>";
|
print "</table>";
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
|
||||||
|
|||||||
@ -537,7 +537,7 @@ if (empty($conf->global->MAIN_DISABLE_GLOBAL_WORKBOARD)) {
|
|||||||
$openedDashBoard .= '<div class="info-box-lines">'."\n";
|
$openedDashBoard .= '<div class="info-box-lines">'."\n";
|
||||||
|
|
||||||
foreach ($boards as $board) {
|
foreach ($boards as $board) {
|
||||||
$openedDashBoard .= '<div class="info-box-line">';
|
$openedDashBoard .= '<div class="info-box-line spanoverflow nowrap">';
|
||||||
|
|
||||||
if (!empty($board->labelShort)) {
|
if (!empty($board->labelShort)) {
|
||||||
$infoName = '<span class="marginrightonly" title="'.$board->label.'">'.$board->labelShort.'</span>';
|
$infoName = '<span class="marginrightonly" title="'.$board->label.'">'.$board->labelShort.'</span>';
|
||||||
|
|||||||
@ -1317,7 +1317,7 @@ select.flat.selectlimit {
|
|||||||
}
|
}
|
||||||
/* using a tdoverflowxxx make the min-width not working */
|
/* using a tdoverflowxxx make the min-width not working */
|
||||||
.tdnooverflowimp {
|
.tdnooverflowimp {
|
||||||
text-overflow: none;
|
text-overflow: unset;
|
||||||
}
|
}
|
||||||
.tdoverflow {
|
.tdoverflow {
|
||||||
max-width: 0;
|
max-width: 0;
|
||||||
|
|||||||
@ -135,7 +135,8 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.info-box-text.info-box-text-a {
|
a.info-box-text.info-box-text-a {
|
||||||
display: table-cell;
|
/* display: table-cell; */
|
||||||
|
display: contents;
|
||||||
}
|
}
|
||||||
a.info-box-text-a i.fa.fa-exclamation-triangle {
|
a.info-box-text-a i.fa.fa-exclamation-triangle {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
|
|||||||
@ -136,7 +136,8 @@ if (GETPOSTISSET('THEME_SATURATE_RATIO')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.info-box-text.info-box-text-a {
|
a.info-box-text.info-box-text-a {
|
||||||
display: table-cell;
|
/* display: table-cell; */
|
||||||
|
display: contents;
|
||||||
}
|
}
|
||||||
a.info-box-text-a i.fa.fa-exclamation-triangle {
|
a.info-box-text-a i.fa.fa-exclamation-triangle {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
@ -197,7 +198,7 @@ a.info-box-text-a i.fa.fa-exclamation-triangle {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
float: left;
|
float: left;
|
||||||
/* height: 90px; */
|
/* height: 90px; */
|
||||||
width: 90px;
|
width: 86px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
line-height: 90px;
|
line-height: 90px;
|
||||||
@ -334,7 +335,7 @@ a.info-box-text-a i.fa.fa-exclamation-triangle {
|
|||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
}
|
}
|
||||||
.info-box-text{
|
.info-box-text{
|
||||||
font-size: 0.92em;
|
font-size: 0.90em;
|
||||||
}
|
}
|
||||||
.info-box-text:first-letter{text-transform: uppercase}
|
.info-box-text:first-letter{text-transform: uppercase}
|
||||||
a.info-box-text{ text-decoration: none;}
|
a.info-box-text{ text-decoration: none;}
|
||||||
|
|||||||
@ -1553,7 +1553,7 @@ select.flat.selectlimit {
|
|||||||
}
|
}
|
||||||
/* using a tdoverflowxxx make the min-width not working */
|
/* using a tdoverflowxxx make the min-width not working */
|
||||||
.tdnooverflowimp {
|
.tdnooverflowimp {
|
||||||
text-overflow: none;
|
text-overflow: unset;
|
||||||
}
|
}
|
||||||
.tdoverflow {
|
.tdoverflow {
|
||||||
max-width: 0;
|
max-width: 0;
|
||||||
@ -3431,7 +3431,9 @@ a.vsmenu.addbookmarkpicto {
|
|||||||
}
|
}
|
||||||
div.blockvmenufirst {
|
div.blockvmenufirst {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
<?php if (getDolGlobalString('MAIN_USE_TOP_MENU_SEARCH_DROPDOWN')) { ?>
|
||||||
border-top: 1px solid #e0e0e0;
|
border-top: 1px solid #e0e0e0;
|
||||||
|
<?php } ?>
|
||||||
}
|
}
|
||||||
div.blockvmenusearch, div.blockvmenubookmarks
|
div.blockvmenusearch, div.blockvmenubookmarks
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user