[MT2343] Renamed Quit button Cancel, and removed the table in delete confirm
authorJean-André Santoni <jeanandre.santoni@biblibre.com>
Wed, 2 Dec 2009 15:40:31 +0000 (16:40 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Sun, 20 Dec 2009 13:31:21 +0000 (14:31 +0100)
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl

index 56e469a..ffaee71 100644 (file)
         <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">
     </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>