fix: Checkstyle
This commit is contained in:
parent
d8becd3cdb
commit
88a1a0f06d
@ -120,7 +120,7 @@
|
||||
<br>
|
||||
<?php } ?>
|
||||
|
||||
<center><input type="submit" class="button" value="<?php echo $langs->trans("Create"); ?>"></center>
|
||||
<div align="center"><input type="submit" class="button" value="<?php echo $langs->trans("Create"); ?>"></div>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
@ -92,8 +92,8 @@ dol_htmloutput_errors($this->control->tpl['error'],$this->control->tpl['errors']
|
||||
|
||||
<br>
|
||||
|
||||
<center><input type="submit" class="button" value="<?php echo $langs->trans("Save"); ?>">
|
||||
<input type="submit" class="button" name="cancel" value="<?php echo $langs->trans("Cancel"); ?>"></center>
|
||||
<div align="center"><input type="submit" class="button" value="<?php echo $langs->trans("Save"); ?>">
|
||||
<input type="submit" class="button" name="cancel" value="<?php echo $langs->trans("Cancel"); ?>"></div>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
@ -93,7 +93,7 @@
|
||||
<br>
|
||||
<?php } ?>
|
||||
|
||||
<center><input type="submit" class="button" value="<?php echo $langs->trans("Create"); ?>"></center>
|
||||
<div align="center"><input type="submit" class="button" value="<?php echo $langs->trans("Create"); ?>"></div>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
@ -69,8 +69,8 @@ echo $this->object->tpl['textarea_description'];
|
||||
|
||||
<br>
|
||||
|
||||
<center><input type="submit" class="button" value="<?php echo $langs->trans("Save"); ?>">
|
||||
<input type="submit" class="button" name="cancel" value="<?php echo $langs->trans("Cancel"); ?>"></center>
|
||||
<div align="center"><input type="submit" class="button" value="<?php echo $langs->trans("Save"); ?>">
|
||||
<input type="submit" class="button" name="cancel" value="<?php echo $langs->trans("Cancel"); ?>"></div>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
@ -207,11 +207,11 @@ for ($i=1; $i<=4; $i++) {
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<center>
|
||||
<div align="center">
|
||||
<input type="submit" class="button" name="save" value="<?php echo $langs->trans("Save"); ?>">
|
||||
|
||||
<input type="submit" class="button" name="cancel" value="<?php echo $langs->trans("Cancel"); ?>">
|
||||
</center>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
@ -169,11 +169,11 @@ if ($this->control->tpl['fournisseur']) {
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<center>
|
||||
<div align="center">
|
||||
<input type="submit" class="button" name="save" value="<?php echo $langs->trans("Save"); ?>">
|
||||
|
||||
<input type="submit" class="button" name="cancel" value="<?php echo $langs->trans("Cancel"); ?>">
|
||||
</center>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user