phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default admin_location.xsl,1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default admin_location.xsl,1.5,1.6 cat_select.xsl,1.2,1.3 config.tpl,1.10,1.11 tts.xsl,1.9,1.10
Date: Fri, 04 Jul 2003 05:56:28 -0400

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

Modified Files:
        admin_location.xsl cat_select.xsl config.tpl tts.xsl 
Log Message:
no message

Index: admin_location.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/admin_location.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** admin_location.xsl  30 Jun 2003 10:49:14 -0000      1.5
--- admin_location.xsl  4 Jul 2003 09:56:24 -0000       1.6
***************
*** 535,539 ****
                                </td>
                                <td>
!                                       <input type="text" 
name="values[column_name]" value="{value_column_name}" maxlength="8" 
onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
--- 535,539 ----
                                </td>
                                <td>
!                                       <input type="text" 
name="values[column_name]" value="{value_column_name}" maxlength="20" 
onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
***************
*** 549,553 ****
                                </td>
                                <td>
!                                       <input type="text" 
name="values[input_text]" value="{value_input_text}" maxlength="12" 
onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
--- 549,553 ----
                                </td>
                                <td>
!                                       <input type="text" 
name="values[input_text]" value="{value_input_text}" maxlength="20" 
onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>

Index: cat_select.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/cat_select.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** cat_select.xsl      20 Jan 2003 10:35:28 -0000      1.2
--- cat_select.xsl      4 Jul 2003 09:56:24 -0000       1.3
***************
*** 13,17 ****
        <xsl:variable name="cat_id"><xsl:value-of 
select="cat_id"/></xsl:variable>
                <xsl:choose>
!                       <xsl:when test="selected">
                                <option value="{$cat_id}" 
selected="selected"><xsl:value-of disable-output-escaping="yes" 
select="name"/></option>
                        </xsl:when>
--- 13,17 ----
        <xsl:variable name="cat_id"><xsl:value-of 
select="cat_id"/></xsl:variable>
                <xsl:choose>
!                       <xsl:when test="selected='selected'">
                                <option value="{$cat_id}" 
selected="selected"><xsl:value-of disable-output-escaping="yes" 
select="name"/></option>
                        </xsl:when>

Index: config.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/config.tpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** config.tpl  26 Jun 2003 09:02:05 -0000      1.10
--- config.tpl  4 Jul 2003 09:56:24 -0000       1.11
***************
*** 41,44 ****
--- 41,49 ----
      <td><input name="newsettings[files_url]" value="{value_files_url}"></td>
     </tr>
+    <tr class="row_on">
+     <td>{lang_Enter_GAB_Location_Level.} <br>
+       {lang_Default_value_is}: 3</td>
+     <td><input name="newsettings[gab_insert_level]" 
value="{value_gab_insert_level}"></td>
+    </tr>
     <tr class="row_off">
      <td>{lang_Select_how_you_want_to_send_workorder_by_mail}.</td>

Index: tts.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/tts.xsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** tts.xsl     21 May 2003 12:46:39 -0000      1.9
--- tts.xsl     4 Jul 2003 09:56:24 -0000       1.10
***************
*** 129,133 ****
                                </td>
                                <td align="center">
!                                       <xsl:value-of select="owner"/>
                                </td>
                                <td align="center">
--- 129,133 ----
                                </td>
                                <td align="center">
!                                       <xsl:value-of select="user"/>
                                </td>
                                <td align="center">





reply via email to

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