fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11107] more on mobilefrontend


From: Sigurd Nes
Subject: [Fmsystem-commits] [11107] more on mobilefrontend
Date: Mon, 13 May 2013 14:34:36 +0000

Revision: 11107
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11107
Author:   sigurdne
Date:     2013-05-13 14:34:35 +0000 (Mon, 13 May 2013)
Log Message:
-----------
more on mobilefrontend

Modified Paths:
--------------
    trunk/phpgwapi/templates/base/datatable_common.xsl

Modified: trunk/phpgwapi/templates/base/datatable_common.xsl
===================================================================
--- trunk/phpgwapi/templates/base/datatable_common.xsl  2013-05-13 14:33:58 UTC 
(rev 11106)
+++ trunk/phpgwapi/templates/base/datatable_common.xsl  2013-05-13 14:34:35 UTC 
(rev 11107)
@@ -32,8 +32,12 @@
 </xsl:template>
 
 
-<xsl:template name="datatable">
-       <iframe id="yui-history-iframe" 
src="phpgwapi/js/yahoo/history/assets/blank.html"></iframe>
+<xsl:template name="datatable" xmlns:php="http://php.net/xsl";>
+       <iframe id="yui-history-iframe" 
src="phpgwapi/js/yahoo/history/assets/blank.html">
+               <xsl:attribute name="src">
+                       <xsl:value-of select="php:function('get_phpgw_link', 
'/phpgwapi/js/yahoo/history/assets/blank.html')" />
+               </xsl:attribute>        
+       </iframe>
        <input id="yui-history-field" type="hidden"/>
        <xsl:call-template name="yui_phpgw_i18n"/>
        <xsl:apply-templates select="form" />




reply via email to

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