Bug 479 solved, decimalplaces for BWA and Bilanz predefined to "2"
authorUdo Spallek <info@wissensvermittlung.com>
Sun, 7 Jan 2007 15:50:59 +0000 (15:50 +0000)
committerUdo Spallek <info@wissensvermittlung.com>
Sun, 7 Jan 2007 15:50:59 +0000 (15:50 +0000)
bin/mozilla/rp.pl

index c2dcb28..034fa4f 100644 (file)
@@ -495,7 +495,7 @@ $checked></td>
          <th align=right colspan=4>|
       . $locale->text('Decimalplaces')
       . qq|</th>
-             <td><input name=decimalplaces size=3></td>
+             <td><input name=decimalplaces size=3 value="2"></td>
          </tr>
                                     
 $jsscript
@@ -620,7 +620,7 @@ $checked></td>
        </tr>
        <tr>
          <th align=right>| . $locale->text('Decimalplaces') . qq|</th>
-         <td><input name=decimalplaces size=3></td>
+         <td><input name=decimalplaces size=3 value="2"></td>
        </tr>
       </table>
     </td>