fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9456]


From: Torstein
Subject: [Fmsystem-commits] [9456]
Date: Tue, 29 May 2012 01:36:19 +0000

Revision: 9456
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9456
Author:   vator
Date:     2012-05-29 01:36:18 +0000 (Tue, 29 May 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/templates/base/check_list/register_case.xsl

Modified: trunk/controller/templates/base/check_list/register_case.xsl
===================================================================
--- trunk/controller/templates/base/check_list/register_case.xsl        
2012-05-29 01:35:52 UTC (rev 9455)
+++ trunk/controller/templates/base/check_list/register_case.xsl        
2012-05-29 01:36:18 UTC (rev 9456)
@@ -79,6 +79,78 @@
                                                                                
                   <input type="submit" name="save_control" value="Lagre 
måling" class="not_active" title="{$lang_save}" />
                                                                                
                </form>
                                                                                
        </xsl:when>
+                                                                               
        <xsl:when test="type = 'control_item_type_3'">
+                                                                               
                <form class="frm_register_case expand_item" 
action="index.php?menuaction=controller.uicase.register_case&amp;phpgw_return_as=json"
 method="post">
+                                                                               
                        <xsl:variable name="control_item_id"><xsl:value-of 
select="id"/></xsl:variable>
+                                                                               
                        <input type="hidden" name="control_item_id" 
value="{$control_item_id}" /> 
+                                                                               
                        <input name="check_list_id" 
type="hidden"><xsl:attribute name="value"><xsl:value-of 
select="//check_list/id"/></xsl:attribute></input>
+                                                                               
                        <input name="type" type="hidden" 
value="control_item_type_3" />
+                                                                               
                
+                                                                               
                        <div class="row">
+                                                                               
                                <label>Status</label>
+                                                                               
                                <select name="status">
+                                                                               
                                        <option value="0" 
SELECTED="SELECTED">Åpen</option>
+                                                                               
                                        <option value="1" >Lukket</option>
+                                                                               
                                        <option value="2" >Venter på 
tilbakemelding</option>
+                                                                               
                                </select>
+                                                                               
                   </div>
+                                                                               
               <div class="row">
+                                                                               
                 <label class="comment">Velg verdi fra liste</label>
+                                                                               
                        <select name="option_value">
+                                                                               
                                <xsl:for-each select="options_array"> 
+                                                                               
                                                <option>
+                                                                               
                                                        <xsl:attribute 
name="value"><xsl:value-of select="option_value"/></xsl:attribute>
+                                                                               
                                                        <xsl:value-of 
select="option_value"/>
+                                                                               
                                                 </option>      
+                                                                               
                                        </xsl:for-each>
+                                                                               
                                </select>
+                                                                               
               </div>
+                                                                               
               <div class="row">
+                                                                               
                         <label class="comment">Beskrivelse av sak</label>
+                                                                               
                         <textarea name="case_descr">
+                                                                               
                                        <xsl:value-of select="comment"/>
+                                                                               
                                 </textarea>
+                                                                               
                   </div>
+                                                                               
               <xsl:variable name="lang_save"><xsl:value-of 
select="php:function('lang', 'register_error')" /></xsl:variable>
+                                                                               
                   <input type="submit" name="save_control" value="Lagre 
sak/måling" class="not_active" title="{$lang_save}" />
+                                                                               
                </form>
+                                                                               
        </xsl:when>
+                                                                               
        <xsl:when test="type = 'control_item_type_4'">
+                                                                               
                <form class="frm_register_case expand_item" 
action="index.php?menuaction=controller.uicase.register_case&amp;phpgw_return_as=json"
 method="post">
+                                                                               
                        <xsl:variable name="control_item_id"><xsl:value-of 
select="id"/></xsl:variable>
+                                                                               
                        <input type="hidden" name="control_item_id" 
value="{$control_item_id}" /> 
+                                                                               
                        <input name="check_list_id" 
type="hidden"><xsl:attribute name="value"><xsl:value-of 
select="//check_list/id"/></xsl:attribute></input>
+                                                                               
                        <input name="type" type="hidden" 
value="control_item_type_4" />
+                                                                               
                
+                                                                               
                        <div class="row">
+                                                                               
                                <label>Status</label>
+                                                                               
                                <select name="status">
+                                                                               
                                        <option value="0" 
SELECTED="SELECTED">Åpen</option>
+                                                                               
                                        <option value="1" >Lukket</option>
+                                                                               
                                        <option value="2" >Venter på 
tilbakemelding</option>
+                                                                               
                                </select>
+                                                                               
                   </div>
+                                                                               
               <div class="row">
+                                                                               
                 <label class="comment">Velg verdi fra liste</label>
+                                                                               
                        <select name="option_value">
+                                                                               
                                <xsl:for-each select="options_array"> 
+                                                                               
                                                <option>
+                                                                               
                                                        <xsl:attribute 
name="value"><xsl:value-of select="option_value"/></xsl:attribute>
+                                                                               
                                                        <xsl:value-of 
select="option_value"/>
+                                                                               
                                                 </option>      
+                                                                               
                                        </xsl:for-each>
+                                                                               
                                </select>
+                                                                               
               </div>
+                                                                               
               <div class="row">
+                                                                               
                         <label class="comment">Beskrivelse av sak</label>
+                                                                               
                         <textarea name="case_descr">
+                                                                               
                                        <xsl:value-of select="comment"/>
+                                                                               
                                 </textarea>
+                                                                               
                   </div>
+                                                                               
               <xsl:variable name="lang_save"><xsl:value-of 
select="php:function('lang', 'register_error')" /></xsl:variable>
+                                                                               
                   <input type="submit" name="save_control" value="Lagre 
sak/måling" class="not_active" title="{$lang_save}" />
+                                                                               
                </form>
+                                                                               
        </xsl:when>
                                                                                
</xsl:choose>   
                                                                        
                                                                </li>




reply via email to

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