fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14424]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14424]
Date: Thu, 19 Nov 2015 23:06:50 +0000

Revision: 14424
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14424
Author:   nelson224
Date:     2015-11-19 23:06:50 +0000 (Thu, 19 Nov 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/frontend/templates/base/entityview.xsl

Modified: branches/dev-syncromind/frontend/templates/base/entityview.xsl
===================================================================
--- branches/dev-syncromind/frontend/templates/base/entityview.xsl      
2015-11-19 23:06:27 UTC (rev 14423)
+++ branches/dev-syncromind/frontend/templates/base/entityview.xsl      
2015-11-19 23:06:50 UTC (rev 14424)
@@ -38,54 +38,26 @@
        <xsl:variable name="tab_selected"><xsl:value-of 
select="tab_selected"/></xsl:variable>
        
        <div class="frontend_body">
-               <div class="pure-form pure-form-stacked">
+               <div>
                        <div id="tab-content">
                                <xsl:value-of disable-output-escaping="yes" 
select="tabs" />
                                <div id="{$tab_selected}">
-                                       <fieldset>
-                                                       <div 
class="pure-control-group">
-                                                               <label>
-                                                                       <a 
href="{entitylist}"> &lt;&lt; <xsl:value-of select="php:function('lang', 'show 
all entities')"/></a>
-                                                               </label>
-                                                       </div>                  
                        
-                                                       <div 
class="pure-control-group">
-                                                               <label>
-                                                                       <a 
href="#" onclick="showlightbox_edit_entity({location_id},{id});"><xsl:value-of 
select="php:function('lang', 'edit')"/></a>
-                                                               </label>
-                                                       </div>                  
                        
-                                                       <div 
class="pure-control-group">
-                                                               <label>
-                                                                       <a 
href="#" onclick="showlightbox_start_ticket('{start_ticket}');"><xsl:value-of 
select="php:function('lang', 'add ticket')"/></a>
-                                                               </label>
-                                                       </div>
+                                       <div>
+                                               <div class="pure-control-group">
+                                                       
+                                                               <a 
class="pure-button" href="{entitylist}"> &lt;&lt; <xsl:value-of 
select="php:function('lang', 'show all entities')"/></a>
+                                                               <a 
class="pure-button" href="#" 
onclick="showlightbox_edit_entity({location_id},{id});"><xsl:value-of 
select="php:function('lang', 'edit')"/></a>
+                                                               <a 
class="pure-button" href="#" 
onclick="showlightbox_start_ticket('{start_ticket}');"><xsl:value-of 
select="php:function('lang', 'add ticket')"/></a>
+                                                       
+                                               </div>                          
                
 
-
-                                                       <xsl:choose>
-                                                               <xsl:when 
test="location_data!=''">
-                                                                       <li>
-                                                                               
<b><xsl:value-of select="php:function('lang', 'location')"/></b>
-                                                                       </li>
-                                                                       <div 
id="location">
-                                                                               
<table>
-                                                                               
        <xsl:call-template name="location_view"/>
-                                                                               
</table>
-                                                                       </div>
-                                                               </xsl:when>
-                                                       </xsl:choose>
-
-
-                                                       <xsl:apply-templates 
select="custom_attributes/attributes"/>
-
-       <!--
                                                <xsl:choose>
-                                                       <xsl:when 
test="files!=''">
-                                                               <li>
-                                                                       <div 
id="datatable-container_0"></div>
-                                                               </li>
+                                                       <xsl:when 
test="location_data!=''">
+                                                               
<xsl:call-template name="location_view"/>
                                                        </xsl:when>
                                                </xsl:choose>
-       -->
 
+                                               <xsl:apply-templates 
select="custom_attributes/attributes"/>
 
                                                <xsl:for-each 
select="integration">
                                                        <div id="{section}">
@@ -94,7 +66,7 @@
                                                                </iframe>
                                                        </div>
                                                </xsl:for-each>
-                                       </fieldset>
+                                       </div>
                                </div>
                                <xsl:value-of disable-output-escaping="yes" 
select="tabs_content" />
                        </div>




reply via email to

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