fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14314] mandatory location on checklist


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [14314] mandatory location on checklist
Date: Tue, 10 Nov 2015 07:29:45 +0000

Revision: 14314
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14314
Author:   erikhl
Date:     2015-11-10 07:29:43 +0000 (Tue, 10 Nov 2015)
Log Message:
-----------
mandatory location on checklist

Modified Paths:
--------------
    trunk/controller/templates/base/config.tpl

Modified: trunk/controller/templates/base/config.tpl
===================================================================
--- trunk/controller/templates/base/config.tpl  2015-11-10 00:25:32 UTC (rev 
14313)
+++ trunk/controller/templates/base/config.tpl  2015-11-10 07:29:43 UTC (rev 
14314)
@@ -61,8 +61,17 @@
                                </select>
                        </td>
                </tr>
+                <tr class="row_off">
+                       <td>{lang_control_mandatory_location}</td>
+                       <td>
+                               <select 
name="newsettings[control_mandatory_location]">
+                                       <option value="" 
{selected_control_mandatory_location_}>{lang_no}</option>
+                                       <option value="1" 
{selected_control_mandatory_location_1}>{lang_yes}</option>
+                               </select>
+                       </td>
+               </tr>
 
-               <tr class="row_off">
+               <tr class="row_on">
                        <td>{lang_document_category}:</td>
                        <td>
                <!--to be able to blank the setting - need an empty value-->




reply via email to

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