mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Removed odd html attributes
This commit is contained in:
@@ -139,12 +139,12 @@ print '</table>'."\n";
|
|||||||
|
|
||||||
//ajout de cases supplementaires
|
//ajout de cases supplementaires
|
||||||
print '<table><tr>'."\n";
|
print '<table><tr>'."\n";
|
||||||
print '<td>'. $langs->trans("5MoreChoices") .'</td><td><input type="image" name="ajoutcases" value="Retour" src="../img/add-16.png"></td>'."\n";
|
print '<td>'. $langs->trans("5MoreChoices") .'</td><td><input type="image" name="ajoutcases" src="../img/add-16.png"></td>'."\n";
|
||||||
print '</tr></table>'."\n";
|
print '</tr></table>'."\n";
|
||||||
print'<br>'."\n";
|
print'<br>'."\n";
|
||||||
|
|
||||||
print '<table><tr>'."\n";
|
print '<table><tr>'."\n";
|
||||||
print '<td></td><td><input type="submit" class="button" name="confirmecreation" value="'.dol_escape_htmltag($langs->trans("CreatePoll")).'" src="../img/next-32.png"></td>'."\n";
|
print '<td></td><td><input type="submit" class="button" name="confirmecreation" value="'.dol_escape_htmltag($langs->trans("CreatePoll")).'"></td>'."\n";
|
||||||
print '</tr></table>'."\n";
|
print '</tr></table>'."\n";
|
||||||
|
|
||||||
//fin du formulaire et bandeau de pied
|
//fin du formulaire et bandeau de pied
|
||||||
|
|||||||
Reference in New Issue
Block a user