X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/df5d9efd810efd8bd01349d22e3fd4f356cc99ac..c6a27f90a8e644ed00910aeddaff38c74b513032:/templates/webpages/am/edit_accounts.html
diff --git a/templates/webpages/am/edit_accounts.html b/templates/webpages/am/edit_accounts.html
index bb8d48431..76a08e463 100644
--- a/templates/webpages/am/edit_accounts.html
+++ b/templates/webpages/am/edit_accounts.html
@@ -60,10 +60,27 @@ window.onload = function() {
-
|
+
+[% IF AccountIsPosted %]
+ [% L.select_tag('dummy_charttype',
+ all_charttypes,
+ title_key => 'name',
+ value_key => 'value',
+ default => selected_charttype,
+ disabled => '1') %]
+ [% L.hidden_tag('charttype', selected_charttype) %]
+[% ELSE %]
+ [% L.select_tag('charttype',
+ all_charttypes,
+ title_key => 'name',
+ value_key => 'value',
+ default => selected_charttype) %]
+[% END %]
+ |
+