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