From 3da88b0d1658d4a2163b80afa8eb8e3026fd2132 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 19 Sep 2007 07:48:21 +0000 Subject: [PATCH] Simplified msg dialog template git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7324 594d385d-05f5-0310-b6e9-bd551577e9d8 --- ihtml/themes/default/msg_dialog.tpl | 101 ++++------------------------ 1 file changed, 13 insertions(+), 88 deletions(-) diff --git a/ihtml/themes/default/msg_dialog.tpl b/ihtml/themes/default/msg_dialog.tpl index 2a240615f..15f54bbea 100644 --- a/ihtml/themes/default/msg_dialog.tpl +++ b/ihtml/themes/default/msg_dialog.tpl @@ -39,7 +39,6 @@ --> {/if} -{if $i_Type == ERROR_DIALOG}
+{if $i_Type == ERROR_DIALOG} {t}Error{/t} - - - -

{$s_Title}

- {$s_Message} -
-
- - - - - - - - -
- {elseif $i_Type == WARNING_DIALOG} -
- - - - - - - - -
{t}Warning{/t} - -

{$s_Title}

- {$s_Message} -
-
-
- -
-
- {elseif $i_Type == INFO_DIALOG} -
- - - - -
{t}Information{/t} +{/if} +

{$s_Title}

{$s_Message} +
+
- -
-
- +{if $i_Type == ERROR_DIALOG || $i_Type == WARNING_DIALOG || $i_Type == INFO_DIALOG} + {elseif $i_Type == CONFIRM_DIALOG} -
- - - - - - -
- {t}Information{/t} - -

{$s_Title}

- {$s_Message} -
- - + + +{/if}
-{/if} -- 2.30.2