]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/am/edit_tax_de.html
Bugfixes zum Rechnungstemplate
[mfinanz.git] / templates / webpages / am / edit_tax_de.html
index f69ef97f347ccf7cc74959e7075f8f0a4e692225..ee8ba4b913d8e678c4dfc5491f1de028f4f630db 100644 (file)
   <br />
   Konten, die mit dieser Steuer verknüpft sind:
   [% FOREACH row = TAXINUSE %]
-  <a href="am.pl?action=edit_account&id=[% HTML.url(row.id) %]&login=[% HTML.url(login) %]&password=[% HTML.url(password) %]&callback=[% HTML.url(callback) %]">[% HTML.escape(row.accno) %]</a>&nbsp;
+  <a href="am.pl?action=edit_account&id=[% HTML.url(row.id) %]&callback=[% HTML.url(callback) %]">[% HTML.escape(row.accno) %]</a>&nbsp;
   [% END %]
   <br />
   [% END %]
 
   <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
-  <input type="hidden" name="login" value="[% HTML.escape(login) %]">
-  <input type="hidden" name="password" value="[% HTML.escape(password) %]">
 
   <input type="submit" class="submit" name="action" value="Speichern">