From: hickert Date: Wed, 24 Mar 2010 14:15:31 +0000 (+0000) Subject: Updated error dialogs to influence my w3c template checks X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2a0742ab6d13f3d0eee235de473480b7deb3c0cb;p=gosa.git Updated error dialogs to influence my w3c template checks git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17117 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/ihtml/themes/modern/msg_dialog.tpl b/gosa-core/ihtml/themes/modern/msg_dialog.tpl index ebde4bbb8..042f033be 100644 --- a/gosa-core/ihtml/themes/modern/msg_dialog.tpl +++ b/gosa-core/ihtml/themes/modern/msg_dialog.tpl @@ -54,11 +54,11 @@
{if $i_Type == $smarty.const.ERROR_DIALOG} - {t}Error{/t} + {image path='images/error.png'} {elseif $i_Type == $smarty.const.WARNING_DIALOG} - {t}Warning{/t} + {image path='images/warning.png'} {elseif $i_Type == $smarty.const.INFO_DIALOG || $i_Type == $smarty.const.CONFIRM_DIALOG || $i_Type == $smarty.const.OK_CANCEL_DIALOG} - {t}Information{/t} + {image path='images/warning.png'} {/if} {$s_Title}
@@ -102,11 +102,11 @@
{if $i_Type == $smarty.const.ERROR_DIALOG} - {t}Error{/t} + {image path='images/error.png'} {elseif $i_Type == $smarty.const.WARNING_DIALOG} - {t}Warning{/t} + {image path='images/warning.png'} {elseif $i_Type == $smarty.const.INFO_DIALOG || $i_Type == $smarty.const.CONFIRM_DIALOG || $i_Type == $smarty.const.OK_CANCEL_DIALOG} - {t}Information{/t} + {image path='images/info.png'} {/if} {$s_Title}
@@ -133,7 +133,7 @@ {/if} {if $i_Type == $smarty.const.ERROR_DIALOG || $i_Type == $smarty.const.WARNING_DIALOG || $i_Type == $smarty.const.INFO_DIALOG} {elseif $i_Type == $smarty.const.CONFIRM_DIALOG}