From: hickert Date: Tue, 26 Feb 2008 08:48:25 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0a35991ee31bb76d5d66d2e9a1f7ed0419c42444;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9119 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_halt.tlp b/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_halt.tlp deleted file mode 100644 index 4e3fc127d..000000000 --- a/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_halt.tlp +++ /dev/null @@ -1,63 +0,0 @@ - -{if $is_new} - - - - - - -
- - - - - -
{t}Timestamp{/t}{$timestamp}
-
- - - - -
- {t}Target objects{/t} -
- {$target_list} -
-
- -{else} - - - - - - -
- - - - - - - - - - - - - - - - - - - - - -
{t}ID{/t}{$data.ID}
{t}Status{/t}{$data.STATUS}
{t}Result{/t}{$data.RESULT}
{t}Target{/t}{$data.MACADDRESS}
{t}Timestamp{/t}{$timestamp}
-
- -
-
- -{/if} diff --git a/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_halt.tpl b/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_halt.tpl new file mode 100644 index 000000000..4e3fc127d --- /dev/null +++ b/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_halt.tpl @@ -0,0 +1,63 @@ + +{if $is_new} + + + + + + +
+ + + + + +
{t}Timestamp{/t}{$timestamp}
+
+ + + + +
+ {t}Target objects{/t} +
+ {$target_list} +
+
+ +{else} + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
{t}ID{/t}{$data.ID}
{t}Status{/t}{$data.STATUS}
{t}Result{/t}{$data.RESULT}
{t}Target{/t}{$data.MACADDRESS}
{t}Timestamp{/t}{$timestamp}
+
+ +
+
+ +{/if}