fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9487]


From: Torstein
Subject: [Fmsystem-commits] [9487]
Date: Mon, 04 Jun 2012 11:02:01 +0000

Revision: 9487
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9487
Author:   vator
Date:     2012-06-04 11:01:57 +0000 (Mon, 04 Jun 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/templates/base/add_component_to_control.xsl
    trunk/controller/templates/base/add_component_to_control_group.xsl
    trunk/controller/templates/base/component.xsl
    trunk/controller/templates/base/css/base.css
    trunk/controller/templates/base/procedure/procedure_item.xsl
    trunk/controller/templates/base/view_component_for_control.xsl
    trunk/controller/templates/base/view_component_for_control_group.xsl

Modified: trunk/controller/templates/base/add_component_to_control.xsl
===================================================================
--- trunk/controller/templates/base/add_component_to_control.xsl        
2012-06-04 10:38:21 UTC (rev 9486)
+++ trunk/controller/templates/base/add_component_to_control.xsl        
2012-06-04 11:01:57 UTC (rev 9487)
@@ -37,7 +37,7 @@
                
                <!-- When control area is chosen, an ajax request is executed. 
The operation fetches controls from db and populates the control list.
                         The ajax opearation is handled in ajax.js --> 
-                <select style="float:left;" id="control_area_list" 
name="control_area_list">
+                <select id="control_area_list" name="control_area_list">
                        <xsl:for-each select="control_area_array">
                                <xsl:variable 
name="control_area_id"><xsl:value-of select="id"/></xsl:variable>
                                <option value="{$control_area_id}">

Modified: trunk/controller/templates/base/add_component_to_control_group.xsl
===================================================================
--- trunk/controller/templates/base/add_component_to_control_group.xsl  
2012-06-04 10:38:21 UTC (rev 9486)
+++ trunk/controller/templates/base/add_component_to_control_group.xsl  
2012-06-04 11:01:57 UTC (rev 9487)
@@ -37,7 +37,7 @@
                
                <!-- When control area is chosen, an ajax request is executed. 
The operation fetches control groups from db and populates the control group 
list.
                         The ajax opearation is handled in ajax.js --> 
-                <select style="float:left;" id="control_group_area_list" 
name="control_group_area_list">
+                <select id="control_group_area_list" 
name="control_group_area_list">
                        <xsl:for-each select="control_area_array">
                                <xsl:variable 
name="control_area_id"><xsl:value-of select="id"/></xsl:variable>
                                <option value="{$control_area_id}">

Modified: trunk/controller/templates/base/component.xsl
===================================================================
--- trunk/controller/templates/base/component.xsl       2012-06-04 10:38:21 UTC 
(rev 9486)
+++ trunk/controller/templates/base/component.xsl       2012-06-04 11:01:57 UTC 
(rev 9487)
@@ -30,7 +30,7 @@
                </ul>
        </div>
        
-       <iframe id="yui-history-iframe" 
src="phpgwapi/js/yahoo/history/assets/blank.html" 
style="position:absolute;top:0; left:0;width:1px; 
height:1px;visibility:hidden;"></iframe>
+       <iframe id="yui-history-iframe" 
src="phpgwapi/js/yahoo/history/assets/blank.html" ></iframe>
        <input id="yui-history-field" type="hidden"/>
        <xsl:call-template name="yui_booking_i18n"/>
        <xsl:apply-templates select="form" />

Modified: trunk/controller/templates/base/css/base.css
===================================================================
--- trunk/controller/templates/base/css/base.css        2012-06-04 10:38:21 UTC 
(rev 9486)
+++ trunk/controller/templates/base/css/base.css        2012-06-04 11:01:57 UTC 
(rev 9487)
@@ -1838,4 +1838,8 @@
        width:1px; 
        height:1px;
        visibility:hidden;
+}
+
+#control_group_id {
+       width: 250px;
 }
\ No newline at end of file

Modified: trunk/controller/templates/base/procedure/procedure_item.xsl
===================================================================
--- trunk/controller/templates/base/procedure/procedure_item.xsl        
2012-06-04 10:38:21 UTC (rev 9486)
+++ trunk/controller/templates/base/procedure/procedure_item.xsl        
2012-06-04 11:01:57 UTC (rev 9487)
@@ -158,7 +158,7 @@
                                                </xsl:when>
                                                <xsl:when test="inactive">
                                                        <xsl:variable 
name="lang_back"><xsl:value-of select="php:function('lang', 'back')" 
/></xsl:variable>
-                                                       <input type="button" 
value="{$lang_back}" title="{$lang_back}" onclick="javascript: history.go(-1);" 
style="margin: 0 0 15px 15px; padding: 1px 15px;"/>
+                                                       <input type="button" 
value="{$lang_back}" title="{$lang_back}" onclick="javascript: history.go(-1);" 
class="btn"/>
                                                </xsl:when>
                                                <xsl:otherwise>
                                                        <xsl:variable 
name="lang_edit"><xsl:value-of select="php:function('lang', 'edit')" 
/></xsl:variable>
@@ -169,7 +169,7 @@
                        </form>
                        <xsl:choose>
                                <xsl:when test="values != ''">
-                                       <table cellpadding="10" 
cellspacing="10" align="left" style="margin-left: 1em;">
+                                       <table cellpadding="10" 
cellspacing="10" align="left">
                                                <xsl:call-template 
name="table_header_history"/>
                                                <xsl:call-template 
name="values_history"/>
                                        </table>

Modified: trunk/controller/templates/base/view_component_for_control.xsl
===================================================================
--- trunk/controller/templates/base/view_component_for_control.xsl      
2012-06-04 10:38:21 UTC (rev 9486)
+++ trunk/controller/templates/base/view_component_for_control.xsl      
2012-06-04 11:01:57 UTC (rev 9487)
@@ -28,7 +28,7 @@
                                         The operation fetches controls from db 
and populates the control list.
                                         The ajax operation is handled in 
ajax.js 
                                 --> 
-                                <select style="float:left;" 
id="control_area_list" name="control_area_list">
+                                <select id="control_area_list" 
name="control_area_list">
                                        <xsl:for-each 
select="control_area_array">
                                                <xsl:variable 
name="control_area_id"><xsl:value-of select="id"/></xsl:variable>
                                                <option 
value="{$control_area_id}">
@@ -72,7 +72,7 @@
                                </ul>
                        </div>
                        
-                       <iframe id="yui-history-iframe" 
src="phpgwapi/js/yahoo/history/assets/blank.html" 
style="position:absolute;top:0; left:0;width:1px; 
height:1px;visibility:hidden;"></iframe>
+                       <iframe id="yui-history-iframe" 
src="phpgwapi/js/yahoo/history/assets/blank.html"></iframe>
                        <input id="yui-history-field" type="hidden"/>
                        
                        <xsl:apply-templates select="locations_table"/>
@@ -84,7 +84,7 @@
 <xsl:template match="locations_table" xmlns:php="http://php.net/xsl";>
        
        <div id="loc_paginator"/>
-       <div style="margin:20px;" id="locations-container"/>
+       <div id="locations-container"/>
        <xsl:call-template name="locations-definition" />
 </xsl:template>
 

Modified: trunk/controller/templates/base/view_component_for_control_group.xsl
===================================================================
--- trunk/controller/templates/base/view_component_for_control_group.xsl        
2012-06-04 10:38:21 UTC (rev 9486)
+++ trunk/controller/templates/base/view_component_for_control_group.xsl        
2012-06-04 11:01:57 UTC (rev 9487)
@@ -22,13 +22,12 @@
 
        <div class="yui-content">
                <div id="control_details">
-                       <div style="margin: 10px;padding: 10px; width: 25%;">
                                
                                <!-- When control area is chosen, an ajax 
request is executed. 
                                         The operation fetches controls groups 
from db and populates the control group list.
                                         The ajax operation is handled in 
ajax.js 
                                 --> 
-                                <select style="float:left;" 
id="control_group_area_list" name="control_group_area_list">
+                                <select id="control_group_area_list" 
name="control_group_area_list">
                                        <xsl:for-each 
select="control_area_array">
                                                <xsl:variable 
name="control_area_id"><xsl:value-of select="id"/></xsl:variable>
                                                <option 
value="{$control_area_id}">
@@ -39,7 +38,7 @@
                                 
                                 <form id="loc_form" action="" method="GET">
                                        <div id="control_group_id_div">
-                                               <select id="control_group_id" 
name="control_group_id" style="width: 250px;">
+                                               <select id="control_group_id" 
name="control_group_id">
                                                <xsl:choose>
                                                        <xsl:when 
test="control_group_array/child::node()">
                                                                <xsl:for-each 
select="control_group_array">
@@ -58,7 +57,6 @@
                                                </select>
                                        </div>
                                </form>
-                       </div>
                        
                        <div id="addedProperties">
                                <ul id="locations_for_control_group" 
name="locations_for_control_group">
@@ -72,7 +70,7 @@
                                </ul>
                        </div>
                        
-                       <iframe id="yui-history-iframe" 
src="phpgwapi/js/yahoo/history/assets/blank.html" 
style="position:absolute;top:0; left:0;width:1px; 
height:1px;visibility:hidden;"></iframe>
+                       <iframe id="yui-history-iframe" 
src="phpgwapi/js/yahoo/history/assets/blank.html" ></iframe>
                        <input id="yui-history-field" type="hidden"/>
                        
                        <xsl:apply-templates select="locations_table"/>
@@ -84,7 +82,7 @@
 <xsl:template match="locations_table" xmlns:php="http://php.net/xsl";>
        
        <div id="loc_paginator"/>
-       <div style="margin:20px;" id="locations-container"/>
+       <div id="locations-container"/>
        <xsl:call-template name="locations-definition" />
 </xsl:template>
 




reply via email to

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