fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8846]


From: Torstein
Subject: [Fmsystem-commits] [8846]
Date: Mon, 13 Feb 2012 12:22:01 +0000

Revision: 8846
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8846
Author:   vator
Date:     2012-02-13 12:21:59 +0000 (Mon, 13 Feb 2012)
Log Message:
-----------


Modified Paths:
--------------
    
trunk/controller/templates/base/control_location/register_control_to_location.xsl

Modified: 
trunk/controller/templates/base/control_location/register_control_to_location.xsl
===================================================================
--- 
trunk/controller/templates/base/control_location/register_control_to_location.xsl
   2012-02-13 10:52:09 UTC (rev 8845)
+++ 
trunk/controller/templates/base/control_location/register_control_to_location.xsl
   2012-02-13 12:21:59 UTC (rev 8846)
@@ -205,7 +205,6 @@
                        }
                }
                
-               //alert(document.getElementById('control_id').value);
                var control_id_value = 
document.getElementById('control_id').value;
 
                var returnfield = document.createElement('input');
@@ -218,8 +217,7 @@
                control_id_field.setAttribute('name', 'control_id');
                control_id_field.setAttribute('type', 'text');
                control_id_field.setAttribute('value', control_id_value);
-               mydiv.appendChild(control_id_field); 
-               
+               mydiv.appendChild(control_id_field);
        }
        ]]>
        </script>
@@ -261,7 +259,7 @@
                var main_source = '<xsl:value-of select="source"/>';
                var main_columnDefs = YAHOO.controller.columnDefs;
                var main_form = 'queryForm';
-               var main_filters = ['type_id', 'cat_id', 'district_id', 
'part-of_town_list', 'responsibility_roles_list'];
+               var main_filters = ['type_id', 'cat_id', 'district_id', 
'part_of_town_id', 'responsibility_roles_list'];
                var main_container = 'datatable-container';
                var main_table_id = 'datatable';
                var main_pag = 'data_paginator';




reply via email to

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