This commit is contained in:
Laurent Destailleur 2018-02-28 19:36:04 +01:00
parent c2420aa5d9
commit 82a9d1797f
3 changed files with 5 additions and 5 deletions

View File

@ -313,8 +313,8 @@ print '<td class="liste_titre">&nbsp;</td>';
print '<td class="liste_titre" align="center">'; print '<td class="liste_titre" align="center">';
print $form->selectarray('status', array('0'=>$langs->trans("Disabled"), '1'=>$langs->trans("Enabled"), '-2'=>$langs->trans("EnabledAndDisabled"), '2'=>$langs->trans("Archived")), $status, 1); print $form->selectarray('status', array('0'=>$langs->trans("Disabled"), '1'=>$langs->trans("Enabled"), '-2'=>$langs->trans("EnabledAndDisabled"), '2'=>$langs->trans("Archived")), $status, 1);
print '</td><td class="liste_titre" align="right">'; print '</td><td class="liste_titre" align="right">';
print '<input class="liste_titre" type="image" src="'.img_picto($langs->trans("Search"),'search.png','','',1).'" value="'.dol_escape_htmltag($langs->trans("Search")).'" title="'.dol_escape_htmltag($langs->trans("Search")).'">'; $searchpicto=$form->showFilterButtons();
print '<input type="image" class="liste_titre" name="button_removefilter" src="'.img_picto($langs->trans("Search"),'searchclear.png','','',1).'" value="'.dol_escape_htmltag($langs->trans("RemoveFilter")).'" title="'.dol_escape_htmltag($langs->trans("RemoveFilter")).'">'; print $searchpicto;
print '</td>'; print '</td>';
print '</tr>'; print '</tr>';
@ -449,7 +449,7 @@ if ($num > 0)
print $object->getLibStatut(3); print $object->getLibStatut(3);
print '</td>'; print '</td>';
print '<td align="right" class="nowrap">'; print '<td align="right" class="nowraponall">';
if ($user->rights->cron->create) if ($user->rights->cron->create)
{ {
print "<a href=\"".DOL_URL_ROOT."/cron/card.php?id=".$obj->rowid."&action=edit".($sortfield?'&sortfield='.$sortfield:'').($sortorder?'&sortorder='.$sortorder:'').$param."&backtourl=".urlencode($_SERVER["PHP_SELF"].($param?'?'.$param:''))."\" title=\"".dol_escape_htmltag($langs->trans('Edit'))."\">".img_picto($langs->trans('Edit'),'edit')."</a> &nbsp;"; print "<a href=\"".DOL_URL_ROOT."/cron/card.php?id=".$obj->rowid."&action=edit".($sortfield?'&sortfield='.$sortfield:'').($sortorder?'&sortorder='.$sortorder:'').$param."&backtourl=".urlencode($_SERVER["PHP_SELF"].($param?'?'.$param:''))."\" title=\"".dol_escape_htmltag($langs->trans('Edit'))."\">".img_picto($langs->trans('Edit'),'edit')."</a> &nbsp;";

View File

@ -598,7 +598,7 @@ textarea.centpercent {
.liste_titre .nowrap { .liste_titre .nowrap {
white-space: nowrap; white-space: nowrap;
} }
.nowraponall { .nowraponall { /* no wrap on all devices */
white-space: nowrap; white-space: nowrap;
} }
.wordwrap { .wordwrap {

View File

@ -596,7 +596,7 @@ textarea.centpercent {
.liste_titre .nowrap { .liste_titre .nowrap {
white-space: nowrap; white-space: nowrap;
} }
.nowraponall { .nowraponall { /* no wrap on all devices */
white-space: nowrap; white-space: nowrap;
} }
.wordwrap { .wordwrap {