gui fixes

This commit is contained in:
SJ
2013-08-28 09:56:37 +02:00
parent 7b8932176c
commit 983de87dfb
19 changed files with 1304 additions and 53 deletions

View File

@ -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">&nbsp;</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>