gradido/src/Template/Dashboard/error_http_request.ctp
Dario Rekowski on RockPI fed853f348 adding new files
2019-11-07 13:15:34 +00:00

15 lines
393 B
PHP

<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
$this->assign('title', __('Error, Please try again'));
?>
<div class="grd_container_small">
<button class="grd_clickable grd-form-bn" onclick="history.back()"><?= __('Back'); ?></button>
</div>