Code

Updated template
[gosa.git] / gosa-core / ihtml / themes / default / msg_dialog.tpl
index 72dec71228bdad1a3e7bed9b189c21f851ae37b2..24ceb2b812c137278257a6490ea4144d346ed3df 100644 (file)
@@ -1,68 +1,70 @@
 {if $frame}
-{if $IE}
-       <iframe id='e_layer3'
-               style="
-                       position:absolute;
-                       width:100%;
-                       height:100%;
-                       top:0px;
-                       left:0px;
-                       border:none;
-                       border-style:none;
-                       border-width:0pt;
-                       display:block;
-                       allowtransparency='true';
-                       background-color: #FFFFFF;
-                       filter:chroma(color=#FFFFFF);
-                       z-index:0; ">
-       </iframe>
-       <div  id='e_layer2'
-                       style='display:none;position:absolute; width:400%;'
-<!--
-               style="
-                       position: absolute;
-                       left: 0px;
-                       top: 0px;
-                       right:0px;
-                       bottom:0px;
-                       z-index:0;
-                       width:100%;
-                       height:100%;
-                       filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/opacity_black.png'); "
--->
-
-{else}
-       <div  id='e_layer2'
-               style="
-                       position: absolute;
-                       left: 0px;
-                       top: 0px;
-                       right:0px;
-                       bottom:0px;
-                       z-index:0;
-                       background-image: url(images/opacity_black.png);">
+       {if $IE}
+               <iframe id='e_layer3'
+                       style="
+                               position:absolute;
+                               width:100%;
+                               height:100%;
+                               top:0px;
+                               left:0px;
+                               border:none;
+                               border-style:none;
+                               border-width:0pt;
+                               display:block;
+                               allowtransparency='true';
+                               background-color: #FFFFFF;
+                               filter:chroma(color=#FFFFFF);
+                               z-index:100; ">
+               </iframe>
+               <div  id='e_layer2'
+                       style="
+                               position: absolute;
+                               left: 0px;
+                               top: 0px;
+                               right:0px;
+                               bottom:0px;
+                               z-index:100;
+                               width:100%;
+                               height:100%;
+                               filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/opacity_black.png'); "
+       >
+       {else}
+               <div  id='e_layer2'
+                       style="
+                               position: absolute;
+                               left: 0px;
+                               top: 0px;
+                               right:0px;
+                               bottom:0px;
+                               z-index:100;
+                               background-image: url(images/opacity_black.png);">
 
-{/if}
+       {/if}
 {else}
 
 
        {if !$JS}
 
-               <div id='e_layer{$i_ID}' style="errorMsgDialog">
-                       <div id="e_layerTitle{$i_ID}" style="errorMsgTitle">
-                       <table><tr><td>
-       {if $i_Type == ERROR_DIALOG}
-                                               <img src='images/error.png' alt='{t}Error{/t}'>
-       {elseif $i_Type == WARNING_DIALOG}
-                                               <img src='images/warning.png'  alt='{t}Warning{/t}'>
-       {elseif $i_Type == INFO_DIALOG || $i_Type == CONFIRM_DIALOG || $i_Type == OK_CANCEL_DIALOG}
-                                               <img src='images/info.png' alt='{t}Information{/t}'>
-       {/if}
-                       </td><td style='font-size: 1.1em; font-weight:bold;'>{$s_Title}</td></tr>
+               {if $i_Type == $smarty.const.INFO_DIALOG || $i_Type == $smarty.const.CONFIRM_DIALOG || $i_Type == $smarty.const.OK_CANCEL_DIALOG}
+               <div id='e_layer{$i_ID}' class="infoMsgDialog" style='top:200px;left:200px;'>
+    {else}
+               <div id='e_layer{$i_ID}' class="errorMsgDialog" style='top:200px;left:200px;'>
+    {/if}
+
+                       <div id="e_layerTitle{$i_ID}" class="errorMsgTitle">
+                       <table summary='{t}Error message title{/t}'><tr><td>
+               {if $i_Type == $smarty.const.ERROR_DIALOG}
+                                               {image path='images/error.png'}
+               {elseif $i_Type == $smarty.const.WARNING_DIALOG}
+                                               {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}
+                                               {image path='images/warning.png'}
+               {/if}
+                       </td><td style='font-size: 1.1em;vertical-align:middle;font-weight:bold;'>{$s_Title}</td></tr>
                        </table>
                        </div>
-                       <div style="errorMsgSeperator"></div>
-                       <table style='width:100%' summary='' border=0>
+                       <table summary='{t}Error message{/t}' 
+          style='width:100%; border-top: solid 1px #BBBBBB;' cellspacing=0 cellpadding=2 border=0>
                                <tr>
                                        <td style='width:100%;padding:7px; padding-bottom:14px'>
                                                {$s_Message}
                                </tr>
                                <tr>
                                        <td colspan='2' align='center'>
-                                               <div style="errorMsgSeperator"></div>
-       {if $i_Type == ERROR_DIALOG || $i_Type == WARNING_DIALOG || $i_Type == INFO_DIALOG}
-                                               <button type='submit' name='MSG_OK{$i_ID}'>{t}Ok{/t}</button>
-       {elseif $i_Type == CONFIRM_DIALOG || $i_Type == OK_CANCEL_DIALOG}
-                                               <button type='submit' name='MSG_OK{$i_ID}'>{t}Ok{/t}</button>
+               {if $i_Type == $smarty.const.ERROR_DIALOG || $i_Type == $smarty.const.WARNING_DIALOG || $i_Type == $smarty.const.INFO_DIALOG}
+                                               <button type='submit' name='MSG_OK{$i_ID}'>{t}OK{/t}</button> 
+               {elseif $buttononst.CONFIRM_DIALOG || $i_Type == $smarty.const.OK_CANCEL_DIALOG}
+                                               <button type='submit' name='MSG_OK{$i_ID}'>{t}OK{/t}</button>
                                                <button type='submit' name='MSG_CANCEL{$i_ID}'>{t}Cancel{/t}</button>
-       {/if}
+               {/if}
                                        </td>
                                </tr>
                        </table>
        {else}
 
                {if $s_Trace != "" && $i_TraceCnt != 0}
-               <div id='trace_{$i_ID}' style='visibility:hidden;'>
+               <div id='trace_{$i_ID}' style='display:none;'>
                        {$s_Trace}
                </div>
                
                {/if}
 
-               <div id='e_layer{$i_ID}' class="errorMsgDialog">
+    {if $i_Type == $smarty.const.INFO_DIALOG || $i_Type == $smarty.const.CONFIRM_DIALOG || $i_Type == $smarty.const.OK_CANCEL_DIALOG}
+    <div id='e_layer{$i_ID}' class="infoMsgDialog" style='top:200px;left:200px;'>
+    {else}
+    <div id='e_layer{$i_ID}' class="errorMsgDialog" style='top:200px;left:200px;'>
+    {/if}
 
                <div id="e_layerTitle{$i_ID}" class="errorMsgTitle">
-                       <table><tr><td>
-       {if $i_Type == ERROR_DIALOG}
-                                               <img src='images/error.png' alt='{t}Error{/t}'>
-       {elseif $i_Type == WARNING_DIALOG}
-                                               <img src='images/warning.png'  alt='{t}Warning{/t}'>
-       {elseif $i_Type == INFO_DIALOG || $i_Type == CONFIRM_DIALOG || $i_Type == OK_CANCEL_DIALOG}
-                                               <img src='images/info.png' alt='{t}Information{/t}'>
-       {/if}
-                       </td><td style='font-size: 1.1em; font-weight:bold;'>{$s_Title}</td></tr>
+                       <table summary='{t}Error message title{/t}'><tr><td>
+               {if $i_Type == $smarty.const.ERROR_DIALOG}
+                                               {image path='images/error.png'}
+               {elseif $i_Type == $smarty.const.WARNING_DIALOG}
+                                               {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}
+                                               {image path='images/info.png'}
+               {/if}
+                       </td><td style='font-size: 1.1em;vertical-align:middle; font-weight:bold;'>{$s_Title}</td></tr>
                </table>
                </div>
-               <div class="errorMsgSepeator"></div>
 
-                       <table style='width:100%' summary='' border=0>
+                       <table summary='{t}Error message{/t}' 
+        style='z-index:250;width:100%; border-top: solid 1px #BBBBBB;' cellspacing=0 cellpadding=2 border=0>
                                <tr>
-                                       <td style='width:100%; padding:7px; padding-bottom:14px;'>
+                                       <td style='width:100%;padding:7px; padding-bottom:14px;'>
                                                {$s_Message}
                                                <br>
                                        </td>
                                        {if $s_Trace != "" && $i_TraceCnt != 0}
-                                       <td style='width:20px; vertical-align:top; cursor:pointer;'>
-                                               <div onClick="toggle('trace_{$i_ID}')"><u>Trace</u></div>
+                                       <td style='width:20px;cursor:pointer;'>
+                                               <div onClick="$('trace_{$i_ID}').toggle();"><u>Trace</u></div>
                                        </td>
                                        {/if}
                                </tr>
                                <tr>
                                        {if $s_Trace != "" && $i_TraceCnt != 0}
-                                       <td colspan='3' align='center'>
+                                       <td colspan='3' align='center' style="border-top: solid 1px #BBBBBB;">
                                        {else}
-                                       <td colspan='2' align='center'>
+                                       <td colspan='2' align='center' style="border-top: solid 1px #BBBBBB;">
                                        {/if}
-                                       <div class="errorMsgSepeator" style='margin-top:2px; margin-bottom:2px;'></div>
-       {if $i_Type == ERROR_DIALOG || $i_Type == WARNING_DIALOG || $i_Type == INFO_DIALOG}
-                                               <button type='button' name='MSG_OK{$i_ID}' onClick='next_msg_dialog();'>{t}Ok{/t}</button>
-       {elseif $i_Type == CONFIRM_DIALOG}
-                                               <button type='submit' name='MSG_OK{$i_ID}' onClick='next_msg_dialog();'>{t}Ok{/t}</button>
-                                               <button type='button' name='MSG_CANCEL{$i_ID}' onClick='next_msg_dialog();'>{t}Cancel{/t}</button>
-       {elseif $i_Type == OK_CANCEL_DIALOG}
-                                               <button type='submit' name='MSG_OK{$i_ID}' onClick='next_msg_dialog();'>{t}Ok{/t}</button>
-                                               <button type='submit' name='MSG_CANCEL{$i_ID}' onClick='next_msg_dialog();'>{t}Cancel{/t}</button>
-       {/if}
+               {if $i_Type == $smarty.const.ERROR_DIALOG || $i_Type == $smarty.const.WARNING_DIALOG || $i_Type == $smarty.const.INFO_DIALOG}
+                                               <button id='MSG_OK{$i_ID}' type='button' name='MSG_OK{$i_ID}' 
+              onClick='next_msg_dialog();'>{t}OK{/t}</button>
+               {elseif $i_Type == $smarty.const.CONFIRM_DIALOG}
+                                               <button id='MSG_OK{$i_ID}' type='submit' name='MSG_OK{$i_ID}' 
+              onClick='next_msg_dialog();'>{t}OK{/t}</button>
+                                               <button type='button' name='MSG_CANCEL{$i_ID}' 
+              onClick='next_msg_dialog();'>{t}Cancel{/t}</button>
+               {elseif $i_Type == $smarty.const.OK_CANCEL_DIALOG}
+                                               <button id='MSG_OK{$i_ID}' type='submit' name='MSG_OK{$i_ID}' 
+              onClick='next_msg_dialog();'>{t}OK{/t}</button>
+                                               <button type='submit' name='MSG_CANCEL{$i_ID}' 
+              onClick='next_msg_dialog();'>{t}Cancel{/t}</button>
+               {/if}
                                        </td>
                                </tr>
                        </table>
-               </div>
+      </div>
+    <script language="JavaScript" type="text/javascript">
+      focus_field('MSG_OK{$i_ID}');
+    </script>
+
        {/if}
 {/if}