fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12567] more on uitts


From: Sigurd Nes
Subject: [Fmsystem-commits] [12567] more on uitts
Date: Thu, 08 Jan 2015 10:28:41 +0000

Revision: 12567
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12567
Author:   sigurdne
Date:     2015-01-08 10:28:41 +0000 (Thu, 08 Jan 2015)
Log Message:
-----------
more on uitts

Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uitts.inc.php
    branches/dev-syncromind/property/templates/base/tts.xsl

Modified: branches/dev-syncromind/property/inc/class.uitts.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uitts.inc.php    2015-01-07 
23:32:47 UTC (rev 12566)
+++ branches/dev-syncromind/property/inc/class.uitts.inc.php    2015-01-08 
10:28:41 UTC (rev 12567)
@@ -2414,6 +2414,7 @@
                                        'tabs'                                  
                => self::_generate_tabs(true),
                                        'td_count'                              
                => '""',
                                        'base_java_url'                         
        => "{menuaction:'property.uitts.update_data',id:{$id}}",
+                                       'base_java_notify_url'                  
=> 
"{menuaction:'property.notify.update_data',location_id:{$location_id},location_item_id:'{$id}'}",
                                        'value_origin'                          
        => $ticket['origin'],
                                        'value_target'                          
        => $ticket['target'],
                                        'value_finnish_date'                    
=> $ticket['finnish_date'],

Modified: branches/dev-syncromind/property/templates/base/tts.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/tts.xsl     2015-01-07 
23:32:47 UTC (rev 12566)
+++ branches/dev-syncromind/property/templates/base/tts.xsl     2015-01-08 
10:28:41 UTC (rev 12567)
@@ -293,6 +293,8 @@
 
                var my_groups = <xsl:value-of select="my_groups"/>;
 
+               var base_java_url = <xsl:value-of select="base_java_url"/>;
+               var base_java_notify_url = <xsl:value-of 
select="base_java_notify_url"/>;
 
        </script>
        <table cellpadding="2" cellspacing="2" width="95%" align="center">
@@ -1088,20 +1090,6 @@
                </tr>
        </table>
        <hr noshade="noshade" width="100%" align="center" size="1"/>
-       <div id="lightbox-placeholder" 
style="background-color:#000000;color:#FFFFFF;display:none">
-               <div class="hd" style="background-color:#000000;color:#000000; 
border:0; text-align:center">
-                       <xsl:value-of select="php:function('lang', 
'fileuploader')"/>
-               </div>
-               <div class="bd" style="text-align:center;"> </div>
-       </div>
-       <!--  DATATABLE DEFINITIONS-->
-       <script type="text/javascript">
-               var base_java_url = <xsl:value-of select="base_java_url"/>;
-               var datatable = new Array();
-               var myColumnDefs = new Array();
-               var myButtons = new Array();
-               var td_count = <xsl:value-of select="td_count"/>;
-       </script>
 </xsl:template>
 
 




reply via email to

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