mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
15 lines
393 B
PHP
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>
|