Removed useless button
This commit is contained in:
parent
4548b4fcee
commit
f67c2e5b53
@ -563,8 +563,10 @@ if ($mode == 'common' || $mode == 'commonkanban') {
|
|||||||
$moreforfilter .= ' ';
|
$moreforfilter .= ' ';
|
||||||
$moreforfilter .= '<div class="divsearchfield">';
|
$moreforfilter .= '<div class="divsearchfield">';
|
||||||
$moreforfilter .= '<input type="submit" name="buttonsubmit" class="button" value="'.dol_escape_htmltag($langs->trans("Refresh")).'">';
|
$moreforfilter .= '<input type="submit" name="buttonsubmit" class="button" value="'.dol_escape_htmltag($langs->trans("Refresh")).'">';
|
||||||
$moreforfilter .= ' ';
|
if ($search_keyword || $search_status || $search_nature || $search_version) {
|
||||||
$moreforfilter .= '<input type="submit" name="buttonreset" class="buttonreset butActionDelete noborderbottom" value="'.dol_escape_htmltag($langs->trans("Reset")).'">';
|
$moreforfilter .= ' ';
|
||||||
|
$moreforfilter .= '<input type="submit" name="buttonreset" class="buttonreset noborderbottom" value="'.dol_escape_htmltag($langs->trans("Reset")).'">';
|
||||||
|
}
|
||||||
$moreforfilter .= '</div>';
|
$moreforfilter .= '</div>';
|
||||||
$moreforfilter .= '</div>';
|
$moreforfilter .= '</div>';
|
||||||
|
|
||||||
|
|||||||
@ -3308,6 +3308,9 @@ input.buttonreset {
|
|||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
padding: 8px 15px;
|
padding: 8px 15px;
|
||||||
|
text-decoration: underline;
|
||||||
|
color: var(--colortextlink);
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.nopaddingleft {
|
.nopaddingleft {
|
||||||
padding-<?php print $left; ?>: 0px;
|
padding-<?php print $left; ?>: 0px;
|
||||||
|
|||||||
@ -3366,6 +3366,14 @@ tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
|
|||||||
.smallpaddingimp {
|
.smallpaddingimp {
|
||||||
padding: 4px !important;
|
padding: 4px !important;
|
||||||
}
|
}
|
||||||
|
input.buttonreset {
|
||||||
|
margin-top: 3px;
|
||||||
|
margin-bottom: 3px;
|
||||||
|
padding: 8px 15px;
|
||||||
|
text-decoration: underline;
|
||||||
|
color: var(--colortextlink);
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.notopnoleft {
|
.notopnoleft {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user