From: hickert Date: Mon, 12 Oct 2009 12:04:29 +0000 (+0000) Subject: Updated msg_dialog templates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=207047f661454fb8030a1fd6ea6f6d62dad5cffa;p=gosa.git Updated msg_dialog templates - git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14580 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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}