Unit of measure 'px' is redundant
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ if(isset($_POST['act']) && $_POST['act'] == 'pay') {
|
||||
if(isset($user['id']) && isset($hostel['id'])) {
|
||||
echo '<fieldset class="hostelClientState">';
|
||||
echo '<legend>Предварительная оплата</legend>';
|
||||
echo '<div style="text-align: center;"><p class="NORMAL" style="margin: 5px 0px">';
|
||||
echo '<div style="text-align: center;"><p class="NORMAL" style="margin: 5px 0">';
|
||||
echo 'Аренда оплачена по: <b>'.date('h:i d.m.y', $hostel['time']).'</b> <small>('.timeOut($hostel['time']-time()).')</small></p></div>';
|
||||
|
||||
echo '<table align="center" class="periods"><caption style="text-align: left;">Выберите срок предоплаты.</caption>
|
||||
|
||||
Reference in New Issue
Block a user