phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/base gab.xsl, 1.2 config.tpl, 1.3


From: sigurdne
Subject: [Phpgroupware-cvs] property/templates/base gab.xsl, 1.2 config.tpl, 1.3
Date: Thu, 18 Aug 2005 15:23:00 +0200

Update of property/templates/base

Modified Files:
     Branch: MAIN
            gab.xsl lines: +26 -8
            config.tpl lines: +5 -0

Log Message:
no message

====================================================
Index: property/templates/base/gab.xsl
diff -u property/templates/base/gab.xsl:1.1 property/templates/base/gab.xsl:1.2
--- property/templates/base/gab.xsl:1.1 Mon Jan 17 10:03:18 2005
+++ property/templates/base/gab.xsl     Thu Aug 18 13:23:16 2005
@@ -19,6 +19,20 @@


        <xsl:template match="search_field_header">
+                       <tr>
+                               <td class="th_text" width="17%" align="left"  
colspan="8">
+                                       <xsl:value-of select="//lang_address"/>
+                                       <xsl:text>: </xsl:text>
+                                       <input type="text" size="60" 
name="address" value="{//address}" onMouseout="window.status='';return true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_search_address_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+                               </td>
+                       </tr>
+                       <tr>
                                <td class="th_text" width="17%" align="left">
                                        <xsl:value-of select="lang_property"/>
                                </td>
@@ -34,12 +48,12 @@
                                <td class="th_text" width="17%" align="left">
                                        <xsl:value-of 
select="lang_seksjons_nr"/>
                                </td>
+                       </tr>
        </xsl:template>
        <xsl:template name="search_field">
-               <xsl:variable name="select_url"><xsl:value-of 
select="select_action"/></xsl:variable>
                <xsl:variable name="query"><xsl:value-of 
select="query"/></xsl:variable>
                <xsl:variable name="lang_search"><xsl:value-of 
select="lang_search"/></xsl:variable>
-                       <form method="post" action="{$select_url}">
+                       <tr>
                                <td align="left">
                                <input type="text" size="6" 
name="location_code" value="{location_code}" 
onMouseout="window.status='';return true;">
                                        <xsl:attribute name="onMouseover">
@@ -102,19 +116,18 @@
                                        </xsl:attribute>
                                </input>
                                </td>
-                       </form>
+                       </tr>
        </xsl:template>

        <xsl:template match="list_gab">
                <xsl:call-template name="menu"/>
                <div align="center">
                <table width="100%"  cellpadding="2" cellspacing="2" 
align="center">
-                       <tr>
+               <xsl:variable name="select_url"><xsl:value-of 
select="select_action"/></xsl:variable>
+                       <form method="post" action="{$select_url}">
                                <xsl:apply-templates 
select="search_field_header"/>
-                       </tr>
-                       <tr>
                                <xsl:call-template name="search_field"/>
-                       </tr>
+                       </form>
                        <tr>
                                <td colspan="8" width="100%">
                                        <xsl:call-template name="nextmatchs"/>
@@ -223,9 +236,14 @@
                                        <xsl:variable 
name="link_view"><xsl:value-of select="link_view"/></xsl:variable>
                                        <a href="{$link_view}" 
onMouseover="window.status='{$lang_view_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_view"/></a>
                                </td>
-                               <td align="center">
+                               <td align="left">
+                                       <pre>
                                        <xsl:variable 
name="link_map"><xsl:value-of select="link_map"/></xsl:variable>
                                        <a href="{$link_map}" target="_blank" 
onMouseover="window.status='{lang_map_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of select="text_map"/></a>
+                                       <xsl:text> | </xsl:text>
+                                       <xsl:variable 
name="link_gab"><xsl:value-of select="link_gab"/></xsl:variable>
+                                       <a href="{$link_gab}" target="_blank" 
onMouseover="window.status='{lang_gab_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of select="text_gab"/></a>
+                                       </pre>
                                </td>
                        </tr>
        </xsl:template>

====================================================
Index: property/templates/base/config.tpl
diff -u property/templates/base/config.tpl:1.2 
property/templates/base/config.tpl:1.3
--- property/templates/base/config.tpl:1.2      Mon Jan 31 12:53:09 2005
+++ property/templates/base/config.tpl  Thu Aug 18 13:23:16 2005
@@ -71,6 +71,11 @@
     <td><input name="newsettings[gab_insert_level]" 
value="{value_gab_insert_level}"></td>
    </tr>
    <tr class="row_off">
+    <td>{lang_Enter_GAB_URL.} <br>
+       {lang_Example:_http://www.domain.com/gab}:</td>
+    <td><input name="newsettings[gab_url]" value="{value_gab_url}"></td>
+   </tr>
+   <tr class="row_off">
     <td>{lang_Select_how_you_want_to_send_workorder_by_mail}.</td>
     <td>
      <select name="newsettings[fmwrkorder_mail]">






reply via email to

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