Fixed “cancel” button on creation in new column of standard poll type

This commit is contained in:
Marcos García de La Fuente 2014-01-05 21:00:54 +01:00
parent 224208c9bb
commit b12b7d965a

View File

@ -495,7 +495,7 @@ if (GETPOST('ajoutsujet'))
print $langs->trans("Type").' '.$form->selectarray("typecolonne", $tmparray, GETPOST('typecolonne')).'<br><br>';
print '<input type="submit" class="button" name="ajoutercolonne" value="'.dol_escape_htmltag($langs->trans("Add")).'">';
print ' &nbsp; &nbsp; ';
print '<input type="submit" class="button" name="cancel" value="'.dol_escape_htmltag($langs->trans("Cancel")).'">';
print '<input type="submit" class="button" name="retoursondage" value="'.dol_escape_htmltag($langs->trans("Cancel")).'">';
print '<br><br>'."\n";
}
else