phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default report.xsl,1.4,1.5 c


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default report.xsl,1.4,1.5 config.tpl,1.9,1.10
Date: Thu, 26 Jun 2003 05:02:08 -0400

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

Modified Files:
        report.xsl config.tpl 
Log Message:
no message

Index: report.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/report.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** report.xsl  25 Jun 2003 18:27:48 -0000      1.4
--- report.xsl  26 Jun 2003 09:02:05 -0000      1.5
***************
*** 214,219 ****
                                                </xsl:attribute>
                                        <td align="left">
!                                               <xsl:variable 
name="link_view_file"><xsl:value-of 
select="//link_view_file"/>&amp;file_name=<xsl:value-of 
select="name"/></xsl:variable>
!                                               <a href="{$link_view_file}" 
target="_blank" 
onMouseover="window.status='{//lang_view_file_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of select="name"/></a>
                                                <xsl:text> </xsl:text>
                                        </td>
--- 214,227 ----
                                                </xsl:attribute>
                                        <td align="left">
!                                               <xsl:choose>
!                                                       <xsl:when 
test="//link_to_files!=''">
!                                                               <xsl:variable 
name="link_to_file"><xsl:value-of select="//link_to_files"/>/<xsl:value-of 
select="directory"/>/<xsl:value-of select="name"/></xsl:variable>
!                                                               <a 
href="{$link_to_file}" target="_blank" 
onMouseover="window.status='{//lang_view_file_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of select="name"/></a>
!                                                       </xsl:when>
!                                                       <xsl:otherwise>
!                                                               <xsl:variable 
name="link_view_file"><xsl:value-of 
select="//link_view_file"/>&amp;file_name=<xsl:value-of 
select="name"/></xsl:variable>
!                                                               <a 
href="{$link_view_file}" target="_blank" 
onMouseover="window.status='{//lang_view_file_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of select="name"/></a>
!                                                       </xsl:otherwise>
!                                               </xsl:choose>
                                                <xsl:text> </xsl:text>
                                        </td>

Index: config.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/config.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** config.tpl  6 May 2003 18:55:00 -0000       1.9
--- config.tpl  26 Jun 2003 09:02:05 -0000      1.10
***************
*** 22,26 ****
      <td><input name="newsettings[default_municipal]" 
value="{value_default_municipal}"></td>
     </tr>
!    <tr class="row_on">
      <td>{lang_Select_integration_with_FacilityCenter}.</td>
      <td>
--- 22,26 ----
      <td><input name="newsettings[default_municipal]" 
value="{value_default_municipal}"></td>
     </tr>
! <!--   <tr class="row_on">
      <td>{lang_Select_integration_with_FacilityCenter}.</td>
      <td>
***************
*** 31,37 ****
      </td>
     </tr>
     <tr class="row_off">
      <td>{lang_Tax_[%]}:</td>
!     <td><input name="newsettings[fmwrkorder_tax]" 
value="{value_fmwrkorder_tax}"></td>
     </tr>
     <tr class="row_off">
--- 31,43 ----
      </td>
     </tr>
+ -->
     <tr class="row_off">
      <td>{lang_Tax_[%]}:</td>
!     <td><input name="newsettings[fm_tax]" value="{value_fm_tax}"></td>
!    </tr>
!    <tr class="row_on">
!     <td>{lang_Enter_the_location_of_files_URL.} <br>
!       {lang_Example:_http://www.domain.com/files}:</td>
!     <td><input name="newsettings[files_url]" value="{value_files_url}"></td>
     </tr>
     <tr class="row_off">





reply via email to

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