Exemple #1
0
        echo $b['vehicle'];
        ?>
</td>
								<td><span><?php 
        echo Date(date_format_php(isset($theme_options['date_format']) ? $theme_options['date_format'] : '') . ' H:i:s', strtotime($b['enter_date']));
        ?>
</span><span class="resp-table-show"><?php 
        echo Date(date_format_php(isset($theme_options['date_format']) ? $theme_options['date_format'] : '') . ' H:i:s', strtotime($b['return_date']));
        ?>
</span></td>
								<td class="resp-table-hide"><?php 
        echo Date(date_format_php(isset($theme_options['date_format']) ? $theme_options['date_format'] : '') . ' H:i:s', strtotime($b['return_date']));
        ?>
</td>
								<td><a href="<?php 
        echo home_url() . '?page=carrental&summary=' . CarRental::generate_hash($b['id_order'], $b['email']);
        ?>
" target="_blank"><?php 
        echo CarRental::t('show details');
        ?>
</a></td>
							</tr>
					<?php 
    }
    ?>
						</tbody>
					</table>
				<?php 
} else {
    ?>
					<?php