phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r198 - trunk/importbank/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r198 - trunk/importbank/include/template
Date: Tue, 29 Nov 2011 21:01:46 +0100 (CET)

Author: danydb
Date: 2011-11-29 21:01:44 +0100 (Tue, 29 Nov 2011)
New Revision: 198

Modified:
   trunk/importbank/include/template/show_import.php
   trunk/importbank/include/template/show_list.php
Log:

change class of table : use table_large




Modified: trunk/importbank/include/template/show_import.php
===================================================================
--- trunk/importbank/include/template/show_import.php   2011-11-27 20:34:55 UTC 
(rev 197)
+++ trunk/importbank/include/template/show_import.php   2011-11-29 20:01:44 UTC 
(rev 198)
@@ -1,6 +1,6 @@
 
 <form id="purge" method="POST">
-<table class="result">
+<table class="table_large">
        <TR>
        <th> num transfert</th>
        <Th>Date </Th>

Modified: trunk/importbank/include/template/show_list.php
===================================================================
--- trunk/importbank/include/template/show_list.php     2011-11-27 20:34:55 UTC 
(rev 197)
+++ trunk/importbank/include/template/show_list.php     2011-11-29 20:01:44 UTC 
(rev 198)
@@ -11,7 +11,7 @@
 <?=HtmlInput::submit('transfer_record','Transfèrer')?>
 </form>
 
-<table class="result">
+<table class="table_large">
        <TR>
        <th></th>
        <TH>N° opération</TH>




reply via email to

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