phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default group_select.xsl, 1.1, 1.2 tts.xsl, 1.11, 1.12 config.tpl, 1.11, 1.12
Date: Mon, 15 Sep 2003 14:28:46 -0400

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

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

Index: group_select.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/group_select.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** group_select.xsl    5 Aug 2003 13:32:39 -0000       1.1
--- group_select.xsl    15 Sep 2003 18:28:43 -0000      1.2
***************
*** 11,15 ****
  
        <xsl:template match="group_list">
!       <xsl:variable name="group"><xsl:value-of select="id"/></xsl:variable>
                <xsl:choose>
                        <xsl:when test="selected">
--- 11,15 ----
  
        <xsl:template match="group_list">
!       <xsl:variable name="id"><xsl:value-of select="id"/></xsl:variable>
                <xsl:choose>
                        <xsl:when test="selected">

Index: tts.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/tts.xsl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** tts.xsl     17 Jul 2003 10:46:23 -0000      1.11
--- tts.xsl     15 Sep 2003 18:28:43 -0000      1.12
***************
*** 184,187 ****
--- 184,195 ----
                        <tr>
                                <td valign="top">
+                                       <xsl:value-of select="lang_group"/>
+                               </td>
+                               <td>
+                                       <xsl:call-template name="group_select"/>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td valign="top">
                                        <xsl:value-of select="lang_priority"/>
                                </td>
***************
*** 443,446 ****
--- 451,462 ----
                                <td>
                                        <xsl:call-template 
name="user_id_select"/>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of select="lang_group"/>
+                               </td>
+                               <td>
+                                       <xsl:call-template name="group_select"/>
                                </td>
                        </tr>

Index: config.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/config.tpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** config.tpl  4 Jul 2003 09:56:24 -0000       1.11
--- config.tpl  15 Sep 2003 18:28:43 -0000      1.12
***************
*** 99,102 ****
--- 99,112 ----
     </tr>
     <tr class="row_on">
+     <td>{lang_Group_Notification_(TTS)}.</td>
+     <td>
+      <select name="newsettings[groupnotification]">
+       <option value="" {selected_groupnotification_}>Disabled</option>
+       <option value="1" {selected_groupnotification_1}>Users choice</option>
+       <option value="2" {selected_groupnotification_2}>Force</option>
+      </select>
+     </td>
+    </tr>
+    <tr class="row_on">
      <td>{lang_Ask_for_workorder_approval_by_e-mail}.</td>
      <td>





reply via email to

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