Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 01ce6afc

Von Moritz Bunkus vor etwa 7 Jahren hinzugefügt

  • ID 01ce6afc819dd2b322ceaac1c35f1fcaa4d4f702
  • Vorgänger 307f0b13
  • Nachfolger a6ce2c7f

ActionBar: Rechnungen: E-Mail-Versand über Dialog implementiert

Unterschiede anzeigen:

templates/webpages/is/form_footer.html
144 144
</div>
145 145
</div>
146 146

  
147
<hr size="3" noshade>
148

  
149
<p>[% print_options %]</p>
150

  
151
<input type="hidden" name="action" value="dispatcher">
147
<input type="hidden" name="action" id="action" value="dispatcher">
152 148
<input type="hidden" name="rowcount" value="[% rowcount %]">
153 149
<input type="hidden" name="callback" value="[% callback | html %]">
154 150
[% P.hidden_tag('draft_id', draft_id) %]
......
159 155
<div id="shipto_inputs" class="hidden">
160 156
 [%- PROCESS 'common/_ship_to_dialog.html' %]
161 157
</div>
158

  
159
<div id="email_inputs" style="display: none"></div>
160

  
161
<div id="print_options" style="display: none">
162
 [% print_options %]
163
</div>
162 164
</form>
163 165
<script type='text/javascript'>
164 166
 $(kivi.SalesPurchase.init_on_submit_checks);

Auch abrufbar als: Unified diff