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.23


From: uid65886
Subject: [Phpgroupware-cvs] api/skins/default account_mgr.xsl,1.1.2.23
Date: Wed, 27 Apr 2005 07:31:39 -0000

Update of api/skins/default

Modified Files:
     Branch: proposal-branch
            account_mgr.xsl lines: +6 -6

Log Message:
Fixed some alignment issues when there is no lastname and/or firstname

====================================================
Index: api/skins/default/account_mgr.xsl
diff -u api/skins/default/account_mgr.xsl:1.1.2.22 
api/skins/default/account_mgr.xsl:1.1.2.23
--- api/skins/default/account_mgr.xsl:1.1.2.22  Thu Dec 25 02:20:18 2003
+++ api/skins/default/account_mgr.xsl   Thu Dec 25 06:23:01 2003
@@ -64,11 +64,11 @@
                                                        </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="31%"><font 
color="#000000"><xsl:value-of select="account_firstname" />&#160;</font></td>
+                                               <td width="*"><font 
color="#000000"><xsl:value-of select="account_lastname" />&#160;</font></td>
                                                <xsl:choose>
                                                        <xsl:when 
test="/PHPGW/APP/edit_allowed = 1">
-                                                               <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>
+                                                               <td width="24" 
align="right"><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:when>
                                                        <xsl:otherwise>
                                                                <td 
width="24">&#160;</td>
@@ -80,10 +80,10 @@

                                                                <xsl:choose>
                                                                        
<xsl:when test="$account_id = /PHPGW/API/user/id or $account_lid = 'anonymous'">
-                                                                               
<td width="24" align="center"><img alt="Delete" title="Delete" 
src="{$api_image_path}/delete_x.png" border="0" /></td>
+                                                                               
<td width="24" align="right"><img alt="Delete" title="Delete" 
src="{$api_image_path}/delete_x.png" border="0" /></td>
                                                                        
</xsl:when>
                                                                        
<xsl:otherwise>
-                                                                               
<td width="24" align="center"><a 
href="{$baseurl}&amp;op=api.account_mgr.delete&amp;account_id={$account_id}"><img
 alt="Delete" title="Delete" src="{$api_image_path}/delete.png" border="0" 
/></a></td>
+                                                                               
<td width="24" align="right"><a 
href="{$baseurl}&amp;op=api.account_mgr.delete&amp;account_id={$account_id}"><img
 alt="Delete" title="Delete" src="{$api_image_path}/delete.png" border="0" 
/></a></td>
                                                                        
</xsl:otherwise>
                                                                </xsl:choose>







reply via email to

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