indentation
This commit is contained in:
parent
a65a9fc2a2
commit
4526fe80f0
@ -5,10 +5,10 @@ Vous n'avez pas sélectionné de critères !
|
|||||||
<div id="result">
|
<div id="result">
|
||||||
<form method="post" id="save" name="save" action="<?=$this->url(array('controller'=>'comptage', 'action'=>'save'))?>">
|
<form method="post" id="save" name="save" action="<?=$this->url(array('controller'=>'comptage', 'action'=>'save'))?>">
|
||||||
<center>
|
<center>
|
||||||
<label>Votre référence</label><br />
|
<label>Votre référence</label><br />
|
||||||
<input type="text" name="ref" value="<?=date('Y-m-d:H-i-m').'_'.uniqid()?>" />
|
<input type="text" name="ref" value="<?=date('Y-m-d:H-i-m').'_'.uniqid()?>" />
|
||||||
</form>
|
</form>
|
||||||
<span class="message" style="color:#ff0000;"></span>
|
<span class="message" style="color:#ff0000;"></span>
|
||||||
</center>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user