[Koha-patches] [PATCH 13/92] [MT2343] Renamed Quit button Cancel, and removed the table in delete confirm

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Tue Dec 22 01:20:06 CET 2009


From: Jean-André Santoni <jeanandre.santoni at biblibre.com>

---
 .../prog/en/modules/admin/aqbudgetperiods.tmpl     |   26 +------------------
 1 files changed, 2 insertions(+), 24 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl
index d8d1241..2a91c6f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl
@@ -235,30 +235,8 @@
         <h3>Delete root budget '<!-- TMPL_VAR name="budget_period_description" -->'?</h3>
     <!-- /TMPL_IF -->
 
-    <!-- ###################################################################### -->
-    <!-- display information about the budget period that must be deleted  -->
-    <!-- ###################################################################### -->
-
-    <table>
-        <tr>
-        <th scope="row">Start date</th>
-        <td><!-- TMPL_VAR name="budget_period_startdate" --></td>
-        </tr>
-
-        <tr>
-        <th scope="row">End date</th>
-        <td><!-- TMPL_VAR name="budget_period_enddate" --></td>
-        </tr>
-
-        <tr>
-        <th scope="row">Total amount</th>
-        <td><!-- TMPL_VAR name="budget_period_total" --></td>
-        </tr>
-    </table>
-
-
     <!-- ############################################################# -->
-    <!-- "delete" and "quit" buttons    -->
+    <!-- "delete" and "cancel" buttons    -->
     <!-- ############################################################# -->
 
     <form action="<!-- TMPL_VAR name="script_name" -->" method="post">
@@ -268,7 +246,7 @@
     </form>
 
     <form action="<!-- TMPL_VAR name="script_name" -->" method="post">
-        <input type="submit" class="deny" value="Quit" />
+        <input type="submit" class="deny" value="Cancel" />
     </form>
 
     </div>
-- 
1.6.3.3




More information about the Koha-patches mailing list