fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12050] use new template


From: Sigurd Nes
Subject: [Fmsystem-commits] [12050] use new template
Date: Tue, 05 Aug 2014 12:29:50 +0000

Revision: 12050
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12050
Author:   sigurdne
Date:     2014-08-05 12:29:50 +0000 (Tue, 05 Aug 2014)
Log Message:
-----------
use new template

Modified Paths:
--------------
    trunk/admin/templates/base/cats.xsl
    trunk/admin/templates/base/config.xsl
    trunk/admin/templates/base/custom.xsl
    trunk/admin/templates/base/custom_fields.xsl
    trunk/admin/templates/base/groups.xsl
    trunk/admin/templates/base/users.xsl
    
trunk/controller/templates/base/control_location/register_control_to_location.xsl
    trunk/hrm/templates/base/admin.xsl
    trunk/hrm/templates/base/category.xsl
    trunk/hrm/templates/base/job.xsl
    trunk/hrm/templates/base/place.xsl
    trunk/hrm/templates/base/user.xsl
    trunk/preferences/templates/base/admin_acl.xsl
    trunk/property/inc/class.uicondition_survey.inc.php
    trunk/property/templates/base/admin.xsl
    trunk/sms/templates/base/autoreply.xsl
    trunk/sms/templates/base/command.xsl
    trunk/sms/templates/base/poll.xsl
    trunk/sms/templates/base/sms.xsl

Modified: trunk/admin/templates/base/cats.xsl
===================================================================
--- trunk/admin/templates/base/cats.xsl 2014-08-05 12:28:34 UTC (rev 12049)
+++ trunk/admin/templates/base/cats.xsl 2014-08-05 12:29:50 UTC (rev 12050)
@@ -15,7 +15,7 @@
 
        <xsl:template match="cat_list">
                <center>
-               <table border="0" cellspacing="2" cellpadding="2">
+               <table border="0" cellspacing="2" cellpadding="2" 
class="pure-table pure-table-bordered">
                        <tr>
                                <td colspan="5" width="100%">
                                        <xsl:call-template name="nextmatchs"/>

Modified: trunk/admin/templates/base/config.xsl
===================================================================
--- trunk/admin/templates/base/config.xsl       2014-08-05 12:28:34 UTC (rev 
12049)
+++ trunk/admin/templates/base/config.xsl       2014-08-05 12:29:50 UTC (rev 
12050)
@@ -43,7 +43,7 @@
                                </td>
                        </tr>
                </table>
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <table class="pure-table pure-table-bordered">
                                <xsl:apply-templates select="table_header"/>
                                <xsl:apply-templates select="values"/>
                                <xsl:apply-templates select="table_add"/>
@@ -148,7 +148,7 @@
                                </td>
                        </tr>
                </table>
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <table class="pure-table pure-table-bordered">
                                <xsl:apply-templates 
select="table_header_attrib"/>
                                <xsl:apply-templates select="values_attrib"/>
                                <xsl:apply-templates select="table_add"/>
@@ -250,7 +250,7 @@
                                </td>
                        </tr>
                </table>
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <table class="pure-table pure-table-bordered">
                                <xsl:apply-templates 
select="table_header_values"/>
                                <xsl:apply-templates select="values_values"/>
                                <xsl:choose>

Modified: trunk/admin/templates/base/custom.xsl
===================================================================
--- trunk/admin/templates/base/custom.xsl       2014-08-05 12:28:34 UTC (rev 
12049)
+++ trunk/admin/templates/base/custom.xsl       2014-08-05 12:29:50 UTC (rev 
12050)
@@ -76,7 +76,7 @@
                                </td>
                        </tr>
                </table>
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <table class="pure-table pure-table-bordered">
                                <xsl:apply-templates 
select="table_header_attrib"/>
                                <xsl:choose>
                                        <xsl:when test="values_attrib != ''">
@@ -91,27 +91,27 @@
                <xsl:variable name="sort_sorting"><xsl:value-of 
select="sort_sorting"/></xsl:variable>
                <xsl:variable name="sort_name"><xsl:value-of 
select="sort_name"/></xsl:variable>
                <tr class="th">
-                       <td class="th_text" width="10%" align="left">
+                       <th class="th_text" width="10%" align="left">
                                <a href="{$sort_name}"><xsl:value-of 
select="lang_name"/></a>
-                       </td>
-                       <td class="th_text" width="20%" align="left">
+                       </th>
+                       <th class="th_text" width="20%" align="left">
                                <xsl:value-of select="lang_descr"/>
-                       </td>
-                       <td class="th_text" width="1%" align="left">
+                       </th>
+                       <th class="th_text" width="1%" align="left">
                                <xsl:value-of select="lang_datatype"/>
-                       </td>
-                       <td class="th_text" width="5%" align="center">
+                       </th>
+                       <th class="th_text" width="5%" align="center">
                                <a href="{$sort_sorting}"><xsl:value-of 
select="lang_sorting"/></a>
-                       </td>
-                       <td class="th_text" width="1%" align="center">
+                       </th>
+                       <th class="th_text" width="1%" align="center">
                                <xsl:value-of select="lang_search"/>
-                       </td>
-                       <td class="th_text" width="5%" align="center">
+                       </th>
+                       <th class="th_text" width="5%" align="center">
                                <xsl:value-of select="lang_edit"/>
-                       </td>
-                       <td class="th_text" width="5%" align="center">
+                       </th>
+                       <th class="th_text" width="5%" align="center">
                                <xsl:value-of select="lang_delete"/>
-                       </td>
+                       </th>
                </tr>
        </xsl:template>
 
@@ -523,7 +523,7 @@
                                </td>
                        </tr>
                </table>
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <table width="100%" cellpadding="2" cellspacing="2" 
align="center"  class="pure-table pure-table-bordered">
                        <xsl:apply-templates 
select="table_header_custom_function"/>
                        <xsl:choose>
                                <xsl:when test="values_custom_function != ''">

Modified: trunk/admin/templates/base/custom_fields.xsl
===================================================================
--- trunk/admin/templates/base/custom_fields.xsl        2014-08-05 12:28:34 UTC 
(rev 12049)
+++ trunk/admin/templates/base/custom_fields.xsl        2014-08-05 12:29:50 UTC 
(rev 12050)
@@ -33,7 +33,7 @@
                                                <xsl:value-of 
select="lang_remove" />
                                        </button>
                                </div>
-                               <table>
+                               <table class="pure-table pure-table-bordered">
                                        <thead>
                                                <tr>
                                                        <td><xsl:value-of 
select="lang_id" /></td>

Modified: trunk/admin/templates/base/groups.xsl
===================================================================
--- trunk/admin/templates/base/groups.xsl       2014-08-05 12:28:34 UTC (rev 
12049)
+++ trunk/admin/templates/base/groups.xsl       2014-08-05 12:29:50 UTC (rev 
12050)
@@ -25,7 +25,7 @@
                                <xsl:call-template name="nextmatchs"/>
                        </div>
 
-                       <table border="0" cellspacing="2" cellpadding="2">
+                       <table class="pure-table pure-table-bordered" 
border="0" cellspacing="2" cellpadding="2">
                                <thead>
                                        <xsl:apply-templates 
select="group_header"/>
                                </thead>

Modified: trunk/admin/templates/base/users.xsl
===================================================================
--- trunk/admin/templates/base/users.xsl        2014-08-05 12:28:34 UTC (rev 
12049)
+++ trunk/admin/templates/base/users.xsl        2014-08-05 12:29:50 UTC (rev 
12050)
@@ -28,7 +28,7 @@
                                <xsl:call-template name="nextmatchs"/>
                        </div>
 
-                       <table>
+                       <table class="pure-table pure-table-bordered">
                                <thead>
                                        <xsl:apply-templates 
select="user_header"/>
                                </thead>

Modified: 
trunk/controller/templates/base/control_location/register_control_to_location.xsl
===================================================================
--- 
trunk/controller/templates/base/control_location/register_control_to_location.xsl
   2014-08-05 12:28:34 UTC (rev 12049)
+++ 
trunk/controller/templates/base/control_location/register_control_to_location.xsl
   2014-08-05 12:29:50 UTC (rev 12050)
@@ -33,10 +33,7 @@
 
 <xsl:template name="register_control_to_component" 
xmlns:php="http://php.net/xsl";>
        <div class="content-wrp">
-               <div id="invoice-layout">
-                               <div class="header">
-                                       <h2><xsl:value-of 
select="php:function('lang', 'invoice')"/></h2>
-                               </div>
+               <div>
                        <xsl:choose>
                                <xsl:when test="msgbox_data != ''">
                                        <xsl:call-template name="msgbox"/>

Modified: trunk/hrm/templates/base/admin.xsl
===================================================================
--- trunk/hrm/templates/base/admin.xsl  2014-08-05 12:28:34 UTC (rev 12049)
+++ trunk/hrm/templates/base/admin.xsl  2014-08-05 12:29:50 UTC (rev 12050)
@@ -139,7 +139,7 @@
                                        <xsl:value-of select="name"/>
                                </td>
                                <td>
-                               <table width="100%" cellpadding="2" 
cellspacing="2" align="center">
+                               <table class="pure-table pure-table-bordered">
                                        <tr class="th">
                                                <xsl:call-template 
name="value_header"/>
                                        </tr>
@@ -182,7 +182,7 @@
                                        <xsl:value-of select="name"/>
                                </td>
                                <td>
-                               <table width="100%" cellpadding="2" 
cellspacing="2" align="center">
+                               <table class="pure-table pure-table-bordered">
                                        <tr class="th">
                                                <xsl:call-template 
name="value_header"/>
                                        </tr>
@@ -679,7 +679,7 @@
 
        <xsl:template match="edit_id">
                
-               <table cellpadding="2" cellspacing="2" width="100%" 
align="center">
+               <table class="pure-table pure-table-bordered">
                        <xsl:choose>
                                <xsl:when test="msgbox_data != ''">
                                        <tr>

Modified: trunk/hrm/templates/base/category.xsl
===================================================================
--- trunk/hrm/templates/base/category.xsl       2014-08-05 12:28:34 UTC (rev 
12049)
+++ trunk/hrm/templates/base/category.xsl       2014-08-05 12:29:50 UTC (rev 
12050)
@@ -27,7 +27,7 @@
                                </td>
                        </tr>
                </table>
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <table class="pure-table pure-table-bordered">
                                <xsl:apply-templates select="table_header"/>
                                <xsl:apply-templates select="values"/>
                                <xsl:apply-templates select="table_add"/>

Modified: trunk/hrm/templates/base/job.xsl
===================================================================
--- trunk/hrm/templates/base/job.xsl    2014-08-05 12:28:34 UTC (rev 12049)
+++ trunk/hrm/templates/base/job.xsl    2014-08-05 12:29:50 UTC (rev 12050)
@@ -68,7 +68,7 @@
                        </tr>
                </table>
 
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <table class="pure-table pure-table-bordered">
                        <xsl:apply-templates select="table_header"/>
                        <xsl:choose>
                                <xsl:when test="values != ''">
@@ -513,7 +513,7 @@
                        </tr>
                        
                        
-                       <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+                       <table class="pure-table pure-table-bordered">
                                <xsl:apply-templates 
select="table_header_task"/>
                                <xsl:apply-templates select="values_task"/>
                        </table>
@@ -851,7 +851,7 @@
                        </tr>
                        
                        
-                       <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+                       <table class="pure-table pure-table-bordered">
                                <xsl:apply-templates 
select="table_header_qualification"/>
                                <xsl:apply-templates 
select="values_qualification"/>
                        </table>

Modified: trunk/hrm/templates/base/place.xsl
===================================================================
--- trunk/hrm/templates/base/place.xsl  2014-08-05 12:28:34 UTC (rev 12049)
+++ trunk/hrm/templates/base/place.xsl  2014-08-05 12:29:50 UTC (rev 12050)
@@ -46,7 +46,7 @@
                                </td>
                        </tr>
                </table>
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <table class="pure-table pure-table-bordered">
                                <xsl:apply-templates select="table_header"/>
                                <xsl:apply-templates select="values"/>
                                <xsl:apply-templates select="table_add"/>

Modified: trunk/hrm/templates/base/user.xsl
===================================================================
--- trunk/hrm/templates/base/user.xsl   2014-08-05 12:28:34 UTC (rev 12049)
+++ trunk/hrm/templates/base/user.xsl   2014-08-05 12:29:50 UTC (rev 12050)
@@ -46,7 +46,7 @@
                                </td>
                        </tr>
                </table>
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <table class="pure-table pure-table-bordered">
                                <xsl:apply-templates select="table_header"/>
                                <xsl:apply-templates select="values"/>
                </table>
@@ -131,7 +131,7 @@
                                </xsl:when>
                        </xsl:choose>
                        <xsl:call-template name="user_values"/>
-                       <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+                       <table class="pure-table pure-table-bordered">
                                <xsl:apply-templates 
select="table_header_training"/>
                                <xsl:apply-templates select="values_training"/>
                        </table>

Modified: trunk/preferences/templates/base/admin_acl.xsl
===================================================================
--- trunk/preferences/templates/base/admin_acl.xsl      2014-08-05 12:28:34 UTC 
(rev 12049)
+++ trunk/preferences/templates/base/admin_acl.xsl      2014-08-05 12:29:50 UTC 
(rev 12050)
@@ -142,7 +142,7 @@
                                        <xsl:value-of select="name"/>
                                </td>
                                <td>
-                               <table width="100%" cellpadding="2" 
cellspacing="2" align="center">
+                               <table class="pure-table pure-table-bordered" 
width="100%" cellpadding="2" cellspacing="2" align="center">
                                        <tr class="th">
                                                <xsl:call-template 
name="value_header"/>
                                        </tr>
@@ -185,7 +185,7 @@
                                        <xsl:value-of select="name"/>
                                </td>
                                <td>
-                               <table width="100%" cellpadding="2" 
cellspacing="2" align="center">
+                               <table class="pure-table pure-table-bordered" 
width="100%" cellpadding="2" cellspacing="2" align="center">
                                        <tr class="th">
                                                <xsl:call-template 
name="value_header"/>
                                        </tr>

Modified: trunk/property/inc/class.uicondition_survey.inc.php
===================================================================
--- trunk/property/inc/class.uicondition_survey.inc.php 2014-08-05 12:28:34 UTC 
(rev 12049)
+++ trunk/property/inc/class.uicondition_survey.inc.php 2014-08-05 12:29:50 UTC 
(rev 12050)
@@ -118,8 +118,8 @@
                        }
 
                        self::add_javascript('phpgwapi', 'yahoo', 
'datatable.js');
-                       phpgwapi_yui::load_widget('datatable');
-                       phpgwapi_yui::load_widget('paginator');
+       //              phpgwapi_yui::load_widget('datatable');
+       //              phpgwapi_yui::load_widget('paginator');
 
                        $categories = $this->_get_categories();
 

Modified: trunk/property/templates/base/admin.xsl
===================================================================
--- trunk/property/templates/base/admin.xsl     2014-08-05 12:28:34 UTC (rev 
12049)
+++ trunk/property/templates/base/admin.xsl     2014-08-05 12:29:50 UTC (rev 
12050)
@@ -15,7 +15,7 @@
 
        <!-- New template-->
        <xsl:template match="list_permission">
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <table class="pure-table pure-table-bordered">
                        <xsl:choose>
                                <xsl:when test="msgbox_data != ''">
                                        <tr>
@@ -152,7 +152,7 @@
                                                <xsl:value-of select="name"/>
                                        </td>
                                        <td>
-                                               <table width="100%" 
cellpadding="2" cellspacing="2" align="center">
+                                               <table class="pure-table 
pure-table-bordered"  width="100%" cellpadding="2" cellspacing="2" 
align="center">
                                                        <tr class="th">
                                                                
<xsl:call-template name="value_header"/>
                                                        </tr>
@@ -194,7 +194,7 @@
                                                <xsl:value-of select="name"/>
                                        </td>
                                        <td>
-                                               <table width="100%" 
cellpadding="2" cellspacing="2" align="center">
+                                               <table class="pure-table 
pure-table-bordered"  width="100%" cellpadding="2" cellspacing="2" 
align="center">
                                                        <tr class="th">
                                                                
<xsl:call-template name="value_header"/>
                                                        </tr>

Modified: trunk/sms/templates/base/autoreply.xsl
===================================================================
--- trunk/sms/templates/base/autoreply.xsl      2014-08-05 12:28:34 UTC (rev 
12049)
+++ trunk/sms/templates/base/autoreply.xsl      2014-08-05 12:29:50 UTC (rev 
12050)
@@ -41,7 +41,7 @@
                                </td>
                        </tr>
                </table>
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <table class="pure-table pure-table-bordered">
                                <xsl:apply-templates select="table_header"/>
                                <xsl:apply-templates select="values"/>
                                <xsl:apply-templates select="table_add"/>

Modified: trunk/sms/templates/base/command.xsl
===================================================================
--- trunk/sms/templates/base/command.xsl        2014-08-05 12:28:34 UTC (rev 
12049)
+++ trunk/sms/templates/base/command.xsl        2014-08-05 12:29:50 UTC (rev 
12050)
@@ -42,7 +42,7 @@
                                </td>
                        </tr>
                </table>
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <table class="pure-table pure-table-bordered">
                                <xsl:apply-templates select="table_header"/>
                                <xsl:apply-templates select="values"/>
                                <xsl:apply-templates select="table_add"/>

Modified: trunk/sms/templates/base/poll.xsl
===================================================================
--- trunk/sms/templates/base/poll.xsl   2014-08-05 12:28:34 UTC (rev 12049)
+++ trunk/sms/templates/base/poll.xsl   2014-08-05 12:29:50 UTC (rev 12050)
@@ -40,7 +40,7 @@
                                </td>
                        </tr>
                </table>
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <table class="pure-table pure-table-bordered">
                                <xsl:apply-templates select="table_header"/>
                                <xsl:apply-templates select="values"/>
                                <xsl:apply-templates select="table_add"/>

Modified: trunk/sms/templates/base/sms.xsl
===================================================================
--- trunk/sms/templates/base/sms.xsl    2014-08-05 12:28:34 UTC (rev 12049)
+++ trunk/sms/templates/base/sms.xsl    2014-08-05 12:29:50 UTC (rev 12050)
@@ -49,7 +49,7 @@
                                </td>
                        </tr>
                </table>
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <table class="pure-table pure-table-bordered">
                                <xsl:apply-templates 
select="table_header_inbox"/>
                                <xsl:apply-templates select="values_inbox"/>
                                <xsl:choose>
@@ -64,28 +64,27 @@
                <xsl:variable name="sort_entry_time"><xsl:value-of 
select="sort_entry_time"/></xsl:variable>
                <xsl:variable name="sort_sender"><xsl:value-of 
select="sort_sender"/></xsl:variable>
                <tr class="th">
-                       <td class="th_text" width="1%" align="right">
+                       <th class="th_text" width="1%" align="right">
                                <xsl:value-of select="lang_id"/>
-                       </td>
-                       <td class="th_text" width="1%" align="right">
+                       </th>
+                       <th class="th_text" width="1%" align="right">
                                <xsl:value-of select="lang_user"/>
-                       </td>
-                       <td class="th_text" width="5%" align="center">
+                       </th>
+                       <th class="th_text" width="5%" align="center">
                                <a href="{$sort_sender}"><xsl:value-of 
select="lang_sender"/></a>
-                       </td>
-
-                       <td class="th_text" width="10%" align="center">
+                       </th>
+                       <th class="th_text" width="10%" align="center">
                                <a href="{$sort_entry_time}"><xsl:value-of 
select="lang_entry_time"/></a>
-                       </td>
-                       <td class="th_text" width="50%" align="center">
+                       </th>
+                       <th class="th_text" width="50%" align="center">
                                <xsl:value-of select="lang_message"/>
-                       </td>
-                       <td class="th_text" width="5%" align="center">
+                       </th>
+                       <th class="th_text" width="5%" align="center">
                                <xsl:value-of select="lang_answer"/>
-                       </td>
-                       <td class="th_text" width="5%" align="center">
+                       </th>
+                       <th class="th_text" width="5%" align="center">
                                <xsl:value-of select="lang_delete"/>
-                       </td>
+                       </th>
                </tr>
        </xsl:template>
 
@@ -164,7 +163,7 @@
                                </td>
                        </tr>
                </table>
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <table class="pure-table pure-table-bordered">
                                <xsl:apply-templates 
select="table_header_outbox"/>
                                <xsl:apply-templates select="values_outbox"/>
                                <xsl:choose>
@@ -177,34 +176,34 @@
 
        <xsl:template match="table_header_outbox">
                <xsl:variable name="sort_entry_time"><xsl:value-of 
select="sort_entry_time"/></xsl:variable>
-               <tr class="th">
-                       <td class="th_text" width="1%" align="right">
+               <tr>
+                       <th class="th_text" width="1%" align="right">
                                <xsl:value-of select="lang_id"/>
-                       </td>
-                       <td class="th_text" width="1%" align="right">
+                       </th>
+                       <th class="th_text" width="1%" align="right">
                                <xsl:value-of select="lang_user"/>
-                       </td>
+                       </th>
 
-                       <td class="th_text" width="10%" align="center">
+                       <th class="th_text" width="10%" align="center">
                                <a href="{$sort_entry_time}"><xsl:value-of 
select="lang_entry_time"/></a>
-                       </td>
+                       </th>
 
-                       <td class="th_text" width="5%" align="center">
+                       <th class="th_text" width="5%" align="center">
                                <xsl:value-of select="lang_receiver"/>
-                       </td>
-                       <td class="th_text" width="50%" align="center">
+                       </th>
+                       <th class="th_text" width="50%" align="center">
                                <xsl:value-of select="lang_message"/>
-                       </td>
+                       </th>
 
-                       <td class="th_text" width="5%" align="center">
+                       <th class="th_text" width="5%" align="center">
                                <xsl:value-of select="lang_status"/>
-                       </td>
-                       <td class="th_text" width="5%" align="center">
+                       </th>
+                       <th class="th_text" width="5%" align="center">
                                <xsl:value-of select="lang_group"/>
-                       </td>
-                       <td class="th_text" width="5%" align="center">
+                       </th>
+                       <th class="th_text" width="5%" align="center">
                                <xsl:value-of select="lang_delete"/>
-                       </td>
+                       </th>
                </tr>
        </xsl:template>
 




reply via email to

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