refactor global array

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-21 20:51:44 +01:00
parent c5a58e3f36
commit 370ccbdb74
220 changed files with 2227 additions and 2244 deletions

View File

@@ -1,6 +1,6 @@
$header
<header>
<h2>{$lng['update']['update']}</h2>
<h2>{\Froxlor\I18N\Lang::getAll()['update']['update']}</h2>
</header>
<article>
<form action="{$linker->getLink(array('section' => 'updates'))}" method="post">
@@ -9,7 +9,7 @@ $header
<input type="hidden" name="s" value="$s"/>
<input type="hidden" name="page" value="$page"/>
<input type="hidden" name="send" value="send" />
<input type="submit" value="{$lng['update']['proceed']}" />
<input type="submit" value="{\Froxlor\I18N\Lang::getAll()['update']['proceed']}" />
</p>
</form>
</article>

View File

@@ -1,10 +1,10 @@
$header
<div class="messagewrapper">
<div class="successcontainer bradius">
<div class="successtitle">{$lng['update']['update']}</div>
<div class="successtitle">{\Froxlor\I18N\Lang::getAll()['update']['update']}</div>
<div class="success">$success_message
<if $redirect_url != ''>
<br /><br /><a href="{$redirect_url}">{$lng['success']['clickheretocontinue']}
<br /><br /><a href="{$redirect_url}">{\Froxlor\I18N\Lang::getAll()['success']['clickheretocontinue']}
</if>
</div>
</div>

View File

@@ -1,6 +1,6 @@
</section>
<aside>
<a href="{$redirect_url}">{$lng['success']['clickheretocontinue']}</a>
<a href="{$redirect_url}">{\Froxlor\I18N\Lang::getAll()['success']['clickheretocontinue']}</a>
</aside>
</article>
$footer

View File

@@ -1,6 +1,6 @@
$header
<article>
<header>
<h2>{$lng['update']['update']}</h2>
<h2>{\Froxlor\I18N\Lang::getAll()['update']['update']}</h2>
</header>
<section class="update_progess">