mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-14 13:57:03 +02:00
gui fixes
This commit is contained in:
@ -57,12 +57,12 @@
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="cell1"><?php print $text_date; ?>: </div>
|
||||
<div class="cell1"><?php print $text_date_from; ?>:</div>
|
||||
<div class="cell2"><input type="text" name="date1" id="date1" size="11" value="<?php if(isset($date1)) { print $date1; } ?>" placeholder="<?php print DATE_FORMAT; ?>" /></div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="cell1"> </div>
|
||||
<div class="cell1"><?php print $text_date_to; ?>:</div>
|
||||
<div class="cell2"><input type="text" name="date2" id="date2" size="11" value="<?php if(isset($date2)) { print $date2; } ?>" placeholder="<?php print DATE_FORMAT; ?>" /></div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user