phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default admin_entity.xsl, 1.3, 1.


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/templates/default admin_entity.xsl, 1.3, 1.4
Date: Sun, 19 Oct 2003 12:22:37 +0000

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv3618/templates/default

Modified Files:
        admin_entity.xsl 
Log Message:
no message

Index: admin_entity.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/admin_entity.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** admin_entity.xsl    18 Oct 2003 22:15:52 -0000      1.3
--- admin_entity.xsl    19 Oct 2003 12:22:34 -0000      1.4
***************
*** 744,760 ****
        </xsl:template>
        <xsl:template match="table_header_attrib">
!               <xsl:variable name="sort_id"><xsl:value-of 
select="sort_id"/></xsl:variable>
                <xsl:variable name="sort_name"><xsl:value-of 
select="sort_name"/></xsl:variable>
                <tr class="th">
!                       <td class="th_text" width="10%" align="right">
                                <a href="{$sort_name}"><xsl:value-of 
select="lang_name"/></a>
                        </td>
!                       <td class="th_text" width="20%" align="center">
                                <xsl:value-of select="lang_descr"/>
                        </td>
!                       <td class="th_text" width="1%" align="center">
                                <xsl:value-of select="lang_datatype"/>
                        </td>
                        <td class="th_text" width="5%" align="center">
                                <xsl:value-of select="lang_edit"/>
                        </td>
--- 744,763 ----
        </xsl:template>
        <xsl:template match="table_header_attrib">
!               <xsl:variable name="sort_sorting"><xsl:value-of 
select="sort_sorting"/></xsl:variable>
                <xsl:variable name="sort_name"><xsl:value-of 
select="sort_name"/></xsl:variable>
                <tr class="th">
!                       <td class="th_text" width="10%" align="left">
                                <a href="{$sort_name}"><xsl:value-of 
select="lang_name"/></a>
                        </td>
!                       <td class="th_text" width="20%" align="left">
                                <xsl:value-of select="lang_descr"/>
                        </td>
!                       <td class="th_text" width="1%" align="left">
                                <xsl:value-of select="lang_datatype"/>
                        </td>
                        <td class="th_text" width="5%" align="center">
+                               <a href="{$sort_sorting}"><xsl:value-of 
select="lang_sorting"/></a>
+                       </td>
+                       <td class="th_text" width="5%" align="center">
                                <xsl:value-of select="lang_edit"/>
                        </td>
***************
*** 766,772 ****
  
        <xsl:template match="values_attrib"> 
!               <xsl:variable name="lang_attribute_attribtext"><xsl:value-of 
select="lang_delete_attribtext"/></xsl:variable>
!               <xsl:variable name="lang_edit_attribtext"><xsl:value-of 
select="lang_edit_attribtext"/></xsl:variable>
!               <xsl:variable name="lang_delete_attribtext"><xsl:value-of 
select="lang_delete_attribtext"/></xsl:variable>
                        <tr>
                                <xsl:attribute name="class">
--- 769,776 ----
  
        <xsl:template match="values_attrib"> 
!               <xsl:variable name="lang_up_text"><xsl:value-of 
select="lang_up_text"/></xsl:variable>
!               <xsl:variable name="lang_down_text"><xsl:value-of 
select="lang_down_text"/></xsl:variable>
!               <xsl:variable name="lang_edit_text"><xsl:value-of 
select="lang_edit_text"/></xsl:variable>
!               <xsl:variable name="lang_delete_text"><xsl:value-of 
select="lang_delete_text"/></xsl:variable>
                        <tr>
                                <xsl:attribute name="class">
***************
*** 783,787 ****
                                        </xsl:choose>
                                </xsl:attribute>
!                               <td align="right">
                                        <xsl:value-of select="column_name"/>
                                </td>
--- 787,791 ----
                                        </xsl:choose>
                                </xsl:attribute>
!                               <td align="left">
                                        <xsl:value-of select="column_name"/>
                                </td>
***************
*** 792,802 ****
                                        <xsl:value-of select="datatype"/>
                                </td>
                                <td align="center">
                                        <xsl:variable 
name="link_edit"><xsl:value-of select="link_edit"/></xsl:variable>
!                                       <a href="{$link_edit}" 
onMouseover="window.status='{$lang_edit_attribtext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_edit"/></a>
                                </td>
                                <td align="center">
                                        <xsl:variable 
name="link_delete"><xsl:value-of select="link_delete"/></xsl:variable>
!                                       <a href="{$link_delete}" 
onMouseover="window.status='{$lang_delete_attribtext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_delete"/></a>
                                </td>
                        </tr>
--- 796,824 ----
                                        <xsl:value-of select="datatype"/>
                                </td>
+                               <td>
+                                       <table align="left">
+                                               <tr>
+                                                       <td>
+                                                               <xsl:value-of 
select="sorting"/>
+                                                       </td>
+ 
+                                                       <td align="left">
+                                                               <xsl:variable 
name="link_up"><xsl:value-of select="link_up"/></xsl:variable>
+                                                               <a 
href="{$link_up}" onMouseover="window.status='{$lang_up_text}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of select="text_up"/></a>
+                                                               <xsl:text> | 
</xsl:text>
+                                                               <xsl:variable 
name="link_down"><xsl:value-of select="link_down"/></xsl:variable>
+                                                               <a 
href="{$link_down}" onMouseover="window.status='{$lang_down_text}';return 
true;" onMouseout="window.status='';return true;"><xsl:value-of 
select="text_down"/></a>
+                                                       </td>
+ 
+                                               </tr>
+                                       </table>
+                               </td>
                                <td align="center">
                                        <xsl:variable 
name="link_edit"><xsl:value-of select="link_edit"/></xsl:variable>
!                                       <a href="{$link_edit}" 
onMouseover="window.status='{$lang_edit_text}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_edit"/></a>
                                </td>
                                <td align="center">
                                        <xsl:variable 
name="link_delete"><xsl:value-of select="link_delete"/></xsl:variable>
!                                       <a href="{$link_delete}" 
onMouseover="window.status='{$lang_delete_text}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_delete"/></a>
                                </td>
                        </tr>





reply via email to

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