From 207047f661454fb8030a1fd6ea6f6d62dad5cffa Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 12 Oct 2009 12:04:29 +0000 Subject: [PATCH] Updated msg_dialog templates - git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14580 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/ihtml/themes/default/msg_dialog.tpl | 29 ++++++++++++------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/gosa-core/ihtml/themes/default/msg_dialog.tpl b/gosa-core/ihtml/themes/default/msg_dialog.tpl index 0a77c4338..dba5d3cb1 100644 --- a/gosa-core/ihtml/themes/default/msg_dialog.tpl +++ b/gosa-core/ihtml/themes/default/msg_dialog.tpl @@ -73,10 +73,10 @@ {if $i_Type == ERROR_DIALOG || $i_Type == WARNING_DIALOG || $i_Type == INFO_DIALOG} - + {elseif $i_Type == CONFIRM_DIALOG || $i_Type == OK_CANCEL_DIALOG} - - + + {/if} @@ -111,7 +111,7 @@ - +
{$s_Message} @@ -130,17 +130,26 @@ {/if} {if $i_Type == ERROR_DIALOG || $i_Type == WARNING_DIALOG || $i_Type == INFO_DIALOG} - + {elseif $i_Type == CONFIRM_DIALOG} - - + + {elseif $i_Type == OK_CANCEL_DIALOG} - - + + {/if}
- + + + {/if} {/if} -- 2.30.2