]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/create_dataset.html
preferences to client-features managed
[mfinanz.git] / templates / webpages / admin / create_dataset.html
index 00bdf0b6d41b1c79a31f0dc69d800a76463d75ef..49320eb6b84449e55c6d181eb9bc3327b3780a6e 100644 (file)
    <td>[% L.input_tag('db', FORM.db, class="initial_focus") %]</td>
   </tr>
 
-  <tr>
-   <th valign="top" align="right" nowrap>[% LxERP.t8('Country') %]</th>
-   <td>[% L.select_tag('countrymode', SELF.all_countrymodes, title_key="title", default=(FORM.countrymode), onchange='select_country_defaults(this.value)') %]</td>
-  </tr>
-
   <tr>
    <td colspan="1"> </td>
    <td><hr size="1" noshade></td>
  [% L.hidden_tag("dbpasswd", FORM.dbpasswd) %]
  [% L.hidden_tag("dbdefault", FORM.dbdefault) %]
  [% L.hidden_tag("action", "Admin/do_create_dataset") %]
+ [% L.hidden_tag("feature_balance", FORM.feature_balance) %]
+ [% L.hidden_tag("feature_datev", FORM.feature_datev) %]
+ [% L.hidden_tag("feature_erfolgsrechnung", FORM.feature_erfolgsrechnung) %]
+ [% L.hidden_tag("feature_eurechnung", FORM.feature_eurechnung) %]
+ [% L.hidden_tag("feature_ustva", FORM.feature_ustva) %]
+
 
  <hr size="3" noshade>