phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default config.tpl, 1.12, 1.


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default config.tpl, 1.12, 1.13 wo_hour.xsl, 1.15, 1.16 invoice.xsl, 1.33, 1.34 gab.xsl, 1.6, 1.7
Date: Thu, 18 Sep 2003 10:00:51 -0400

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

Modified Files:
        config.tpl wo_hour.xsl invoice.xsl gab.xsl 
Log Message:
no message

Index: config.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/config.tpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** config.tpl  15 Sep 2003 18:28:43 -0000      1.12
--- config.tpl  18 Sep 2003 14:00:49 -0000      1.13
***************
*** 41,44 ****
--- 41,49 ----
      <td><input name="newsettings[files_url]" value="{value_files_url}"></td>
     </tr>
+    <tr class="row_off">
+     <td>{lang_Enter_MAP_URL.} <br>
+       {lang_Example:_http://www.domain.com/map}:</td>
+     <td><input name="newsettings[map_url]" value="{value_map_url}"></td>
+    </tr>
     <tr class="row_on">
      <td>{lang_Enter_GAB_Location_Level.} <br>

Index: wo_hour.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/wo_hour.xsl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** wo_hour.xsl 24 Jun 2003 10:26:39 -0000      1.15
--- wo_hour.xsl 18 Sep 2003 14:00:49 -0000      1.16
***************
*** 1363,1366 ****
--- 1363,1376 ----
                                </td>
                                <td>
+                                       <xsl:value-of 
select="lang_show_details"/>
+                                       <input type="checkbox" 
name="show_details" value="True" checked="checked" 
onMouseout="window.status='';return true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_show_details_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+                               </td>
+                               <td>
                                        <xsl:value-of select="lang_show_cost"/>
                                        <input type="checkbox" name="show_cost" 
value="True"  onMouseout="window.status='';return true;">

Index: invoice.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/invoice.xsl,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** invoice.xsl 10 Sep 2003 14:36:24 -0000      1.33
--- invoice.xsl 18 Sep 2003 14:00:49 -0000      1.34
***************
*** 1931,1937 ****
                        </xsl:choose>
                </table>
                <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
                <form method="post" action="{$form_action}">
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                        <xsl:apply-templates 
select="table_header_list_invoice_sub"/>
                        
--- 1931,1937 ----
                        </xsl:choose>
                </table>
+               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
                <form method="post" action="{$form_action}">
                        <xsl:apply-templates 
select="table_header_list_invoice_sub"/>
                        
***************
*** 1968,1975 ****
                                </td>
                        </tr>
! 
  
                </table>
-               </form> 
        </xsl:template>
  
--- 1968,1989 ----
                                </td>
                        </tr>
!               </form> 
!                       <tr>
!                               <td>
!                                       <xsl:variable 
name="done_action"><xsl:value-of select="done_action"/></xsl:variable>
!                                       <xsl:variable 
name="lang_done"><xsl:value-of select="lang_done"/></xsl:variable>
!                                       <form method="post" 
action="{$done_action}">
!                                               <input type="submit" 
name="done" value="{$lang_done}" onMouseout="window.status='';return true;">
!                                                       <xsl:attribute 
name="onMouseover">
!                                                               
<xsl:text>window.status='</xsl:text>
!                                                                       
<xsl:value-of select="lang_done_statustext"/>
!                                                               <xsl:text>'; 
return true;</xsl:text>
!                                                       </xsl:attribute>
!                                               </input>
!                                       </form>
!                               </td>
!                       </tr>
  
                </table>
        </xsl:template>
  

Index: gab.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/gab.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** gab.xsl     8 Jul 2003 08:11:42 -0000       1.6
--- gab.xsl     18 Sep 2003 14:00:49 -0000      1.7
***************
*** 163,166 ****
--- 163,169 ----
                                        <xsl:value-of select="lang_view"/>
                                </td>
+                               <td class="th_text" width="5%" align="center">
+                                       <xsl:value-of select="lang_map"/>
+                               </td>
                        </tr>
        </xsl:template>
***************
*** 205,208 ****
--- 208,215 ----
                                        <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">
+                                       <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>
                                </td>
                        </tr>





reply via email to

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