fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7794] Added id to select-tag for org_enhet


From: Torstein
Subject: [Fmsystem-commits] [7794] Added id to select-tag for org_enhet
Date: Tue, 04 Oct 2011 07:31:23 +0000

Revision: 7794
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7794
Author:   vator
Date:     2011-10-04 07:31:19 +0000 (Tue, 04 Oct 2011)
Log Message:
-----------
Added id to select-tag for org_enhet

Modified Paths:
--------------
    trunk/rental/inc/plugins/fellesdata/party.edit.php

Modified: trunk/rental/inc/plugins/fellesdata/party.edit.php
===================================================================
--- trunk/rental/inc/plugins/fellesdata/party.edit.php  2011-10-04 07:27:59 UTC 
(rev 7793)
+++ trunk/rental/inc/plugins/fellesdata/party.edit.php  2011-10-04 07:31:19 UTC 
(rev 7794)
@@ -1,16 +1,17 @@
 <dt>
-       Organisasjonstilknytning
+       Organisasjonstilknytning 
 </dt>
 <dd>
        <?php
                if ($editable)
                {
        ?>
-                       <select name="org_enhet_id">
+                       <select name="org_enhet_id" id="org_enhet_id">
                                <option value=""><?php echo 
lang('no_party_location') ?></option>
                <?php
                        
                        $result_units = 
rental_bofellesdata::get_instance()->get_result_units();
+                       
                        $party_org_enhet_id = $party->get_org_enhet_id();
                        foreach ($result_units as $result_unit)
                        {




reply via email to

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