From 5e1980becf69a4c65489bed6f94fa730ec8ef4bf Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 8 May 2013 04:23:17 -0400 Subject: remove "internal" templates, use "tpl/" folder for smarty3 templates, move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates --- view/tpl/install_checks.tpl | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) mode change 100644 => 100755 view/tpl/install_checks.tpl (limited to 'view/tpl/install_checks.tpl') diff --git a/view/tpl/install_checks.tpl b/view/tpl/install_checks.tpl old mode 100644 new mode 100755 index 76287c4a3..9d5ce0eeb --- a/view/tpl/install_checks.tpl +++ b/view/tpl/install_checks.tpl @@ -1,24 +1,29 @@ -

$title

-

$pass

-
+{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} +

{{$title}}

+

{{$pass}}

+ -{{ for $checks as $check }} - - {{if $check.help }} - - {{endif}} -{{ endfor }} +{{foreach $checks as $check}} + + {{if $check.help}} + + {{/if}} +{{/foreach}}
$check.title {{if $check.required}}(required){{endif}}
$check.help
{{$check.title}} {{if $check.required}}(required){{/if}}
{{$check.help}}
-{{ if $phpath }} - -{{ endif }} +{{if $phpath}} + +{{/if}} -{{ if $passed }} +{{if $passed}} - -{{ else }} + +{{else}} - -{{ endif }} + +{{/if}}
-- cgit v1.2.3