fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12667] modifying project xsl


From: Alejandro
Subject: [Fmsystem-commits] [12667] modifying project xsl
Date: Thu, 29 Jan 2015 00:15:44 +0000

Revision: 12667
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12667
Author:   nudrick
Date:     2015-01-29 00:15:43 +0000 (Thu, 29 Jan 2015)
Log Message:
-----------
modifying project xsl

Modified Paths:
--------------
    branches/dev-syncromind/property/templates/base/project.xsl

Modified: branches/dev-syncromind/property/templates/base/project.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/project.xsl 2015-01-28 
23:12:12 UTC (rev 12666)
+++ branches/dev-syncromind/property/templates/base/project.xsl 2015-01-29 
00:15:43 UTC (rev 12667)
@@ -73,7 +73,7 @@
            </xsl:when>
        </xsl:choose>
     </table>
-    <form ENCTYPE="multipart/form-data" method="post" name="form" 
action="{form_action}">
+    <form ENCTYPE="multipart/form-data" method="post" name="form" 
action="{form_action}" class= "pure-form pure-form-aligned">
        <div id="project_tabview">
                <!--input type="hidden" name="tab" value=""/-->
                <!--div class="yui-navset" id="project_tabview"-->
@@ -237,9 +237,6 @@
                                <xsl:call-template name="user_id_select"/>
                            </td>
                        </tr>
-                       <tr>
-                               <td>fff</td>
-                       </tr>
                        <!--xsl:call-template name="contact_form"/-->
                        <tr>
                            <td>
@@ -324,15 +321,14 @@
                    </table>
                </div>
                <div id="location">
-                   <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
+                   <fieldset>
                        <xsl:choose>
                            <xsl:when test="mode='edit'">
 
-                               <tr>
-                                   <td valign="top">
-                                       <xsl:value-of 
select="php:function('lang', 'inherit location')"/>
-                                   </td>
-                                   <td>
+                               <div class="pure-control-group">
+                                   <label>
+                                               <xsl:value-of 
select="php:function('lang', 'inherit location')"/>
+                                       </label>
                                        <input type="checkbox" 
name="values[inherit_location]" value="1">
                                            <xsl:if test="inherit_location = 1">
                                                <xsl:attribute name="checked" 
value="checked"/>
@@ -341,8 +337,7 @@
                                                <xsl:value-of 
select="php:function('lang', 'inherit location')"/>
                                            </xsl:attribute>
                                        </input>
-                                   </td>
-                               </tr>
+                               </div>
                                <xsl:call-template name="location_form"/>
                            </xsl:when>
                            <xsl:otherwise>
@@ -365,7 +360,7 @@
                                </tr>
                            </xsl:when>
                        </xsl:choose>
-                   </table>
+                   </fieldset>
                </div>
                <div id="budget">
                    <table cellpadding="2" cellspacing="2" width="80%" 
align="center">




reply via email to

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