This commit is contained in:
2023-03-28 10:34:44 +02:00
parent f803effbbd
commit f7e0f37528
428 changed files with 9982 additions and 100 deletions

View File

@@ -0,0 +1,11 @@
<?php if (!defined('PICONTROL')) exit(); ?>
<div>
<div class="box">
<div class="inner-header">
<span><?php _e('Raspberry Pi wird heruntergefahren'); ?></span>
</div>
<div class="inner">
<?php _e('Sollte dein Raspberry Pi wieder hochgefahren sein, kommst du hier <a href="%s">zur&uuml;ck zur &Uuml;bersicht.</a>', $data['overviewUrl']); ?>
</div>
</div>
</div>