phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/skins/default account_mgr.xsl, 1.1.2.4, 1.1.2.5 d


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] api/skins/default account_mgr.xsl, 1.1.2.4, 1.1.2.5 default.css, 1.1.1.1.2.4, 1.1.1.1.2.5
Date: Mon, 27 Oct 2003 08:05:12 +0000

Update of /cvsroot/phpgroupware/api/skins/default
In directory subversions:/tmp/cvs-serv28321/default

Modified Files:
      Tag: proposal-branch
        account_mgr.xsl default.css 
Log Message:
Fixed alignment issues when changing resoultions


Index: default.css
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/default.css,v
retrieving revision 1.1.1.1.2.4
retrieving revision 1.1.1.1.2.5
diff -C2 -d -r1.1.1.1.2.4 -r1.1.1.1.2.5
*** default.css 26 Oct 2003 02:16:53 -0000      1.1.1.1.2.4
--- default.css 27 Oct 2003 08:05:09 -0000      1.1.1.1.2.5
***************
*** 90,93 ****
--- 90,103 ----
  }
  
+ .normalbox_title
+ {
+       padding-right: 5px; 
+       padding-left: 5px; 
+       font-size: 12px; 
+       color: #000000; 
+       line-height: 20px; 
+       font-family: "Verdana", "Arial", "Helvetica", "sans-serif"
+ }
+ 
  .sideboxtext 
  {

Index: account_mgr.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/Attic/account_mgr.xsl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** account_mgr.xsl     26 Oct 2003 06:51:30 -0000      1.1.2.4
--- account_mgr.xsl     27 Oct 2003 08:05:09 -0000      1.1.2.5
***************
*** 7,20 ****
  <xsl:template match="APP/accounts">
        <br />
!       <table class="normalbox" cellSpacing="1" cellPadding="0" width="80%" 
border="0">
                <tr> 
                        <td class="sideboxtitle" align="center" height="28" 
width="100%">
  
!                               <table border="0" width="100%" cellspacing="0" 
cellpadding="0">
!                                       <tr bgcolor="#D3DCE3" 
class="sideboxtitle">
!                                               <td width="5">&#160;</td>
!                                               <td width="295">LoginID</td>
!                                               <td width="295">First name</td>
!                                               <td width="*">Last name</td>
                                        </tr>
                                </table>
--- 7,21 ----
  <xsl:template match="APP/accounts">
        <br />
!       <table class="normalbox" cellSpacing="0" cellPadding="0" width="80%" 
border="0">
                <tr> 
                        <td class="sideboxtitle" align="center" height="28" 
width="100%">
  
!                               <table border="0" width="100%" cellspacing="0" 
cellpadding="0" class="normalbox_title">
!                                       <tr>
!                                               <td 
width="31%"><b>LoginID</b></td>
!                                               <td width="31%"><b>First 
name</b></td>
!                                               <td width="*"><b>Last 
name</b></td>
!                                               <td width="24">&#160;</td>
!                                               <td width="24">&#160;</td>
                                        </tr>
                                </table>
***************
*** 28,32 ****
                                        <xsl:variable name="account_id" 
select="account_id" />
                                        <xsl:variable name="account_lid" 
select="account_lid" />
!                                       <tr>
                                                <xsl:choose>                    
        
                                                        <xsl:when 
test="position() mod 2 = 1">
--- 29,33 ----
                                        <xsl:variable name="account_id" 
select="account_id" />
                                        <xsl:variable name="account_lid" 
select="account_lid" />
!                                       <tr class="sideboxtext">
                                                <xsl:choose>                    
        
                                                        <xsl:when 
test="position() mod 2 = 1">
***************
*** 37,43 ****
                                                        </xsl:otherwise>
                                                </xsl:choose>
!                                               <td><font color="#000000"><a 
href="{$baseurl}&amp;op=api.account_mgr.view&amp;account_id={$account_id}"><xsl:value-of
 select="account_lid" /></a></font></td>
!                                               <td><font 
color="#000000"><xsl:value-of select="account_firstname" /></font></td>
!                                               <td><font 
color="#000000"><xsl:value-of select="account_lastname" /></font></td>
                                                <td width="24" 
align="center"><a 
href="{$baseurl}&amp;op=api.account_mgr.edit&amp;account_id={$account_id}"><img 
alt="Edit" title="Edit" src="{$api_image_path}/edit.png" border="0" /></a></td>
                                                <xsl:choose>
--- 38,44 ----
                                                        </xsl:otherwise>
                                                </xsl:choose>
!                                               <td width="31%"><font 
color="#000000"><a 
href="{$baseurl}&amp;op=api.account_mgr.view&amp;account_id={$account_id}"><xsl:value-of
 select="account_lid" /></a></font></td>
!                                               <td width="31%"><font 
color="#000000"><xsl:value-of select="account_firstname" /></font></td>
!                                               <td width="*"><font 
color="#000000"><xsl:value-of select="account_lastname" /></font></td>
                                                <td width="24" 
align="center"><a 
href="{$baseurl}&amp;op=api.account_mgr.edit&amp;account_id={$account_id}"><img 
alt="Edit" title="Edit" src="{$api_image_path}/edit.png" border="0" /></a></td>
                                                <xsl:choose>





reply via email to

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