Kosmetik: Leerzeichen am Zeilenende entfernt.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 12 Aug 2013 11:17:13 +0000 (13:17 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 12 Aug 2013 11:17:13 +0000 (13:17 +0200)
SL/AR.pm
templates/webpages/dbupgrade/cp_greeting_update_form.html
templates/webpages/dbupgrade/tax_constraints.html
templates/webpages/generic/error.html
templates/webpages/ic/choice.html

index ca3f61a..adffeb6 100644 (file)
--- a/SL/AR.pm
+++ b/SL/AR.pm
@@ -516,7 +516,7 @@ sub ar_transactions {
 
   my $where = "1 = 1";
 
-  unless ( $::auth->assert('show_ar_transactions', 1) ) { 
+  unless ( $::auth->assert('show_ar_transactions', 1) ) {
     $where .= " AND NOT invoice = 'f' ";  # remove ar transactions from Sales -> Reports -> Invoices
   };
 
index b4cb334..1c154e8 100644 (file)
@@ -30,7 +30,7 @@ The data from the cp_greeting field will now be dropped. To prevent any data los
 <br>
 [% title_table %]
 
-<input type=hidden name="do_migrate" value="1"> 
+<input type=hidden name="do_migrate" value="1">
 <input type=submit VALUE="submit">
 
 </form>
index 085e9fb..52e02b4 100644 (file)
@@ -16,7 +16,7 @@
       <th class="listheading">[% 'tax_taxdescription' | $T8 %]</th>
       <th class="listheading">[% 'tax_rate' | $T8 %]</th>
     </tr>
-  
+
     [% SET row_odd = '1' %][% FOREACH row = TAX %]
     <tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]">
       <td align="right">[% HTML.escape(row.taxkey) %]</td>
@@ -25,9 +25,9 @@
     </tr>
     [% END %]
   </table>
-  
+
 [% END %]
-  
+
 [% IF taxkey_is_null %]
   <p>[% 'There are entries in tax where taxkey is NULL.' | $T8 %]</p>
   <p>[% 'Please define a taxkey for the following taxes and run the update again:' | $T8 %]</p>
@@ -38,7 +38,7 @@
       <th class="listheading">[% 'taxnumber' | $T8 %]</th>
       <th class="listheading">[% 'account_description' | $T8 %]</th>
     </tr>
-  
+
     [% SET row_odd = '1' %][% FOREACH row = TAX %]
     <tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]">
       <td align="left"> [% HTML.escape(row.taxdescription) %]</a></td>
@@ -48,6 +48,6 @@
     </tr>
     [% END %]
   </table>
-  
+
 [% END %]
 </form>
index 47defef..a77f862 100644 (file)
@@ -4,9 +4,9 @@
  <div class="message_error">[% IF title_error %][% title_error %][% ELSE %][% 'Error!' | $T8 %][% END %]
  <p class="message_error_label">[% label_error %]</p>
  </div>
+
  <p style="text-align: left;"><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
+
  [%- IF SHOW_BACK_BUTTON %]
  <form>
   <p>
index 7f8ea04..938c001 100644 (file)
@@ -5,7 +5,7 @@
  <form method="post" action="ic.pl">
 
   [%- FOREACH row = HIDDENS %]
-  <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > 
+  <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" >
   [%- END %]
 
   <p>