Home
last modified time | relevance | path

Searched refs:morehtmlright (Results 1 – 25 of 97) sorted by relevance

1234

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/mailing/
H A Dinfo.php60 $morehtmlright = ''; variable
66 $morehtmlright .= ' ('.$nbtry.'/'.$object->nbemail;
68 $morehtmlright .= ' - '.$nbko.' '.$langs->trans("Error");
70 $morehtmlright .= ')   ';
73 dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref', '', '', 0, '', $morehtmlright);
H A Dcibles.php214 $morehtmlright = ''; variable
221 $morehtmlright .= ' ('.$nbtry.'/'.$object->nbemail;
223 $morehtmlright .= ' - '.$nbko.' '.$langs->trans("Error");
225 $morehtmlright .= ')   ';
228 dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref', '', '', 0, '', $morehtmlright);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/mailing/
H A Dinfo.php59 $morehtmlright = ''; variable
66 $morehtmlright .= ' ('.$nbtry.'/'.$object->nbemail;
67 if ($nbko) $morehtmlright .= ' - '.$nbko.' '.$langs->trans("Error");
68 $morehtmlright .= ')   ';
71 dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref', '', '', 0, '', $morehtmlright);
H A Dcibles.php222 $morehtmlright = ''; variable
230 $morehtmlright .= ' ('.$nbtry.'/'.$object->nbemail;
231 if ($nbko) $morehtmlright .= ' - '.$nbko.' '.$langs->trans("Error");
232 $morehtmlright .= ')   ';
235 dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref', '', '', 0, '', $morehtmlright);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/bank/
H A Daccount_statement_document.php162 $morehtmlright = ''; variable
163 $morehtmlright .= '<div class="pagination"><ul>';
164 …$morehtmlright .= '<li class="pagination"><a class="paginationnext" href="'.$_SERVER["PHP_SELF"].'…
165 …$morehtmlright .= '<li class="pagination"><span class="active">'.$langs->trans("AccountStatement")…
166 …$morehtmlright .= '<li class="pagination"><a class="paginationnext" href="'.$_SERVER["PHP_SELF"].'…
167 $morehtmlright .= '</ul></div>';
170 print load_fiche_titre($title, $morehtmlright, '');
H A Dreleve.php392 $morehtmlright = ''; variable
393 $morehtmlright .= '<div class="pagination"><ul>';
394 …$morehtmlright .= '<li class="pagination"><a class="paginationnext" href="'.$_SERVER["PHP_SELF"].'…
395 …$morehtmlright .= '<li class="pagination"><span class="active">'.$langs->trans("AccountStatement")…
396 …$morehtmlright .= '<li class="pagination"><a class="paginationnext" href="'.$_SERVER["PHP_SELF"].'…
397 $morehtmlright .= '</ul></div>';
400 print load_fiche_titre($title, $morehtmlright, '');
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/bank/
H A Daccount_statement_document.php165 $morehtmlright = ''; variable
166 $morehtmlright .= '<div class="pagination"><ul>';
167 …$morehtmlright .= '<li class="pagination"><a class="paginationnext" href="'.$_SERVER["PHP_SELF"].'…
168 …$morehtmlright .= '<li class="pagination"><span class="active">'.$langs->trans("AccountStatement")…
169 …$morehtmlright .= '<li class="pagination"><a class="paginationnext" href="'.$_SERVER["PHP_SELF"].'…
170 $morehtmlright .= '</ul></div>';
173 print load_fiche_titre($title, $morehtmlright, '');
H A Dreleve.php367 $morehtmlright = ''; variable
368 $morehtmlright .= '<div class="pagination"><ul>';
369 …$morehtmlright .= '<li class="pagination"><a class="paginationnext" href="'.$_SERVER["PHP_SELF"].'…
370 …$morehtmlright .= '<li class="pagination"><span class="active">'.$langs->trans("AccountStatement")…
371 …$morehtmlright .= '<li class="pagination"><a class="paginationnext" href="'.$_SERVER["PHP_SELF"].'…
372 $morehtmlright .= '</ul></div>';
375 print load_fiche_titre($title, $morehtmlright, '');
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/ticket/
H A Dagenda.php238 $morehtmlright = ''; variable
241 …$morehtmlright .= dolGetButtonTitle($langs->trans('ShowAsConversation'), '', 'fa fa-comments imgfo…
243 …$morehtmlright .= dolGetButtonTitle($langs->trans('MessageListViewType'), '', 'fa fa-list-alt imgf…
248 …$morehtmlright .= dolGetButtonTitle($langs->trans('TicketAddMessage'), '', 'fa fa-comment-dots', $…
253 …$morehtmlright .= dolGetButtonTitle($langs->trans('AddAction'), '', 'fa fa-plus-circle', $url, 'ad…
255 …, $_SERVER["PHP_SELF"], '', $sortfield, $sortorder, '', 0, -1, '', 0, $morehtmlright, '', 0, 1, 1);
H A Dmessaging.php236 $morehtmlright = ''; variable
239 …$morehtmlright .= dolGetButtonTitle($langs->trans('ShowAsConversation'), '', 'fa fa-comments imgfo…
241 …$morehtmlright .= dolGetButtonTitle($langs->trans('MessageListViewType'), '', 'fa fa-list-alt imgf…
247 …$morehtmlright .= dolGetButtonTitle($langs->trans('TicketAddMessage'), '', 'fa fa-comment-dots', $…
252 …$morehtmlright .= dolGetButtonTitle($langs->trans('AddAction'), '', 'fa fa-plus-circle', $url, 'ad…
255 …, $_SERVER["PHP_SELF"], '', $sortfield, $sortorder, '', 0, -1, '', 0, $morehtmlright, '', 0, 1, 1);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/ticket/
H A Dmessaging.php233 $morehtmlright = ''; variable
236 …$morehtmlright .= dolGetButtonTitle($langs->trans('ShowAsConversation'), '', 'fa fa-comments imgfo…
238 …$morehtmlright .= dolGetButtonTitle($langs->trans('MessageListViewType'), '', 'fa fa-list-alt imgf…
244 …$morehtmlright .= dolGetButtonTitle($langs->trans('TicketAddMessage'), '', 'fa fa-comment-dots', $…
249 …$morehtmlright .= dolGetButtonTitle($langs->trans('AddAction'), '', 'fa fa-plus-circle', $url, 'ad…
252 …, $_SERVER["PHP_SELF"], '', $sortfield, $sortorder, '', 0, -1, '', 0, $morehtmlright, '', 0, 1, 1);
H A Dagenda.php234 $morehtmlright = ''; variable
237 …$morehtmlright .= dolGetButtonTitle($langs->trans('ShowAsConversation'), '', 'fa fa-comments imgfo…
239 …$morehtmlright .= dolGetButtonTitle($langs->trans('MessageListViewType'), '', 'fa fa-list-alt imgf…
244 …$morehtmlright .= dolGetButtonTitle($langs->trans('TicketAddMessage'), '', 'fa fa-comment-dots', $…
249 …$morehtmlright .= dolGetButtonTitle($langs->trans('AddAction'), '', 'fa fa-plus-circle', $url, 'ad…
251 …, $_SERVER["PHP_SELF"], '', $sortfield, $sortorder, '', 0, -1, '', 0, $morehtmlright, '', 0, 1, 1);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/user/
H A Dhierarchy.php151 $morehtmlright = ''; variable
153 …$morehtmlright .= dolGetButtonTitle($langs->trans("List"), '', 'fa fa-list paddingleft imgforviewm…
155 …$morehtmlright .= dolGetButtonTitle($langs->trans("HierarchicView"), '', 'fa fa-stream paddingleft…
157 print load_fiche_titre($title, $morehtmlright.' '.$newcardbutton, 'user');
H A Dbank.php538 $morehtmlright = ''; variable
541 …$morehtmlright = dolGetButtonTitle($langs->trans('Add'), '', 'fa fa-plus-circle', $_SERVER["PHP_SE… variable
543 …$morehtmlright = dolGetButtonTitle($langs->trans('Add'), 'NotEnoughPermission', 'fa fa-plus-circle… variable
546 …$morehtmlright = dolGetButtonTitle($langs->trans('Add'), 'AlreadyOneBankAccount', 'fa fa-plus-circ… variable
549 print load_fiche_titre($langs->trans("BankAccounts"), $morehtmlright, 'bank_account');
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/zapier/
H A Dhook_card.php377 …$morehtmlright = '<a href="'.dol_buildpath('/mymodule/myobject_info.php', 1).'?id='.$object->id.'"… variable
378 $morehtmlright .= $langs->trans("SeeAll");
379 $morehtmlright .= '</a>';
384 …own = $formactions->showactions($object, 'myobject', $socid, 1, '', $MAXEVENT, '', $morehtmlright);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/user/
H A Dhierarchy.php151 …$morehtmlright .= dolGetButtonTitle($langs->trans("List"), '', 'fa fa-list paddingleft imgforviewm…
153 …$morehtmlright .= dolGetButtonTitle($langs->trans("HierarchicView"), '', 'fa fa-stream paddingleft…
155 print load_fiche_titre($title, $morehtmlright.' '.$newcardbutton, 'user');
H A Dbank.php507 $morehtmlright = ''; variable
510 …$morehtmlright = dolGetButtonTitle($langs->trans('Add'), '', 'fa fa-plus-circle', $_SERVER["PHP_SE… variable
512 …$morehtmlright = dolGetButtonTitle($langs->trans('Add'), 'NotEnoughPermission', 'fa fa-plus-circle… variable
515 …$morehtmlright = dolGetButtonTitle($langs->trans('Add'), 'AlreadyOneBankAccount', 'fa fa-plus-circ… variable
518 print load_fiche_titre($langs->trans("BankAccounts"), $morehtmlright, 'bank_account');
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/inventory/
H A Dcard.php464 …$morehtmlright = '<a href="'.dol_buildpath('/product/inventory/inventory_info.php', 1).'?id='.$obj… variable
465 $morehtmlright .= $langs->trans("SeeAll");
466 $morehtmlright .= '</a>';
471 …ngshown = $formactions->showactions($object, 'inventory', 0, 1, '', $MAXEVENT, '', $morehtmlright);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/knowledgemanagement/
H A Dknowledgerecord_card.php439 …$morehtmlright = '<a href="'.dol_buildpath('/knowledgemanagement/knowledgerecord_agenda.php', 1).'… variable
440 $morehtmlright .= $langs->trans("SeeAll");
441 $morehtmlright .= '</a>';
446 …_object($object->thirdparty) ? $object->thirdparty->id : 0), 1, '', $MAXEVENT, '', $morehtmlright);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/product/inventory/
H A Dcard.php467 …$morehtmlright = '<a href="'.dol_buildpath('/product/inventory/inventory_info.php', 1).'?id='.$obj… variable
468 $morehtmlright .= $langs->trans("SeeAll");
469 $morehtmlright .= '</a>';
474 …wn = $formactions->showactions($object, 'inventory', $socid, 1, '', $MAXEVENT, '', $morehtmlright);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/modulebuilder/template/
H A Dmyobject_card.php571 …$morehtmlright = '<a href="'.dol_buildpath('/mymodule/myobject_agenda.php', 1).'?id='.$object->id.… variable
572 $morehtmlright .= $langs->trans("SeeAll");
573 $morehtmlright .= '</a>';
578 …_object($object->thirdparty) ? $object->thirdparty->id : 0), 1, '', $MAXEVENT, '', $morehtmlright);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/modulebuilder/template/
H A Dmyobject_card.php551 …$morehtmlright = '<a href="'.dol_buildpath('/mymodule/myobject_agenda.php', 1).'?id='.$object->id.… variable
552 $morehtmlright .= $langs->trans("SeeAll");
553 $morehtmlright .= '</a>';
558 …_object($object->thirdparty) ? $object->thirdparty->id : 0), 1, '', $MAXEVENT, '', $morehtmlright);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/recruitment/
H A Drecruitmentjobposition_card.php569 …$morehtmlright = '<a href="'.dol_buildpath('/recruitment/recruitmentjobposition_agenda.php', 1).'?… variable
570 $morehtmlright .= $langs->trans("SeeAll");
571 $morehtmlright .= '</a>';
576 …_object($object->thirdparty) ? $object->thirdparty->id : 0), 1, '', $MAXEVENT, '', $morehtmlright);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/loan/payment/
H A Dcard.php105 $morehtmlright = ''; variable
107 …_banner_tab($payment, 'id', $linkback, 1, 'rowid', 'ref', $morehtmlref, '', 0, '', $morehtmlright);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/loan/payment/
H A Dcard.php103 $morehtmlright = ''; variable
105 …_banner_tab($payment, 'id', $linkback, 1, 'rowid', 'ref', $morehtmlref, '', 0, '', $morehtmlright);

1234