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


From: sigurdne
Subject: [Phpgroupware-cvs] property/templates/default admin_entity.xsl,1.4
Date: Thu, 24 Feb 2005 15:08:34 -0000

Update of property/templates/default

Modified Files:
     Branch: MAIN
            admin_entity.xsl lines: +34 -1

Log Message:
no message

====================================================
Index: property/templates/default/admin_entity.xsl
diff -u property/templates/default/admin_entity.xsl:1.3 
property/templates/default/admin_entity.xsl:1.4
--- property/templates/default/admin_entity.xsl:1.3     Thu Jan 13 16:52:48 2005
+++ property/templates/default/admin_entity.xsl Tue Feb  1 11:35:09 2005
@@ -952,6 +952,9 @@
                        <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="1%" align="center">
+                               <xsl:value-of select="lang_search"/>
+                       </td>
                        <td class="th_text" width="5%" align="center">
                                <xsl:value-of select="lang_edit"/>
                        </td>
@@ -1008,6 +1011,9 @@
                                        </table>
                                </td>
                                <td align="center">
+                                       <xsl:value-of select="search"/>
+                               </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>
@@ -1203,6 +1209,33 @@
                                        </xsl:choose>
                                </td>
                        </tr>
+                       <tr>
+                               <td>
+                                       <xsl:value-of 
select="lang_include_search"/>
+                               </td>
+                               <td>
+                                       <xsl:choose>
+                                                       <xsl:when 
test="value_search = 1">
+                                                               <input 
type="checkbox" name="values[search]" value="1" checked="checked" 
onMouseout="window.status='';return true;">
+                                                                       
<xsl:attribute name="onMouseover">
+                                                                               
<xsl:text>window.status='</xsl:text>
+                                                                               
        <xsl:value-of select="lang_include_search_statustext"/>
+                                                                               
<xsl:text>'; return true;</xsl:text>
+                                                                       
</xsl:attribute>
+                                                               </input>
+                                                       </xsl:when>
+                                                       <xsl:otherwise>
+                                                               <input 
type="checkbox" name="values[search]" value="1" 
onMouseout="window.status='';return true;">
+                                                                       
<xsl:attribute name="onMouseover">
+                                                                               
<xsl:text>window.status='</xsl:text>
+                                                                               
        <xsl:value-of select="lang_include_search_statustext"/>
+                                                                               
<xsl:text>'; return true;</xsl:text>
+                                                                       
</xsl:attribute>
+                                                               </input>
+                                                       </xsl:otherwise>
+                                       </xsl:choose>
+                               </td>
+                       </tr>
                        <xsl:choose>
                                <xsl:when test="multiple_choice != ''">
                                        <tr>






reply via email to

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