Das Ankreuzfeld 'alle' hat keine Funktion wenn man einen Auswahlliste (multibox...
authorJan Büren <jan@lx-office-hosting.de>
Fri, 8 Oct 2010 11:36:12 +0000 (13:36 +0200)
committerJan Büren <jan@lx-office-hosting.de>
Fri, 8 Oct 2010 11:36:12 +0000 (13:36 +0200)
Es wird trotzdem nach der Auswahlliste gefiltert und die Option 'alle' wird
ignoriert auch wenn man auf Erneuern klickt.

2.)
Das Eingabefeld 'Betrag' im oberen Teil der Maske hat in Lx-Office meiner
Meinung nach keinen Sinn mehr, da nur noch über die Auswahl der offenen
Kreditorenposten ein Zahlungsausgang veranlasst wird. Entsprechend als Info-Textfeld angelegt. Teilfix für Bug 1484

bin/mozilla/cp.pl

index 1c37e41..84f72d1 100644 (file)
@@ -235,12 +235,6 @@ sub form_header {
         <tr valign=top>
           <td>
             <table>
-              <tr>
-                <td align=right>
-                <input name=all_vc type=checkbox style=checkbox value=Y $allvc>
-                <input type=hidden name="oldall_vc" value="$form->{all_vc}"></td>
-                <th align=left>| . $locale->text('All') . qq|</th>
-              </tr>
               <tr>
                 <th align=right>$vclabel</th>
                 <td>$vc</td>
@@ -303,8 +297,7 @@ sub form_header {
               </tr>
               <tr>
                 <th align="right" nowrap>| . $locale->text('Amount') . qq|</th>
-                <td colspan="3"><input name="amount" size="10" value="|
-    . $form->format_amount(\%myconfig, $form->{amount}, 2) . qq|" onBlur=\"check_right_number_format(this)\"></td>
+                <td colspan="3">| .  $form->format_amount(\%myconfig, $form->{amount}, 2) . qq|</td>
               </tr>
             </table>
           </td>