fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13155] move code for initate popup


From: Sigurd Nes
Subject: [Fmsystem-commits] [13155] move code for initate popup
Date: Thu, 07 May 2015 10:44:01 +0000

Revision: 13155
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13155
Author:   sigurdne
Date:     2015-05-07 10:44:00 +0000 (Thu, 07 May 2015)
Log Message:
-----------
move code for initate popup

Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/js/jquery/common.js
    branches/dev-syncromind/property/js/portico/entity.edit.js
    branches/dev-syncromind/property/templates/base/attributes_form.xsl

Modified: branches/dev-syncromind/phpgwapi/js/jquery/common.js
===================================================================
--- branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-05-07 
10:42:43 UTC (rev 13154)
+++ branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-05-07 
10:44:00 UTC (rev 13155)
@@ -437,6 +437,11 @@
                TINY.box.show({iframe:strURL, 
boxid:'frameless',width:$(window).width(),height:400,fixed:false,maskid:'darkmask',maskopacity:40,
 mask:true, animate:true, close: false,closejs:false});
        };
 
+       JqueryPortico.showlightbox_history = function(sUrl)
+       {
+               TINY.box.show({iframe:sUrl, 
boxid:'frameless',width:650,height:400,fixed:false,maskid:'darkmask',maskopacity:40,
 mask:true, animate:true, close: true});
+       }
+
        JqueryPortico.checkAll = function(myclass)
        {
                $("." + myclass).each(function()

Modified: branches/dev-syncromind/property/js/portico/entity.edit.js
===================================================================
--- branches/dev-syncromind/property/js/portico/entity.edit.js  2015-05-07 
10:42:43 UTC (rev 13154)
+++ branches/dev-syncromind/property/js/portico/entity.edit.js  2015-05-07 
10:44:00 UTC (rev 13155)
@@ -51,11 +51,6 @@
                var api = oTable3.api();
                api.ajax.url( requestUrl ).load();
        }
-
-       this.showlightbox_history = function(sUrl)
-       {
-               TINY.box.show({iframe:sUrl, 
boxid:'frameless',width:650,height:400,fixed:false,maskid:'darkmask',maskopacity:40,
 mask:true, animate:true, close: true});
-       }
        
 var documents = null;
 var requestUrlDoc = null;

Modified: branches/dev-syncromind/property/templates/base/attributes_form.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/attributes_form.xsl 
2015-05-07 10:42:43 UTC (rev 13154)
+++ branches/dev-syncromind/property/templates/base/attributes_form.xsl 
2015-05-07 10:44:00 UTC (rev 13155)
@@ -710,7 +710,7 @@
                                                        <xsl:variable 
name="lang_history">
                                                                <xsl:value-of 
select="php:function('lang', 'history')" />
                                                        </xsl:variable>
-                                                       <a 
href="javascript:showlightbox_history('{$link_history}')" 
title="{$lang_history}">
+                                                       <a 
href="javascript:JqueryPortico.showlightbox_history('{$link_history}')" 
title="{$lang_history}">
                                                                <xsl:value-of 
select="$lang_history"/>
                                                        </a>
                                                </xsl:when>




reply via email to

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