phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api/skins/default/msgbox.xsl, 1.1.1.1.2.7


From: nomail
Subject: [Phpgroupware-cvs] api/skins/default/msgbox.xsl, 1.1.1.1.2.7
Date: Thu, 20 May 2004 14:52:17 -0000

Update of /api/skins/default
Modified Files:
        Branch: proposal-branch
          msgbox.xsl

date: 2004/04/16 20:59:49;  author: seek3r;  state: Exp;  lines: +22 -5

Log Message:
bringing savannah cvs back up to date with what we were doing on our private 
cvs server. We will not be doing dev from this cvs tree
=====================================================================
Index: api/skins/default/msgbox.xsl
diff -u api/skins/default/msgbox.xsl:1.1.1.1.2.6 
api/skins/default/msgbox.xsl:1.1.1.1.2.7
--- api/skins/default/msgbox.xsl:1.1.1.1.2.6    Sat Nov 15 04:09:07 2003
+++ api/skins/default/msgbox.xsl        Fri Apr 16 20:59:49 2004
@@ -7,14 +7,13 @@
 
 <xsl:template match="msgbox">
        <xsl:if test="count(msgbox_item) > 0">
-               <table class="sidebox" cellspacing="1" cellpadding="0" 
border="0" align="center" width="60%">
-                       <xsl:apply-templates select="msgbox_item" />
-               </table>
                <br />
+               <xsl:apply-templates select="msgbox_item" />
        </xsl:if>
 </xsl:template> 
 
 <xsl:template match="msgbox_item">
+       <table class="sidebox" cellspacing="1" cellpadding="0" border="0" 
align="center" width="60%">
                <tr>
                        <td class="sideboxtitle" align="left" 
height="28">&#160;NOTICE!</td>
                </tr>
@@ -30,9 +29,12 @@
                                </table>
                        </td>
                </tr>
+       </table>
+       <br />
 </xsl:template>
 
 <xsl:template match="msgbox_item[type='fatal']">
+       <table class="sidebox" cellspacing="1" cellpadding="0" border="0" 
align="center" width="60%">
                <tr>
                        <td class="sideboxtitle" align="left" 
height="28">&#160;<font color="red">FATAL ERROR!</font></td>
                </tr>
@@ -51,9 +53,12 @@
                                </table>
                        </td>
                </tr>
+       </table>
+       <br />
 </xsl:template>
 
 <xsl:template match="msgbox_item[type='warning']">
+       <table class="sidebox" cellspacing="1" cellpadding="0" border="0" 
align="center" width="60%">
                <tr>
                        <td class="sideboxtitle" align="left" 
height="28">&#160;<font color="#CC0000">WARNING!</font></td>
                </tr>
@@ -74,11 +79,14 @@
                                </table>
                        </td>
                </tr>
+       </table>
+       <br />
 </xsl:template>
 
 <xsl:template match="msgbox_item[type='access']">
 <xsl:variable name="api_image_path">api/skins/<xsl:value-of 
select="/PHPGW/API/prefs/api.skin" />/images</xsl:variable>
 <xsl:variable name="app_image_path"><xsl:value-of 
select="/PHPGW/API/op/appname" />/skins/<xsl:value-of 
select="/PHPGW/API/prefs/api.skin" />/images</xsl:variable>
+       <table class="sidebox" cellspacing="1" cellpadding="0" border="0" 
align="center" width="60%">
                <tr>
                        <td class="sideboxtitle" align="left" 
height="28">&#160;<font color="#CC0000">ACCESS DENIED!</font></td>
                </tr>
@@ -94,6 +102,10 @@
                                </table>
                        </td>
                </tr>
+       </table>
+       <br />
+       
+       <table class="sidebox" cellspacing="1" cellpadding="0" border="0" 
align="center" width="60%">
                <tr>
                        <td class="sideboxtitle" align="left" height="28">Login 
as another user?</td>
                </tr>
@@ -133,10 +145,13 @@
                                </form>
                        </td>
                </tr>
+       </table>
+       <br />
 </xsl:template>
 
 
 <xsl:template match="msgbox_item[type='debug']">
+       <table class="sidebox" cellspacing="1" cellpadding="0" border="0" 
align="center" width="60%">
                <tr>
                        <td class="sideboxtitle" align="left" 
height="28">&#160;<font color="#CC0000">DEBUG!</font></td>
                </tr>
@@ -158,6 +173,8 @@
                                </table>
                        </td>
                </tr>
+       </table>
+       <br />
 </xsl:template>
 
 </xsl:stylesheet>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]