fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9320] property: dimb acl


From: Sigurd Nes
Subject: [Fmsystem-commits] [9320] property: dimb acl
Date: Tue, 08 May 2012 18:07:51 +0000

Revision: 9320
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9320
Author:   sigurdne
Date:     2012-05-08 18:07:51 +0000 (Tue, 08 May 2012)
Log Message:
-----------
property: dimb acl

Modified Paths:
--------------
    trunk/property/templates/base/dimb_role_user.xsl

Modified: trunk/property/templates/base/dimb_role_user.xsl
===================================================================
--- trunk/property/templates/base/dimb_role_user.xsl    2012-05-08 17:49:08 UTC 
(rev 9319)
+++ trunk/property/templates/base/dimb_role_user.xsl    2012-05-08 18:07:51 UTC 
(rev 9320)
@@ -23,7 +23,7 @@
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
        <style type="text/css">
        #box { width: 200px; height: 5px; background: blue; }
-       //select { width: 200px; }
+       select { width: 200px; }
        .row_on,.th_bright
        {
                background-color: #CCEEFF;
@@ -95,10 +95,10 @@
                        <xsl:value-of select="php:function('lang', 'dim b')" />
                </td>
                <td>
-                       <xsl:value-of select="php:function('lang', 'user')" />
+                       <xsl:value-of select="php:function('lang', 'role')" />
                </td>
                <td>
-                       <xsl:value-of select="php:function('lang', 'role')" />
+                       <xsl:value-of select="php:function('lang', 'user')" />
                </td>
                <td colspan = "2" align = "center">
                        <xsl:value-of select="php:function('lang', 'search')" />
@@ -113,13 +113,13 @@
                  </select>
                </td>           
                <td>
-                 <select id="user_id" name="user_id">
-                       <xsl:apply-templates select="user_list/options"/>
+                 <select id="role_id" name="role_id">
+                       <xsl:apply-templates select="role_list/options"/>
                  </select>
                </td>           
                <td>
-                 <select id="role_id" name="role_id">
-                       <xsl:apply-templates select="role_list/options"/>
+                 <select id="user_id" name="user_id">
+                       <xsl:apply-templates select="user_list/options"/>
                  </select>
                </td>           
                <td>




reply via email to

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