Merge branch 'master' of ssh://lx-office/~/lx-office-erp
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 3 Mar 2010 13:56:26 +0000 (14:56 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 3 Mar 2010 13:56:26 +0000 (14:56 +0100)
Conflicts:
doc/changelog

doc/changelog
locale/de/all
locale/de/gl
templates/webpages/dunning/search_de.html
templates/webpages/dunning/search_master.html
templates/webpages/generic/multibox.html
templates/webpages/oe/sales_order_de.html
templates/webpages/oe/sales_order_master.html

index 59a0479..b86f40e 100644 (file)
 
   Liste gefixter Bugs aus dem Bugtracker:
 
-  922 940 1024 1025 1028 1030 1031 1034 1035 1037 1040 1043 1044 1046
-  1051 1055 1057 1058 1072 1073 1077 1081 1082 1095 1098 1100 1101
-  1108 1110 1118 1125 1127 1130 1133 1136 1138 1147 1150 1151 1155
-  1164 1177 1186 1188 1190 1191 1199 1201
+  922 940 1024 1025 1028 1030 1031 1034 1035 1037 1040 1043 1044 1046 1051 1055
+  1057 1058 1072 1073 1077 1081 1082 1095 1098 1100 1101 1108 1110 1118 1125
+  1127 1130 1133 1135 1136 1138 1146 1147 1150 1151 1155 1164 1173 1177 1186
+  1188 1190 1191 1195 1199 1201
 
 
 2009-06-02 - Version 2.6.0
index 93ae1ce..12b937f 100644 (file)
@@ -1420,7 +1420,7 @@ $self->{texts} = {
   'Show TODO list'              => 'Aufgabenliste anzeigen',
   'Show by default'             => 'Standardm&auml;&szlig;ig anzeigen',
   'Show custom variable search inputs' => 'Suchoptionen für Benutzerdefinierte Variablen verstecken',
-  'Show details'                => 'Details anzeigen',
+  'Show details'                => 'Detailsanzeige',
   'Show follow ups...'          => 'Zeige Wiedervorlagen...',
   'Show old dunnings'           => 'Alte Mahnungen anzeigen',
   'Show overdue sales quotations and requests for quotations...' => 'Überfällige Angebote und Preisanfragen anzeigen...',
index bc4d9ed..f0143aa 100644 (file)
@@ -208,7 +208,7 @@ $self->{texts} = {
   'Select a vendor'             => 'Einen Lieferanten ausw&auml;hlen',
   'Sep'                         => 'Sep',
   'September'                   => 'September',
-  'Show details'                => 'Details anzeigen',
+  'Show details'                => 'Detailsanzeige',
   'Skip'                        => 'Überspringen',
   'Source'                      => 'Beleg',
   'Storno'                      => 'Storno',
index 9ad0dd8..d715c15 100644 (file)
@@ -28,7 +28,7 @@
 
       [% IF SHOW_DUNNING_LEVELS %]
        <tr>
-        <th align="right" nowrap>Nächste Mahnstufe</th>
+        <th align="right" nowrap>Mahnlevel</th>
         <td colspan="3">
          <select name="dunning_level">
           <option value=""></option>
index 20ebb91..c2b1b3a 100644 (file)
@@ -28,7 +28,7 @@
 
       [% IF SHOW_DUNNING_LEVELS %]
        <tr>
-        <th align="right" nowrap><translate>Next Dunning Level</translate></th>
+        <th align="right" nowrap><translate>Dunning Level</translate></th>
         <td colspan="3">
          <select name="dunning_level">
           <option value=""></option>
index 7225b03..ccb87cb 100644 (file)
@@ -62,7 +62,7 @@
   <option value=""></option>
   [%- END %]
   [%- FOREACH row = DATA %]
-  <option value="[% row.id %]"[% IF row.selected %] selected[% END %]>[% HTML.escape(row.label) %]</option>
+  <option value="[% row.id | html %]"[% IF row.selected %] selected[% END %]>[% HTML.escape(row.label) %]</option>
   [%- END %]
 </select>
 [%- END %]
index 2e5eb1c..1cd3a42 100644 (file)
@@ -1,8 +1,7 @@
 [% USE HTML %]
 <tr>
  <td>
-  <input type="checkbox" id="cb_show_details" name="show_details" [%- IF show_details %] checked[% END %]>
-  <label for="cb_show_details">Details anzeigen</label><br>
+  <input type="button" id="cb_show_details" name="show_details" value='Detailsanzeige'>
   <script type="text/javascript">
    $('#cb_show_details').click(function(){ $('[id$="row2"]').toggle() });
   </script>
index b9caef4..6072564 100644 (file)
@@ -1,8 +1,7 @@
 [% USE HTML %]
 <tr>
  <td>
-  <input type="checkbox" id="cb_show_details" name="show_details" [%- IF show_details %] checked[% END %]>
-  <label for="cb_show_details"><translate>Show details</translate></label><br>
+  <input type="button" id="cb_show_details" name="show_details" value='<translate>Show details</translate>'>
   <script type="text/javascript">
    $('#cb_show_details').click(function(){ $('[id$="row2"]').toggle() });
   </script>