From ed442811d407918c35ea5efc5509501e58d81fb9 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 13 Apr 2007 07:22:57 +0000 Subject: [PATCH] renamed templates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6040 594d385d-05f5-0310-b6e9-bd551577e9d8 --- setup/setup_checks.tpl | 206 ++++++++++++++++-- setup/{setup_step5.tpl => setup_config1.tpl} | 0 setup/{setup_step6.tpl => setup_config2.tpl} | 0 setup/{setup_step6a.tpl => setup_config3.tpl} | 0 setup/{setup_step8.tpl => setup_finish.tpl} | 0 setup/setup_language.tpl | 20 ++ setup/{setup_step4.tpl => setup_ldap.tpl} | 0 setup/{setup_step7.tpl => setup_schema.tpl} | 0 setup/setup_step2.tpl | 192 ---------------- 9 files changed, 209 insertions(+), 209 deletions(-) rename setup/{setup_step5.tpl => setup_config1.tpl} (100%) rename setup/{setup_step6.tpl => setup_config2.tpl} (100%) rename setup/{setup_step6a.tpl => setup_config3.tpl} (100%) rename setup/{setup_step8.tpl => setup_finish.tpl} (100%) create mode 100644 setup/setup_language.tpl rename setup/{setup_step4.tpl => setup_ldap.tpl} (100%) rename setup/{setup_step7.tpl => setup_schema.tpl} (100%) delete mode 100644 setup/setup_step2.tpl diff --git a/setup/setup_checks.tpl b/setup/setup_checks.tpl index 3a665e39c..9ba9e7abc 100644 --- a/setup/setup_checks.tpl +++ b/setup/setup_checks.tpl @@ -1,20 +1,192 @@ -
-
- {t}Please select your prefered language{/t} + +
+ + +
+ + +

{t}PHP module and extension checks{/t}

+ {foreach from=$basic item=val key=key} + + + {if $basic[$key].SOLUTION != "" && !$basic[$key].RESULT} + + +
+ {else} + + +
+ {/if} + +
{$basic[$key].NAME}
+
+ + {if $basic[$key].RESULT} +
{t}Successful{/t}
+ {else} + {if $basic[$key].MUST} +
{t}Failed{/t}
+ {else} +
{t}Failed{/t}
+ {/if} + {if $basic[$key].SOLUTION != ""} + + +
+ {if $basic[$key].MUST} +
+ {t}GOsa will NOT run without fixing this.{/t} + {else} +
+ {t}GOsa will run without fixing this.{/t} + {/if} +
+ {$basic[$key].SOLUTION} +
+
+ {/if} + {/if} +
+
+ {/foreach}
-
- +
+ + + +
+ + +
+ + +

{t}PHP setup configuration{/t}

+ + {foreach from=$config item=val key=key} + + + {if $config[$key].SOLUTION != "" && !$config[$key].RESULT} + + +
+ {else} + + +
+ {/if} + + +
{$config[$key].NAME}
+
+ {if $config[$key].RESULT} +
{t}Successful{/t}
+ {else} + + {if $config[$key].MUST} +
{t}Failed{/t}
+ {else} +
{t}Failed{/t}
+ {/if} + + {if $config[$key].SOLUTION != ""} + + +
+ {if $config[$key].MUST} +
+ {t}GOsa will NOT run without fixing this.{/t} + {else} +
+ {t}GOsa will run without fixing this.{/t} + {/if} +
+ {$config[$key].SOLUTION} +
+
+ {/if} + {/if} +
+
+ {/foreach} + + + +

{t}Configuration file writeable{/t}

+ + {foreach from=$is_writeable item=val key=key} + + + {if $is_writeable[$key].SOLUTION != "" && !$is_writeable[$key].RESULT} + + +
+ {else} + + +
+ {/if} + + +
{$is_writeable[$key].NAME}
+
+ {if $is_writeable[$key].RESULT} +
{t}Successful{/t}
+ {else} + + {if $is_writeable[$key].MUST} +
{t}Failed{/t}
+ {else} +
{t}Failed{/t}
+ {/if} + + {if $is_writeable[$key].SOLUTION != ""} + + +
+ {if $is_writeable[$key].MUST} +
+ {t}GOsa will NOT run without fixing this.{/t} + {else} +
+ {t}GOsa will run without fixing this.{/t} + {/if} +
+ {$is_writeable[$key].SOLUTION} +
+
+ {/if} + {/if} +
+
+ {/foreach} + + +
-
-
-
-
-
-
-
-
-
-
+ diff --git a/setup/setup_step5.tpl b/setup/setup_config1.tpl similarity index 100% rename from setup/setup_step5.tpl rename to setup/setup_config1.tpl diff --git a/setup/setup_step6.tpl b/setup/setup_config2.tpl similarity index 100% rename from setup/setup_step6.tpl rename to setup/setup_config2.tpl diff --git a/setup/setup_step6a.tpl b/setup/setup_config3.tpl similarity index 100% rename from setup/setup_step6a.tpl rename to setup/setup_config3.tpl diff --git a/setup/setup_step8.tpl b/setup/setup_finish.tpl similarity index 100% rename from setup/setup_step8.tpl rename to setup/setup_finish.tpl diff --git a/setup/setup_language.tpl b/setup/setup_language.tpl new file mode 100644 index 000000000..3a665e39c --- /dev/null +++ b/setup/setup_language.tpl @@ -0,0 +1,20 @@ +
+
+ {t}Please select your prefered language{/t} +
+
+ +
+
+
+
+
+
+
+
+
+
+
+
diff --git a/setup/setup_step4.tpl b/setup/setup_ldap.tpl similarity index 100% rename from setup/setup_step4.tpl rename to setup/setup_ldap.tpl diff --git a/setup/setup_step7.tpl b/setup/setup_schema.tpl similarity index 100% rename from setup/setup_step7.tpl rename to setup/setup_schema.tpl diff --git a/setup/setup_step2.tpl b/setup/setup_step2.tpl deleted file mode 100644 index 9ba9e7abc..000000000 --- a/setup/setup_step2.tpl +++ /dev/null @@ -1,192 +0,0 @@ - -
- - -
- - -

{t}PHP module and extension checks{/t}

- {foreach from=$basic item=val key=key} - - - {if $basic[$key].SOLUTION != "" && !$basic[$key].RESULT} - - -
- {else} - - -
- {/if} - -
{$basic[$key].NAME}
-
- - {if $basic[$key].RESULT} -
{t}Successful{/t}
- {else} - {if $basic[$key].MUST} -
{t}Failed{/t}
- {else} -
{t}Failed{/t}
- {/if} - {if $basic[$key].SOLUTION != ""} - - -
- {if $basic[$key].MUST} -
- {t}GOsa will NOT run without fixing this.{/t} - {else} -
- {t}GOsa will run without fixing this.{/t} - {/if} -
- {$basic[$key].SOLUTION} -
-
- {/if} - {/if} -
-
- {/foreach} -
-
- - - -
- - -
- - -

{t}PHP setup configuration{/t}

- - {foreach from=$config item=val key=key} - - - {if $config[$key].SOLUTION != "" && !$config[$key].RESULT} - - -
- {else} - - -
- {/if} - - -
{$config[$key].NAME}
-
- {if $config[$key].RESULT} -
{t}Successful{/t}
- {else} - - {if $config[$key].MUST} -
{t}Failed{/t}
- {else} -
{t}Failed{/t}
- {/if} - - {if $config[$key].SOLUTION != ""} - - -
- {if $config[$key].MUST} -
- {t}GOsa will NOT run without fixing this.{/t} - {else} -
- {t}GOsa will run without fixing this.{/t} - {/if} -
- {$config[$key].SOLUTION} -
-
- {/if} - {/if} -
-
- {/foreach} - - - -

{t}Configuration file writeable{/t}

- - {foreach from=$is_writeable item=val key=key} - - - {if $is_writeable[$key].SOLUTION != "" && !$is_writeable[$key].RESULT} - - -
- {else} - - -
- {/if} - - -
{$is_writeable[$key].NAME}
-
- {if $is_writeable[$key].RESULT} -
{t}Successful{/t}
- {else} - - {if $is_writeable[$key].MUST} -
{t}Failed{/t}
- {else} -
{t}Failed{/t}
- {/if} - - {if $is_writeable[$key].SOLUTION != ""} - - -
- {if $is_writeable[$key].MUST} -
- {t}GOsa will NOT run without fixing this.{/t} - {else} -
- {t}GOsa will run without fixing this.{/t} - {/if} -
- {$is_writeable[$key].SOLUTION} -
-
- {/if} - {/if} -
-
- {/foreach} - - - -
-
- -- 2.30.2