Home
last modified time | relevance | path

Searched refs:morehtml (Results 1 – 20 of 20) sorted by relevance

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/projet/
H A Dindex.php117 $morehtml = ''; variable
118 $morehtml .= '<form name="projectform" method="POST">';
119 $morehtml .= '<input type="hidden" name="token" value="'.newToken().'">';
120 $morehtml .= '<input type="hidden" name="action" value="refresh_search_project_user">';
121 $morehtml .= '<SELECT name="search_project_user">';
122 $morehtml .= '<option name="all" value="0"'.($mine ? '' : ' selected').'>'.$titleall.'</option>';
123 $morehtml .= '<option name="mine" value="'.$user->id.'"'.(($search_project_user == $user->id) ? ' s…
124 $morehtml .= '</SELECT>';
125 $morehtml .= '<input type="submit" class="button smallpaddingimp" name="refresh" value="'.$langs->t…
126 $morehtml .= '</form>';
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/projet/
H A Dindex.php101 $morehtml = ''; variable
102 $morehtml .= '<form name="projectform" method="POST">';
103 $morehtml .= '<input type="hidden" name="token" value="'.newToken().'">';
104 $morehtml .= '<input type="hidden" name="action" value="refresh_search_project_user">';
105 $morehtml .= '<SELECT name="search_project_user">';
106 $morehtml .= '<option name="all" value="0"'.($mine ? '' : ' selected').'>'.$titleall.'</option>';
107 $morehtml .= '<option name="mine" value="'.$user->id.'"'.(($search_project_user == $user->id) ? ' s…
108 $morehtml .= '</SELECT>';
109 $morehtml .= '<input type="submit" class="button smallpaddingimp" name="refresh" value="'.$langs->t…
110 $morehtml .= '</form>';
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/
H A Dstep5.php115 $morehtml = ''; variable
431 …$morehtml = '<br><div class="center"><a href="../index.php?mainmenu=home'.(isset($login) ? '&usern… variable
432 $morehtml .= '<span class="fas fa-link-alt"></span> '.$langs->trans("GoToDolibarr").'...';
433 $morehtml .= '</a></div><br>';
441 $morehtml = '<br><div class="center"><a href="../install/index.php">'; variable
442 $morehtml .= '<span class="fas fa-link-alt"></span> '.$langs->trans("GoToUpgradePage");
443 $morehtml .= '</a></div>';
460 pFooter(1, $setuplang, '', 0, $morehtml);
H A Dinc.php486 * @param string $morehtml Add more HTML content
489 …n pFooter($nonext = 0, $setuplang = '', $jscheckfunction = '', $withpleasewait = 0, $morehtml = '') argument
500 print $morehtml;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/projet/activity/
H A Dindex.php89 $morehtml = ''; variable
90 $morehtml .= '<form name="projectform">';
91 $morehtml .= '<SELECT name="mode">';
92 $morehtml .= '<option name="all" value="all"'.($mine ? '' : ' selected').'>'.$titleall.'</option>';
93 $morehtml .= '<option name="mine" value="'.$user->id.'"'.(($search_project_user == $user->id) ? ' s…
94 $morehtml .= '</SELECT>';
95 $morehtml .= '<input type="submit" class="button" name="refresh" value="'.$langs->trans("Refresh").…
107 …title, $tooltiphelp), 0, $_SERVER["PHP_SELF"], '', '', '', '', 0, -1, 'projecttask', 0, $morehtml);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/projet/activity/
H A Dindex.php80 $morehtml = ''; variable
81 $morehtml .= '<form name="projectform">';
82 $morehtml .= '<SELECT name="mode">';
83 $morehtml .= '<option name="all" value="all"'.($mine ? '' : ' selected').'>'.$titleall.'</option>';
84 $morehtml .= '<option name="mine" value="'.$user->id.'"'.(($search_project_user == $user->id) ? ' s…
85 $morehtml .= '</SELECT>';
86 $morehtml .= '<input type="submit" class="button" name="refresh" value="'.$langs->trans("Refresh").…
94 …title, $tooltiphelp), 0, $_SERVER["PHP_SELF"], '', '', '', '', 0, -1, 'projecttask', 0, $morehtml);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/admin/
H A Demailcollector_card.php411 $morehtml = $langs->trans("NbOfEmailsInInbox").' : '; variable
450 $morehtml .= $form->textwithpicto('', 'connect string '.$connectstringserver);
452 $morehtml .= 'IMAP functions not available on your PHP. ';
456 $morehtml .= 'Failed to open IMAP connection '.$connectstringsource;
458 $morehtml .= '<br>'.imap_last_error();
460 dol_syslog("Error ".$morehtml, LOG_WARNING);
464 $morehtml .= imap_num_msg($connection);
472 …ref', $linkback, 1, 'ref', 'ref', $morehtmlref.'<div class="refidno">'.$morehtml.'</div>', '', 0, …
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/admin/
H A Demailcollector_card.php406 $morehtml = $langs->trans("NbOfEmailsInInbox").' : '; variable
439 $morehtml .= $form->textwithpicto('', 'connect string '.$connectstringserver);
441 $morehtml .= 'IMAP functions not available on your PHP. ';
446 $morehtml .= 'Failed to open IMAP connection '.$connectstringsource;
448 $morehtml .= '<br>'.imap_last_error();
452 $morehtml .= imap_num_msg($connection);
460 …ref', $linkback, 1, 'ref', 'ref', $morehtmlref.'<div class="refidno">'.$morehtml.'</div>', '', 0, …
/dports/www/tclhttpd/tclhttpd3.5.1/sampleapp/sunscript/
H A Dsunscript.tcl75 proc SunscriptMenu {{subtitle ""} {menulist {}} {morehtml {}}} { argument
142 append html $morehtml
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/bank/
H A Dtreso.php181 $morehtml = ''; variable
184 …ld, $sortorder, $massactionbutton, $num, $nbtotalofrecords, $picto, 0, $morehtml, '', $limit, 0, 0…
H A Dgraph.php752 …$morehtml = '<a href="'.$_SERVER["PHP_SELF"].'?account='.$account.'&option=all'.$moreparam.'">'.$l… variable
755 …$morehtml = '<a href="'.$_SERVER["PHP_SELF"].'?account='.$account.$moreparam.'">'.$langs->trans("B… variable
781 print '<tr><td class="right">'.$morehtml.' &nbsp; &nbsp; ';
H A Dbankentries_list.php950 $morehtml .= $buttonreconcile;
953 $morehtml .= '<!-- Add New button -->'.$newcardbutton;
960 …ld, $sortorder, $massactionbutton, $num, $nbtotalofrecords, $picto, 0, $morehtml, '', $limit, 0, 0…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/ecm/
H A Ddir_card.php307 $morehtml = ''; variable
368 dol_banner_tab($object, '', $morehtml, 0, '', '', $morehtmlref);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/ecm/
H A Ddir_card.php307 $morehtml = ''; variable
363 dol_banner_tab($object, '', $morehtml, 0, '', '', $morehtmlref);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/bank/
H A Dgraph.php743 …$morehtml = '<a href="'.$_SERVER["PHP_SELF"].'?account='.$account.'&option=all'.$moreparam.'">'.$l… variable
746 …$morehtml = '<a href="'.$_SERVER["PHP_SELF"].'?account='.$account.$moreparam.'">'.$langs->trans("B… variable
771 print '<tr><td class="right">'.$morehtml.' &nbsp; &nbsp; ';
H A Dbankentries_list.php799 $morehtml .= $buttonreconcile;
802 $morehtml .= '<!-- Add New button -->'.$newcardbutton;
807 …ld, $sortorder, $massactionbutton, $num, $nbtotalofrecords, $picto, 0, $morehtml, '', $limit, 0, 0…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dhtml.form.class.php7379 * @param string $morehtml More html content to output just before the nav bar.
7391 …public function showrefnav($object, $paramid, $morehtml = '', $shownav = 1, $fieldid = 'rowid', $f… argument
7446 if ($previous_ref || $next_ref || $morehtml)
7450 if ($morehtml)
7452 ….(($shownav && $previous_ref && $next_ref) ? ' clearbothonsmartphone' : '').'">'.$morehtml.'</li>';
7459 if ($previous_ref || $next_ref || $morehtml)
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dhtml.form.class.php7976 * @param string $morehtml More html content to output just before the nav bar.
7988 …public function showrefnav($object, $paramid, $morehtml = '', $shownav = 1, $fieldid = 'rowid', $f… argument
8060 if ($previous_ref || $next_ref || $morehtml) {
8063 if ($morehtml) {
8064 ….(($shownav && $previous_ref && $next_ref) ? ' clearbothonsmartphone' : '').'">'.$morehtml.'</li>';
8070 if ($previous_ref || $next_ref || $morehtml) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dfunctions.lib.php1588 * @param string $morehtml More html content to output just before the nav bar
1601 function dol_banner_tab($object, $paramid, $morehtml = '', $shownav = 1, $fieldid = 'rowid', $field… argument
1859 …print $form->showrefnav($object, $paramid, $morehtml, $shownav, $fieldid, $fieldref, $morehtmlref,…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dfunctions.lib.php1806 * @param string $morehtml More html content to output just before the nav bar
1819 function dol_banner_tab($object, $paramid, $morehtml = '', $shownav = 1, $fieldid = 'rowid', $field… argument
2093 …print $form->showrefnav($object, $paramid, $morehtml, $shownav, $fieldid, $fieldref, $morehtmlref,…