Typo
This commit is contained in:
parent
e17d4b8220
commit
46160614b8
@ -1761,7 +1761,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
|
|||||||
if ($linktoelem) print ($somethingshown?'':'<br>').$linktoelem;
|
if ($linktoelem) print ($somethingshown?'':'<br>').$linktoelem;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Shon online payment link
|
// Show online payment link
|
||||||
$useonlinepayment = (!empty($conf->paypal->enabled) || !empty($conf->stripe->enabled) || !empty($conf->paybox->enabled));
|
$useonlinepayment = (!empty($conf->paypal->enabled) || !empty($conf->stripe->enabled) || !empty($conf->paybox->enabled));
|
||||||
|
|
||||||
if ($useonlinepayment) {
|
if ($useonlinepayment) {
|
||||||
|
|||||||
@ -1137,7 +1137,7 @@ if ($mode == 'deploy') {
|
|||||||
|
|
||||||
print '<input class="flat minwidth400" type="file" name="fileinstall" id="fileinstall"> ';
|
print '<input class="flat minwidth400" type="file" name="fileinstall" id="fileinstall"> ';
|
||||||
|
|
||||||
print '<input type="submit" name="send" value="'.dol_escape_htmltag($langs->trans("Send")).'" class="button">';
|
print '<input type="submit" name="send" value="'.dol_escape_htmltag($langs->trans("Upload")).'" class="button">';
|
||||||
|
|
||||||
if (!empty($conf->global->MAIN_UPLOAD_DOC)) {
|
if (!empty($conf->global->MAIN_UPLOAD_DOC)) {
|
||||||
if ($user->admin) {
|
if ($user->admin) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user