FIX Missing button cancel
This commit is contained in:
parent
be4dc40dfa
commit
8ecd5ffa3b
@ -2366,6 +2366,7 @@ if ($action == 'importsite')
|
|||||||
|
|
||||||
print '<input class="flat minwidth400" type="file" name="userfile[]" accept=".zip">';
|
print '<input class="flat minwidth400" type="file" name="userfile[]" accept=".zip">';
|
||||||
print '<input type="submit" class="button" name="buttonsubmitimportfile" value="'.dol_escape_htmltag($langs->trans("Upload")).'">';
|
print '<input type="submit" class="button" name="buttonsubmitimportfile" value="'.dol_escape_htmltag($langs->trans("Upload")).'">';
|
||||||
|
print '<input type="submit" class="button" name="preview" value="'.dol_escape_htmltag($langs->trans("Cancel")).'">';
|
||||||
|
|
||||||
dol_fiche_end();
|
dol_fiche_end();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user