if ($reservation_billet_sent != "") {
    echo $reservation_billet_sent;
} else {
    echo date('d.m.Y');
}
echo '" >';
?>
				</span>
			</p>
			<label><?php 
echo _paid_by;
?>
</label>
			<p>
				<?php 
getPaidList($row->reservation_bill);
?>
			</p>
			<label><?php 
echo _created;
?>
</label>
			<p><small>
				<?php 
echo humanize($row->reservation_timestamp);
?>
			</small></p>
			<br/>
			<input type="hidden" name="reservation_id" value="<?php 
echo $_SESSION['resID'];
?>
Example #2
0
    echo $reservation_billet_sent;
} else {
    echo date($general['dateformat']);
}
?>
" /> 
			</span>
		</p>
		<br/>
		<p>
		<label><?php 
echo _paid_by;
?>
</label><br/>
					<?php 
getPaidList();
?>
		</p>
		<br/>
		<p>
		<label><?php 
echo _multi_booking;
?>
</label>
		<div class="input-prepend">
			 <span class="add-on"><?php 
echo _date;
?>
</span>
			<div class="text" id="recurring_text"></div>
			<input type="text" name="recurring_date" id="recurring_date"/>
echo "<br>" . _shipped . "<br>";
$paid = $row->reservation_billet_sent ? 1 : 0;
echo printOnOff($paid, 'reservation_billet_sent') . "&nbsp;&nbsp;";
if ($paid) {
    humanize($row->reservation_billet_sent);
}
?>
				</span>
			</p>
			<label><?php 
echo _paid_by;
?>
</label>
			<p>
				<?php 
getPaidList($row->reservation_bill, 'disabled');
?>
			</p>
			<label><?php 
echo _multi_booking;
?>
</label>
			<p>
				<?php 
echo $row->start_date;
?>
			</p>
			<p>
				<?php 
echo $row->end_date;
?>
Example #4
0
echo _paid;
?>
			<input type="checkbox" class="margin-right-20" name="reservation_bill_paid" value="<? if ($reservation_bill_paid!=""){echo $reservation_bill_paid;} else {echo date($general['dateformat']);} ?>" />
			<?php 
echo _shipped;
?>
			<input type="checkbox" name="reservation_billet_sent" value="<? if ($reservation_billet_sent!=""){echo $reservation_billet_sent;} else {echo date($general['dateformat']);} ?>" /> 
			</span>
		</p>
		<br/>
		<p>
		<label><?php 
echo _paid_by;
?>
</label><br/>
					<? getPaidList();?>
		</p>
		<br/>
		<p>
		<label><?php 
echo _multi_booking;
?>
</label>
		<div class="date dategroup">
			<div class="text" id="recurring_text"></div>
			<input type="text" name="recurring_date" id="recurring_date"/>
			<input type="hidden" name="recurring_dbdate" id="recurring_dbdate" value="<?php 
echo $_SESSION['selectedDate'];
?>
"/>
		</div>