fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9088] registration


From: Sigurd Nes
Subject: [Fmsystem-commits] [9088] registration
Date: Mon, 02 Apr 2012 16:04:26 +0000

Revision: 9088
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9088
Author:   sigurdne
Date:     2012-04-02 16:04:25 +0000 (Mon, 02 Apr 2012)
Log Message:
-----------
registration

Modified Paths:
--------------
    trunk/registration/templates/base/pending_users.xsl
    trunk/registration/templates/base/user_edit.xsl

Added Paths:
-----------
    trunk/registration/templates/base/yui_phpgw_i18n.xsl

Removed Paths:
-------------
    trunk/registration/templates/base/yui_booking_i18n.xsl

Modified: trunk/registration/templates/base/pending_users.xsl
===================================================================
--- trunk/registration/templates/base/pending_users.xsl 2012-04-02 13:50:06 UTC 
(rev 9087)
+++ trunk/registration/templates/base/pending_users.xsl 2012-04-02 16:04:25 UTC 
(rev 9088)
@@ -35,7 +35,7 @@
 
        <div class="yui-content">
                <div id="control_details">
-                       <xsl:call-template name="yui_booking_i18n"/>
+                       <xsl:call-template name="yui_phpgw_i18n"/>
                        <xsl:apply-templates select="filter_form" />
                        <xsl:apply-templates select="paging"/>
                        <xsl:apply-templates select="datatable"/>

Modified: trunk/registration/templates/base/user_edit.xsl
===================================================================
--- trunk/registration/templates/base/user_edit.xsl     2012-04-02 13:50:06 UTC 
(rev 9087)
+++ trunk/registration/templates/base/user_edit.xsl     2012-04-02 16:04:25 UTC 
(rev 9088)
@@ -3,7 +3,7 @@
 
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
 
-<xsl:call-template name="yui_booking_i18n"/>
+<xsl:call-template name="yui_phpgw_i18n"/>
 <div class="identifier-header">
 <h1><img src="{img_go_home}" /> 
                <xsl:value-of select="php:function('lang', 'edit user')" />

Deleted: trunk/registration/templates/base/yui_booking_i18n.xsl
===================================================================
--- trunk/registration/templates/base/yui_booking_i18n.xsl      2012-04-02 
13:50:06 UTC (rev 9087)
+++ trunk/registration/templates/base/yui_booking_i18n.xsl      2012-04-02 
16:04:25 UTC (rev 9088)
@@ -1,17 +0,0 @@
-<!-- $Id: yui_booking_i18n.xsl 8267 2011-12-11 12:27:18Z sigurdne $ -->
-       <xsl:template name="yui_booking_i18n" xmlns:php="http://php.net/xsl";>
-               <xsl:if test="yui_booking_i18n">
-                       <script type="text/javascript">
-                               YAHOO.portico.i18n = {};
-                               <xsl:for-each select="yui_booking_i18n/*">
-                                       YAHOO.portico.i18n.<xsl:value-of 
select="local-name()"/> = function(cfg)
-                                       {
-                                               cfg = cfg || {};
-                                               <xsl:for-each select="./*">
-                                                       cfg["<xsl:value-of 
select="local-name()"/>"] = <xsl:value-of disable-output-escaping="yes" 
select="."/>;
-                                               </xsl:for-each>
-                                       };
-                               </xsl:for-each>
-                       </script>
-               </xsl:if>
-       </xsl:template>

Copied: trunk/registration/templates/base/yui_phpgw_i18n.xsl (from rev 9087, 
trunk/registration/templates/base/yui_booking_i18n.xsl)
===================================================================
--- trunk/registration/templates/base/yui_phpgw_i18n.xsl                        
        (rev 0)
+++ trunk/registration/templates/base/yui_phpgw_i18n.xsl        2012-04-02 
16:04:25 UTC (rev 9088)
@@ -0,0 +1,17 @@
+<!-- $Id: yui_booking_i18n.xsl 8267 2011-12-11 12:27:18Z sigurdne $ -->
+       <xsl:template name="yui_phpgw_i18n" xmlns:php="http://php.net/xsl";>
+               <xsl:if test="yui_phpgw_i18n">
+                       <script type="text/javascript">
+                               YAHOO.portico.i18n = {};
+                               <xsl:for-each select="yui_phpgw_i18n/*">
+                                       YAHOO.portico.i18n.<xsl:value-of 
select="local-name()"/> = function(cfg)
+                                       {
+                                               cfg = cfg || {};
+                                               <xsl:for-each select="./*">
+                                                       cfg["<xsl:value-of 
select="local-name()"/>"] = <xsl:value-of disable-output-escaping="yes" 
select="."/>;
+                                               </xsl:for-each>
+                                       };
+                               </xsl:for-each>
+                       </script>
+               </xsl:if>
+       </xsl:template>




reply via email to

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