Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 81ca8fc2

Von Hans Peter Schlaepfer vor fast 5 Jahren hinzugefügt

  • ID 81ca8fc26ca6798e357192e2ee72cece55d7f774
  • Vorgänger 1b0453c5
  • Nachfolger e98e07ec

Neues kivitendo Design Aenderungen in templates/webpages/generic*

Dateien in generic/* und generictranslations/*

Unterschiede anzeigen:

templates/webpages/generic/set_longdescription.html
1
[%- USE L -%][%- USE LxERP -%]
1
[% USE L %]
2
[% USE LxERP %]
2 3

  
3
<div id="edit_longdescription_dialog" style="display: none">
4
 <p>
5
  <table>
6
   <tr>
7
    <th align="right">[% LxERP.t8("Row") %]:</th>
8
    <td id="popup_edit_longdescription_runningnumber"></td>
9
   </tr>
4
<div id="edit_longdescription_dialog" class="wrapper" style="display: none">
5
<!--
6
  PENDENT:
7
  Eigentlich gibt es hier kein Formular, sollte es aber,
8
  damit wir nicht zuletzt das ganze im CSS-Namensraum FORM
9
  designen können. Es werden sonst nur die Standard-Elemente angezeigt.
10
-->
10 11

  
11
   <tr>
12
    <th align="right">[% LxERP.t8("Part Number") %]:</th>
13
    <td id="popup_edit_longdescription_partnumber"></td>
14
   </tr>
12
<table class="tbl-horizontal checkered" style="clear:left;">
13
  <colgroup> <col class="wi-small"><col class="wi-lightwide"> </colgroup>
14
  <tbody>
15
    <tr>
16
      <th>[% LxERP.t8("Row") %]:</th>
17
      <td id="popup_edit_longdescription_runningnumber"></td>
18
    </tr>
19
    <tr>
20
      <th>[% LxERP.t8("Part Number") %]:</th>
21
      <td id="popup_edit_longdescription_partnumber"></td>
22
    </tr>
23
    <tr>
24
      <th>[% LxERP.t8("Description") %]:</th>
25
      <td id="popup_edit_longdescription_description"></td>
26
    </tr>
27
  </tbody>
28
</table>
15 29

  
16
   <tr>
17
    <th align="right">[% LxERP.t8("Description") %]:</th>
18
    <td id="popup_edit_longdescription_description"></td>
19
   </tr>
20
  </table>
21
 </p>
30
<p class="spacer">&nbsp;</p>
22 31

  
23
 <p id="popup_edit_longdescription_input_container"></p>
32
<p id="popup_edit_longdescription_input_container" style="clear:left;"></p>
24 33

  
25
 <p>
26
  [% L.button_tag("kivi.SalesPurchase.set_longdescription()", LxERP.t8("Assign")) %]
27
  <a onclick="$('#edit_longdescription_dialog').dialog('close');" href="#">[% LxERP.t8("Abort") %]</a>
28
 </p>
34
<div class="buttons">
35
  [% L.button_tag("kivi.SalesPurchase.set_longdescription()", LxERP.t8("Assign"), class="button neutral") %]
36
  <a onclick="$('#edit_longdescription_dialog').dialog('close');" href="#" class="button neutral">[% LxERP.t8("Abort") %]</a>
29 37
</div>
38

  
39
</div><!-- /#edit_longdescription_dialog -->

Auch abrufbar als: Unified diff